Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
_packet_proto_data_t Struct Reference

Per-layer protocol data collected from the currently selected packet. More...

#include <decode_as_delegate.h>

Public Attributes

const char * proto_name
const char * table_ui_name
uint8_t curr_layer_num

Detailed Description

Per-layer protocol data collected from the currently selected packet.

Member Data Documentation

◆ curr_layer_num

uint8_t _packet_proto_data_t::curr_layer_num

Layer index of this protocol instance within the packet.

◆ proto_name

const char* _packet_proto_data_t::proto_name

Internal protocol name (e.g. "tcp").

◆ table_ui_name

const char* _packet_proto_data_t::table_ui_name

Human-readable dissector table name shown in the UI.


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