|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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 |
Tracks per-packet command state for matching Gryphon request and response frames within a dissection.
| uint32_t gryphon_pkt_info_t::cmd |
Gryphon command code identifying the type of operation for this packet.
| 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.
| uint32_t gryphon_pkt_info_t::ioctl_command |
IOCTL command code; currently the sole user of this field, intended to be generalised in future.
| uint32_t gryphon_pkt_info_t::req_frame_num |
Wireshark frame number of the request packet associated with this transaction.
| nstime_t gryphon_pkt_info_t::req_time |
Timestamp of the request packet, used to calculate request/response latency.
| uint32_t gryphon_pkt_info_t::rsp_frame_num |
Wireshark frame number of the response packet associated with this transaction.