#include "ws_symbol_export.h"
#include <wsutil/color.h>
#include <wsutil/str_util.h>
Go to the source code of this file.
|
WS_DLL_PUBLIC print_stream_t * | print_stream_text_new (bool 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 (bool to_file, const char *dest) |
|
WS_DLL_PUBLIC print_stream_t * | print_stream_ps_stdio_new (FILE *fh) |
|
WS_DLL_PUBLIC bool | print_preamble (print_stream_t *self, char *filename, const char *version_string) |
|
WS_DLL_PUBLIC bool | print_line (print_stream_t *self, int indent, const char *line) |
|
WS_DLL_PUBLIC bool | print_line_color (print_stream_t *self, int indent, const char *line, const color_t *fg, const color_t *bg) |
|
WS_DLL_PUBLIC bool | print_bookmark (print_stream_t *self, const char *name, const char *title) |
|
WS_DLL_PUBLIC bool | new_page (print_stream_t *self) |
|
WS_DLL_PUBLIC bool | print_finale (print_stream_t *self) |
|
WS_DLL_PUBLIC bool | destroy_print_stream (print_stream_t *self) |
|
Definitions for print streams.
Gilbert Ramirez gram@.nosp@m.alum.nosp@m.ni.ri.nosp@m.ce.e.nosp@m.du
Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 1998 Gerald Combs
SPDX-License-Identifier: GPL-2.0-or-later