32 unsigned long exception,
const char *exception_message);
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