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
show_exception.h
Go to the documentation of this file.
1
12
#ifndef __SHOW_EXCEPTION_H__
13
#define __SHOW_EXCEPTION_H__
14
15
/*
16
* Called to register the pseudo-protocols used for exceptions.
17
*/
18
void
register_show_exception(
void
);
19
20
/*
21
* Routine used to add an indication of an arbitrary exception to the tree.
22
*/
23
WS_DLL_PUBLIC
24
void
show_exception(
tvbuff_t
*tvb,
packet_info
*pinfo,
proto_tree
*tree,
25
unsigned
long
exception,
const
char
*exception_message);
26
27
/*
28
* Routine used to add an indication of a ReportedBoundsError exception
29
* to the tree.
30
*/
31
void
32
show_reported_bounds_error(
tvbuff_t
*tvb,
packet_info
*pinfo,
proto_tree
*tree);
33
34
#endif
/* __SHOW_EXCEPTION_H__ */
_packet_info
Definition
packet_info.h:43
_proto_node
Definition
proto.h:906
tvbuff
Definition
tvbuff-int.h:35
Generated by
1.9.8