|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Go to the source code of this file.
Functions | |
| void | print_ps_preamble (FILE *fd) |
| Print the preamble of a PostScript document. | |
| void | print_ps_finale (FILE *fd) |
| Print the finale of a PostScript document. | |
Definitions for generating PostScript(R) packet output.
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
| void print_ps_finale | ( | FILE * | fd | ) |
Print the finale of a PostScript document.
| fd | File pointer to write the PostScript content to. |
| void print_ps_preamble | ( | FILE * | fd | ) |
Print the preamble of a PostScript document.
| fd | File pointer to write the PostScript content to. |