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
epan
dfilter
dfilter-plugin.h
Go to the documentation of this file.
1
10
#ifndef DFILTER_PLUGIN_H
11
#define DFILTER_PLUGIN_H
12
13
#include <wireshark.h>
14
15
#include <
epan/dfilter/dfunctions.h
>
16
17
typedef
struct
{
18
void (*init)(void);
19
void (*cleanup)(void);
20
}
dfilter_plugin
;
17
typedef
struct
{
…
};
21
22
extern
GSList *dfilter_plugins;
23
24
WS_DLL_PUBLIC
25
void
dfilter_plugins_register(
const
dfilter_plugin
*
plugin
);
26
27
void
dfilter_plugins_init(
void
);
28
29
void
dfilter_plugins_cleanup(
void
);
30
31
#endif
/* DFILTER_PLUGIN_H */
dfunctions.h
_plugin
Definition
plugins.c:29
dfilter_plugin
Definition
dfilter-plugin.h:17
Generated by
1.9.8