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
epan
frame_data_sequence.h
Go to the documentation of this file.
1
11
#ifndef __FRAME_DATA_SEQUENCE_H__
12
#define __FRAME_DATA_SEQUENCE_H__
13
14
#ifdef __cplusplus
15
extern
"C"
{
16
#endif
/* __cplusplus */
17
18
typedef
struct
_frame_data_sequence
frame_data_sequence
;
19
20
WS_DLL_PUBLIC
frame_data_sequence
*new_frame_data_sequence(
void
);
21
22
WS_DLL_PUBLIC frame_data *frame_data_sequence_add(
frame_data_sequence
*fds,
23
frame_data *fdata);
24
25
/*
26
* Find the frame_data for the specified frame number.
27
*/
28
WS_DLL_PUBLIC frame_data *frame_data_sequence_find(
frame_data_sequence
*fds,
29
uint32_t num);
30
31
/*
32
* Free a frame_data_sequence and all the frame_data structures in it.
33
*/
34
WS_DLL_PUBLIC
void
free_frame_data_sequence(
frame_data_sequence
*fds);
35
36
WS_DLL_PUBLIC
void
find_and_mark_frame_depended_upon(
void
*key,
void
*value,
void
*user_data);
37
38
39
#ifdef __cplusplus
40
}
41
#endif
/* __cplusplus */
42
43
#endif
/* __FRAME_DATA_SEQUENCE_H__ */
_frame_data_sequence
Definition
frame_data_sequence.c:32
Generated by
1.9.8