Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Functions
ps.h File Reference

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.
 

Detailed Description

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

Function Documentation

◆ print_ps_finale()

void print_ps_finale ( FILE *  fd)

Print the finale of a PostScript document.

Parameters
fdFile pointer to write the PostScript content to.

◆ print_ps_preamble()

void print_ps_preamble ( FILE *  fd)

Print the preamble of a PostScript document.

Parameters
fdFile pointer to write the PostScript content to.