Wireshark
4.5.0
The Wireshark network protocol analyzer
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Variables
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
m
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
Typedefs
a
b
c
d
e
f
g
h
i
m
p
r
s
t
u
v
w
Enumerations
Enumerator
a
b
c
e
f
h
i
n
o
r
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
wiretap
netscreen.h
Go to the documentation of this file.
1
14
#ifndef __W_NETSCREEN_H__
15
#define __W_NETSCREEN_H__
16
17
#include <glib.h>
18
#include "
wtap.h
"
19
20
/* Magic text to check for NetScreen snoop output */
21
#define NETSCREEN_HDR_MAGIC_STR1 "(i) len="
22
#define NETSCREEN_HDR_MAGIC_STR2 "(o) len="
23
24
/* Magic text for start of packet */
25
#define NETSCREEN_REC_MAGIC_STR1 NETSCREEN_HDR_MAGIC_STR1
26
#define NETSCREEN_REC_MAGIC_STR2 NETSCREEN_HDR_MAGIC_STR2
27
28
#define NETSCREEN_LINE_LENGTH 128
29
#define NETSCREEN_HEADER_LINES_TO_CHECK 32
30
#define NETSCREEN_MAX_INFOLINES 8
31
#define NETSCREEN_SPACES_ON_INFO_LINE 14
32
#define NETSCREEN_MAX_INT_NAME_LENGTH 16
33
34
#define NETSCREEN_INGRESS false
35
#define NETSCREEN_EGRESS true
36
37
wtap_open_return_val netscreen_open(
wtap
*wth,
int
*err,
char
**err_info);
38
39
#endif
wtap
Definition
wtap-int.h:37
wtap.h
Generated by
1.9.8