|
Wireshark
4.3.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) |
| 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) |
Structures that most TVB users should not be accessing directly.
Wireshark - Network traffic analyzer By Gerald Combs gerald@wireshark.org Copyright 1998 Gerald Combs
SPDX-License-Identifier: GPL-2.0-or-later