Wireshark
4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
epan
show_exception.h
Go to the documentation of this file.
1
11
#pragma once
12
#include <
epan/proto.h
>
13
14
/*
15
* Called to register the pseudo-protocols used for exceptions.
16
*/
17
void
register_show_exception(
void
);
18
19
/*
20
* Routine used to add an indication of an arbitrary exception to the tree.
21
*/
22
WS_DLL_PUBLIC
23
void
show_exception(
tvbuff_t
*tvb,
packet_info
*pinfo,
proto_tree
*tree,
24
unsigned
long
exception,
const
char
*exception_message);
25
26
/*
27
* Routine used to add an indication of a ReportedBoundsError exception
28
* to the tree.
29
*/
30
WS_DLL_PUBLIC
void
31
show_reported_bounds_error(
tvbuff_t
*tvb,
packet_info
*pinfo,
proto_tree
*tree);
proto.h
_packet_info
Definition
packet_info.h:40
_proto_node
Definition
proto.h:902
tvbuff
Definition
tvbuff-int.h:33
Generated by
1.9.8