Wireshark 4.7.3
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
20
30WS_DLL_PUBLIC
31void show_exception(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
32 unsigned long exception, const char *exception_message);
33
41WS_DLL_PUBLIC void
42show_reported_bounds_error(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
struct _packet_info packet_info
Represents the metadata and indexing information for a single captured frame.
void register_show_exception(void)
Registers exception handling routines.
Definition show_exception.c:37
WS_DLL_PUBLIC void show_reported_bounds_error(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
Routine used to add an indication of a ReportedBoundsError exception to the tree.
Definition show_exception.c:189
WS_DLL_PUBLIC void show_exception(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, unsigned long exception, const char *exception_message)
Routine used to add an indication of an arbitrary exception to the tree.
Definition show_exception.c:76