Wireshark  4.3.0
The Wireshark network protocol analyzer
Classes | Macros | Functions
tvbuff-int.h File Reference

Go to the source code of this file.

Classes

struct  tvb_ops
 
struct  tvbuff
 

Macros

#define TVBUFF_FRAGMENT   0x00000001 /* this is a fragment */
 

Functions

WS_DLL_PUBLIC tvbuff_ttvb_new (const struct tvb_ops *ops)
 
tvbuff_ttvb_new_proxy (tvbuff_t *backing)
 
void tvb_add_to_chain (tvbuff_t *parent, tvbuff_t *child)
 
guint tvb_offset_from_real_beginning_counter (const tvbuff_t *tvb, const guint counter)
 
void tvb_check_offset_length (const tvbuff_t *tvb, const gint offset, gint const length_val, guint *offset_ptr, guint *length_ptr)
 

Detailed Description

Structures that most TVB users should not be accessing directly.

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