32 unsigned long exception,
const char *exception_message);
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
Core tvbuff (testy virtual buffer) structure representing a region of packet data,...
Definition tvbuff-int.h:95