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
ex-opt.h
Go to the documentation of this file.
1
14
#ifndef _EX_OPT_H
15
#define _EX_OPT_H
16
17
#include <stdbool.h>
18
19
#include "ws_symbol_export.h"
20
21
#ifdef __cplusplus
22
extern
"C"
{
23
#endif
/* __cplusplus */
24
25
/* will be called by main each time a -X option is found */
26
WS_DLL_PUBLIC
bool
ex_opt_add(
const
char
* ws_optarg);
27
28
/* yields the number of arguments of a given key obviously returns 0 if there aren't */
29
WS_DLL_PUBLIC
int
ex_opt_count(
const
char
* key);
30
31
/* fetches the nth argument of a given key returns NULL if there isn't */
32
WS_DLL_PUBLIC
const
char
* ex_opt_get_nth(
const
char
* key,
unsigned
key_index);
33
34
/* extracts the next value of a given key */
35
WS_DLL_PUBLIC
const
char
* ex_opt_get_next(
const
char
* key);
36
37
#ifdef __cplusplus
38
}
39
#endif
/* __cplusplus */
40
41
#endif
/* _EX_OPT_H */
Generated by
1.9.8