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
register-int.h
Go to the documentation of this file.
1
11
#ifndef __REGISTER_INT_H__
12
#define __REGISTER_INT_H__
13
14
#include "
register.h
"
15
16
#ifdef __cplusplus
17
extern
"C"
{
18
#endif
/* __cplusplus */
19
31
void
register_all_protocols
(register_cb cb,
void
*client_data);
32
43
void
register_all_protocol_handoffs
(register_cb cb,
void
*client_data);
44
45
unsigned
long
register_count(
void
);
46
47
#ifdef __cplusplus
48
}
49
#endif
/* __cplusplus */
50
51
#endif
/* __REGISTER_INT_H__ */
52
53
/*
54
* Editor modelines - https://www.wireshark.org/tools/modelines.html
55
*
56
* Local Variables:
57
* c-basic-offset: 4
58
* tab-width: 8
59
* indent-tabs-mode: nil
60
* End:
61
*
62
* vi: set shiftwidth=4 tabstop=8 expandtab:
63
* :indentSize=4:tabSize=8:noTabs=true:
64
*/
register_all_protocol_handoffs
void register_all_protocol_handoffs(register_cb cb, void *client_data)
Definition
register.c:121
register_all_protocols
void register_all_protocols(register_cb cb, void *client_data)
Definition
register.c:65
register.h
Generated by
1.9.8