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
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
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
Represents the metadata and indexing information for a single captured frame.
Definition packet_info.h:43
Definition proto.h:909
Core tvbuff (testy virtual buffer) structure representing a region of packet data,...
Definition tvbuff-int.h:95