Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
epan
ps.h
1
/* ps.h
2
* Definitions for generating PostScript(R) packet output.
3
*
4
* Gilbert Ramirez <gram@alumni.rice.edu>
5
*
6
* Wireshark - Network traffic analyzer
7
* By Gerald Combs <gerald@wireshark.org>
8
* Copyright 1998 Gerald Combs
9
*
10
* SPDX-License-Identifier: GPL-2.0-or-later
11
*/
12
13
#ifndef __PS_H__
14
#define __PS_H__
15
16
/* Functions in ps.c; automatically generated by rdps.py */
17
18
void
print_ps_preamble(FILE *);
19
void
print_ps_finale(FILE *);
20
21
#endif
/* ps.h */
Generated by
1.8.11