Wireshark
4.5.0
The Wireshark network protocol analyzer
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:901
tvbuff
Definition
tvbuff-int.h:35
Generated by
1.9.8