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