Wireshark  4.3.0
The Wireshark network protocol analyzer
Public Attributes | List of all members
f5eth_tap_data Struct Reference

#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
 

Detailed Description

Data structure to hold data returned by the f5ethtrailer tap. Magic has to be first.

Member Data Documentation

◆ flow

guint64 f5eth_tap_data::flow

Flow ID

◆ flows_set

guint8 f5eth_tap_data::flows_set

If the frame has flow/peerflow fields(1) or not(0)

◆ ingress

guint8 f5eth_tap_data::ingress

Whether the packet was ingress(1), egress(0) or unknown(3)

◆ magic

guint32 f5eth_tap_data::magic

Verify proper version of dissector

◆ noise_high

guint8 f5eth_tap_data::noise_high

If the frame has high noise(1) or not(0)

◆ noise_low

guint8 f5eth_tap_data::noise_low

If the frame has low noise(1) or not(0)

◆ noise_med

guint8 f5eth_tap_data::noise_med

If the frame has medium noise(1) or not(0)

◆ peer_flow

guint64 f5eth_tap_data::peer_flow

Peer Flow ID

◆ slot

guint16 f5eth_tap_data::slot

The slot the handled the packet (F5ETH_TAP_TMM_MAX == unknown)

◆ tmm

guint16 f5eth_tap_data::tmm

The tmm that handled the packet (F5ETH_TAP_sLOT_MAX == unknown)

◆ trailer_len

guint32 f5eth_tap_data::trailer_len

Overall length of the F5 trailer

◆ virtual_name

gchar* f5eth_tap_data::virtual_name

Virtual server name


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