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
/builds/wireshark/wireshark/text2pcap.h
Go to the documentation of this file.
1
15
#ifndef TEXT2PCAP_H
16
#define TEXT2PCAP_H
17
18
typedef
enum
{
19
T_BYTE = 1,
20
T_OFFSET,
21
T_DIRECTIVE,
22
T_TEXT,
23
T_EOL
24
}
token_t
;
25
26
int
parse_token(
token_t
token,
char
*str);
27
28
int
text2pcap_scan(
void
);
29
30
#endif
31
32
/*
33
* Editor modelines - https://www.wireshark.org/tools/modelines.html
34
*
35
* Local variables:
36
* c-basic-offset: 4
37
* tab-width: 8
38
* indent-tabs-mode: nil
39
* End:
40
*
41
* vi: set shiftwidth=4 tabstop=8 expandtab:
42
* :indentSize=4:tabSize=8:noTabs=true:
43
*/
token_t
Definition
busmaster_priv.h:93
Generated by
1.9.8