Wireshark 4.5.0
The Wireshark network protocol analyzer
|
#include <packet-f5ethtrailer.h>
Public Attributes | |
uint32_t | magic |
uint32_t | trailer_len |
uint64_t | flow |
uint64_t | peer_flow |
char * | virtual_name |
uint16_t | slot |
uint16_t | tmm |
uint8_t | noise_low:1 |
uint8_t | noise_med:1 |
uint8_t | noise_high:1 |
uint8_t | flows_set:1 |
uint8_t | ingress:2 |
Data structure to hold data returned by the f5ethtrailer tap. Magic has to be first.
uint64_t f5eth_tap_data::flow |
Flow ID
uint8_t f5eth_tap_data::flows_set |
If the frame has flow/peerflow fields(1) or not(0)
uint8_t f5eth_tap_data::ingress |
Whether the packet was ingress(1), egress(0) or unknown(3)
uint32_t f5eth_tap_data::magic |
Verify proper version of dissector
uint8_t f5eth_tap_data::noise_high |
If the frame has high noise(1) or not(0)
uint8_t f5eth_tap_data::noise_low |
If the frame has low noise(1) or not(0)
uint8_t f5eth_tap_data::noise_med |
If the frame has medium noise(1) or not(0)
uint64_t f5eth_tap_data::peer_flow |
Peer Flow ID
uint16_t f5eth_tap_data::slot |
The slot the handled the packet (F5ETH_TAP_TMM_MAX == unknown)
uint16_t f5eth_tap_data::tmm |
The tmm that handled the packet (F5ETH_TAP_sLOT_MAX == unknown)
uint32_t f5eth_tap_data::trailer_len |
Overall length of the F5 trailer
char* f5eth_tap_data::virtual_name |
Virtual server name