Wireshark 4.5.0
The Wireshark network protocol analyzer
|
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_t * | tvb_new (const struct tvb_ops *ops) |
tvbuff_t * | tvb_new_proxy (tvbuff_t *backing) |
void | tvb_add_to_chain (tvbuff_t *parent, tvbuff_t *child) |
unsigned | tvb_offset_from_real_beginning_counter (const tvbuff_t *tvb, const unsigned counter) |
void | tvb_check_offset_length (const tvbuff_t *tvb, const int offset, int const length_val, unsigned *offset_ptr, unsigned *length_ptr) |
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