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_regex.h
Go to the documentation of this file.
1
17
#ifndef __TEXT_IMPORT_REGEX_H__
18
#define __TEXT_IMPORT_REGEX_H__
19
20
#include <glib.h>
21
22
#include "
text_import.h
"
23
24
#ifdef __cplusplus
25
extern
"C"
{
26
#endif
/* __cplusplus */
27
28
void
parse_data(
unsigned
char
* start_field,
unsigned
char
* end_field,
enum
data_encoding encoding);
29
30
void
parse_dir(
const
unsigned
char
* start_field,
const
unsigned
char
* end_field,
const
char
* in_indicator,
const
char
* out_indicator);
31
32
void
parse_time(
const
unsigned
char
* start_field,
const
unsigned
char
* end_field,
const
char
* _format);
33
34
void
parse_seqno(
const
unsigned
char
* start_field,
const
unsigned
char
* end_field);
35
36
void
flush_packet(
void
);
37
38
int
text_import_regex(
const
text_import_info_t
*
info
);
39
40
#ifdef __cplusplus
41
}
42
#endif
/* __cplusplus */
43
44
#endif
/* __TEXT_IMPORT_REGEX_H__ */
info
Definition
file-pcapng.h:57
text_import_info_t
Definition
text_import.h:65
text_import.h
Generated by
1.9.8