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
wsutil
introspection.h
Go to the documentation of this file.
1
11
#ifndef _INTROSPECTION_H_
12
#define _INTROSPECTION_H_
13
14
#include <stddef.h>
15
#include <ws_symbol_export.h>
16
17
typedef
struct
{
18
const
char
*symbol;
19
int
value;
20
}
ws_enum_t
;
17
typedef
struct
{
…
};
21
22
24
WS_DLL_PUBLIC
25
const
ws_enum_t
*
26
ws_enums_bsearch
(
const
ws_enum_t
*enums,
size_t
count,
27
const
char
*needle);
28
29
#endif
ws_enum_t
Definition
introspection.h:17
ws_enums_bsearch
WS_DLL_PUBLIC const ws_enum_t * ws_enums_bsearch(const ws_enum_t *enums, size_t count, const char *needle)
Definition
introspection.c:23
Generated by
1.9.8