18#include "ws_symbol_export.h"
28#define NTVB_PORT NTVB_UINT
WS_DLL_PUBLIC next_tvb_list_t * next_tvb_list_new(wmem_allocator_t *pool)
Create a new list for managing TVB items.
Definition next_tvb.c:19
WS_DLL_PUBLIC void next_tvb_add_uint(next_tvb_list_t *list, tvbuff_t *tvb, proto_tree *tree, dissector_table_t table, uint32_t uint_val)
Adds a uint value to the list.
Definition next_tvb.c:46
WS_DLL_PUBLIC void next_tvb_add_string(next_tvb_list_t *list, tvbuff_t *tvb, proto_tree *tree, dissector_table_t table, const char *string)
Adds a string to the list.
Definition next_tvb.c:68
WS_DLL_PUBLIC void next_tvb_add_handle(next_tvb_list_t *list, tvbuff_t *tvb, proto_tree *tree, dissector_handle_t handle)
Adds a dissector handle to the list.
Definition next_tvb.c:25
WS_DLL_PUBLIC void next_tvb_call(next_tvb_list_t *list, packet_info *pinfo, proto_tree *tree, dissector_handle_t handle, dissector_handle_t data_handle)
Calls the dissector for each item in the list.
Definition next_tvb.c:90
Definition packet_info.h:40
Internal memory allocator interface used by the wmem subsystem.
Definition wmem_allocator.h:34
Definition tvbuff-int.h:33