Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_protocol_value_t Struct Reference

Holds a protocol value's buffer and associated metadata for use in display filter evaluation. More...

#include <ftypes.h>

Public Attributes

tvbuff_ttvb
 
int length
 
char * proto_string
 
bool tvb_is_private
 

Detailed Description

Holds a protocol value's buffer and associated metadata for use in display filter evaluation.

Member Data Documentation

◆ length

int _protocol_value_t::length

Length in bytes of the protocol data within the tvbuff.

◆ proto_string

char* _protocol_value_t::proto_string

String representation of the protocol value, if applicable.

◆ tvb

tvbuff_t* _protocol_value_t::tvb

Tvbuff containing the raw bytes of the protocol value.

◆ tvb_is_private

bool _protocol_value_t::tvb_is_private

True if this struct owns the tvbuff and is responsible for freeing it.


The documentation for this struct was generated from the following file: