Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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 */
17void register_show_exception(void);
18
19/*
20 * Routine used to add an indication of an arbitrary exception to the tree.
21 */
22WS_DLL_PUBLIC
23void 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 */
30WS_DLL_PUBLIC void
31show_reported_bounds_error(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
Definition packet_info.h:40
Definition proto.h:902
Definition tvbuff-int.h:33