|
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
Go to the source code of this file.
Classes | |
| struct | print_stream_ops |
| struct | print_stream |
Typedefs | |
| typedef struct print_stream_ops | print_stream_ops_t |
| typedef struct print_stream | print_stream_t |
Functions | |
| WS_DLL_PUBLIC print_stream_t * | print_stream_text_new (gboolean to_file, const char *dest) |
| WS_DLL_PUBLIC print_stream_t * | print_stream_text_stdio_new (FILE *fh) |
| WS_DLL_PUBLIC print_stream_t * | print_stream_ps_new (gboolean to_file, const char *dest) |
| WS_DLL_PUBLIC print_stream_t * | print_stream_ps_stdio_new (FILE *fh) |
| WS_DLL_PUBLIC gboolean | print_preamble (print_stream_t *self, gchar *filename, const char *version_string) |
| WS_DLL_PUBLIC gboolean | print_line (print_stream_t *self, int indent, const char *line) |
| WS_DLL_PUBLIC gboolean | print_line_color (print_stream_t *self, int indent, const char *line, const color_t *fg, const color_t *bg) |
| WS_DLL_PUBLIC gboolean | print_bookmark (print_stream_t *self, const gchar *name, const gchar *title) |
| WS_DLL_PUBLIC gboolean | new_page (print_stream_t *self) |
| WS_DLL_PUBLIC gboolean | print_finale (print_stream_t *self) |
| WS_DLL_PUBLIC gboolean | destroy_print_stream (print_stream_t *self) |
Definitions for print streams.
Gilbert Ramirez gram@alumni.rice.edu
Wireshark - Network traffic analyzer By Gerald Combs gerald@wireshark.org Copyright 1998 Gerald Combs
SPDX-License-Identifier: GPL-2.0-or-later