pub enum FlowData {
Show 26 variants
SampledHeader(SampledHeader),
SampledEthernet(SampledEthernet),
SampledIpv4(SampledIpv4),
SampledIpv6(SampledIpv6),
ExtendedSwitch(ExtendedSwitch),
ExtendedRouter(ExtendedRouter),
ExtendedGateway(ExtendedGateway),
ExtendedUser(ExtendedUser),
ExtendedUrl(ExtendedUrl),
ExtendedMpls(ExtendedMpls),
ExtendedNat(ExtendedNat),
ExtendedMplsTunnel(ExtendedMplsTunnel),
ExtendedMplsVc(ExtendedMplsVc),
ExtendedMplsFec(ExtendedMplsFec),
ExtendedMplsLvpFec(ExtendedMplsLvpFec),
ExtendedVlanTunnel(ExtendedVlanTunnel),
Extended80211Payload(Extended80211Payload),
Extended80211Rx(Extended80211Rx),
Extended80211Tx(Extended80211Tx),
Extended80211Aggregation(Extended80211Aggregation),
ExtendedOpenFlowV1(ExtendedOpenFlowV1),
ExtendedSocketIpv4(ExtendedSocketIpv4),
ExtendedSocketIpv6(ExtendedSocketIpv6),
AppOperation(AppOperation),
AppParentContext(AppParentContext),
Unknown {
format: DataFormat,
data: Vec<u8>,
},
}Expand description
Flow data types
Variants§
SampledHeader(SampledHeader)
Sampled Header - Format (0,1)
SampledEthernet(SampledEthernet)
Sampled Ethernet - Format (0,2)
SampledIpv4(SampledIpv4)
Sampled IPv4 - Format (0,3)
SampledIpv6(SampledIpv6)
Sampled IPv6 - Format (0,4)
ExtendedSwitch(ExtendedSwitch)
Extended Switch - Format (0,1001)
ExtendedRouter(ExtendedRouter)
Extended Router - Format (0,1002)
ExtendedGateway(ExtendedGateway)
Extended Gateway - Format (0,1003)
ExtendedUser(ExtendedUser)
Extended User - Format (0,1004)
ExtendedUrl(ExtendedUrl)
Extended URL - Format (0,1005) Note: This format is deprecated but kept for backward compatibility
ExtendedMpls(ExtendedMpls)
Extended MPLS - Format (0,1006)
ExtendedNat(ExtendedNat)
Extended NAT - Format (0,1007)
ExtendedMplsTunnel(ExtendedMplsTunnel)
Extended MPLS Tunnel - Format (0,1008)
ExtendedMplsVc(ExtendedMplsVc)
Extended MPLS VC - Format (0,1009)
ExtendedMplsFec(ExtendedMplsFec)
Extended MPLS FEC - Format (0,1010)
ExtendedMplsLvpFec(ExtendedMplsLvpFec)
Extended MPLS LVP FEC - Format (0,1011)
ExtendedVlanTunnel(ExtendedVlanTunnel)
Extended VLAN Tunnel - Format (0,1012)
Extended80211Payload(Extended80211Payload)
Extended 802.11 Payload - Format (0,1013)
Extended80211Rx(Extended80211Rx)
Extended 802.11 RX - Format (0,1014)
Extended80211Tx(Extended80211Tx)
Extended 802.11 TX - Format (0,1015)
Extended80211Aggregation(Extended80211Aggregation)
Extended 802.11 Aggregation - Format (0,1016)
ExtendedOpenFlowV1(ExtendedOpenFlowV1)
Extended OpenFlow v1 - Format (0,1017) - DEPRECATED
ExtendedSocketIpv4(ExtendedSocketIpv4)
Extended Socket IPv4 - Format (0,2100)
ExtendedSocketIpv6(ExtendedSocketIpv6)
Extended Socket IPv6 - Format (0,2101)
AppOperation(AppOperation)
Application Operation - Format (0,2202)
AppParentContext(AppParentContext)
Application Parent Context - Format (0,2203)
Unknown
Unknown or unparsed format