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

Tracks per-packet command state for matching Gryphon request and response frames within a dissection. More...

#include <packet-gryphon.h>

Public Attributes

uint32_t cmd
 
uint32_t cmd_context
 
uint32_t ioctl_command
 
uint32_t req_frame_num
 
uint32_t rsp_frame_num
 
nstime_t req_time
 

Detailed Description

Tracks per-packet command state for matching Gryphon request and response frames within a dissection.

Member Data Documentation

◆ cmd

uint32_t gryphon_pkt_info_t::cmd

Gryphon command code identifying the type of operation for this packet.

◆ cmd_context

uint32_t gryphon_pkt_info_t::cmd_context

Context value associated with the command; stored as uint32_t to allow future expansion beyond a single byte.

◆ ioctl_command

uint32_t gryphon_pkt_info_t::ioctl_command

IOCTL command code; currently the sole user of this field, intended to be generalised in future.

◆ req_frame_num

uint32_t gryphon_pkt_info_t::req_frame_num

Wireshark frame number of the request packet associated with this transaction.

◆ req_time

nstime_t gryphon_pkt_info_t::req_time

Timestamp of the request packet, used to calculate request/response latency.

◆ rsp_frame_num

uint32_t gryphon_pkt_info_t::rsp_frame_num

Wireshark frame number of the response packet associated with this transaction.


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