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
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
ui
text_import_scanner.h
Go to the documentation of this file.
1
17
#ifndef __TEXT_IMPORT_SCANNER_H__
18
#define __TEXT_IMPORT_SCANNER_H__
19
20
#ifdef __cplusplus
21
extern
"C"
{
22
#endif
/* __cplusplus */
23
24
typedef
enum
{
25
T_BYTE = 1,
26
T_BYTES,
27
T_OFFSET,
28
T_DIRECTIVE,
29
T_TEXT,
30
T_EOL,
31
T_EOF
32
}
token_t
;
33
34
typedef
enum
{
35
IMPORT_SUCCESS,
36
IMPORT_FAILURE,
37
IMPORT_INIT_FAILED
38
} import_status_t;
39
40
import_status_t parse_token(
token_t
token,
char
*str);
41
42
extern
FILE *text_importin;
43
44
import_status_t text_import_scan(FILE *input_file);
45
46
#ifdef __cplusplus
47
}
48
#endif
/* __cplusplus */
49
50
#endif
/* __TEXT_IMPORT_SCANNER_H__ */
token_t
Definition
busmaster_priv.h:93
Generated by
1.9.8