Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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 */
18void register_show_exception(void);
19
20/*
21 * Routine used to add an indication of an arbitrary exception to the tree.
22 */
23WS_DLL_PUBLIC
24void 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 */
31void
32show_reported_bounds_error(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
33
34#endif /* __SHOW_EXCEPTION_H__ */
Definition packet_info.h:43
Definition proto.h:901
Definition tvbuff-int.h:35