Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Classes | Macros | Typedefs | Enumerations | Functions
next_tvb.h File Reference
#include "ws_symbol_export.h"

Go to the source code of this file.

Classes

struct  next_tvb_item
 
struct  next_tvb_list_t
 

Macros

#define NTVB_PORT   NTVB_UINT
 

Typedefs

typedef struct next_tvb_item next_tvb_item_t
 

Enumerations

enum  next_tvb_call_e { NTVB_HANDLE , NTVB_UINT , NTVB_STRING }
 

Functions

WS_DLL_PUBLIC next_tvb_list_tnext_tvb_list_new (wmem_allocator_t *pool)
 
WS_DLL_PUBLIC void next_tvb_add_handle (next_tvb_list_t *list, tvbuff_t *tvb, proto_tree *tree, dissector_handle_t handle)
 
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)
 
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)
 
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)
 

Detailed Description

Definitions for "next tvb" list

Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 1998 Gerald Combs

SPDX-License-Identifier: GPL-2.0-or-later