|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Holds a protocol value's buffer and associated metadata for use in display filter evaluation. More...
#include <ftypes.h>
Public Attributes | |
| tvbuff_t * | tvb |
| int | length |
| char * | proto_string |
| bool | tvb_is_private |
Holds a protocol value's buffer and associated metadata for use in display filter evaluation.
| int _protocol_value_t::length |
Length in bytes of the protocol data within the tvbuff.
| char* _protocol_value_t::proto_string |
String representation of the protocol value, if applicable.
| tvbuff_t* _protocol_value_t::tvb |
Tvbuff containing the raw bytes of the protocol value.
| bool _protocol_value_t::tvb_is_private |
True if this struct owns the tvbuff and is responsible for freeing it.