X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/f378a729c372bad1c6e8663f20e8b092611dc074..4da3308f277b7cb520a0edf43b2cca2bc0ed2e29:/print-sflow.c diff --git a/print-sflow.c b/print-sflow.c index 31067110..ea947ba2 100644 --- a/print-sflow.c +++ b/print-sflow.c @@ -120,22 +120,22 @@ struct sflow_expanded_flow_sample_t { nd_uint32_t records; }; -#define SFLOW_FLOW_RAW_PACKET 1 -#define SFLOW_FLOW_ETHERNET_FRAME 2 -#define SFLOW_FLOW_IPV4_DATA 3 -#define SFLOW_FLOW_IPV6_DATA 4 -#define SFLOW_FLOW_EXTENDED_SWITCH_DATA 1001 -#define SFLOW_FLOW_EXTENDED_ROUTER_DATA 1002 -#define SFLOW_FLOW_EXTENDED_GATEWAY_DATA 1003 -#define SFLOW_FLOW_EXTENDED_USER_DATA 1004 -#define SFLOW_FLOW_EXTENDED_URL_DATA 1005 -#define SFLOW_FLOW_EXTENDED_MPLS_DATA 1006 -#define SFLOW_FLOW_EXTENDED_NAT_DATA 1007 -#define SFLOW_FLOW_EXTENDED_MPLS_TUNNEL 1008 -#define SFLOW_FLOW_EXTENDED_MPLS_VC 1009 -#define SFLOW_FLOW_EXTENDED_MPLS_FEC 1010 -#define SFLOW_FLOW_EXTENDED_MPLS_LVP_FEC 1011 -#define SFLOW_FLOW_EXTENDED_VLAN_TUNNEL 1012 +#define SFLOW_FLOW_RAW_PACKET 1 +#define SFLOW_FLOW_ETHERNET_FRAME 2 +#define SFLOW_FLOW_IPV4_DATA 3 +#define SFLOW_FLOW_IPV6_DATA 4 +#define SFLOW_FLOW_EXTENDED_SWITCH_DATA 1001 +#define SFLOW_FLOW_EXTENDED_ROUTER_DATA 1002 +#define SFLOW_FLOW_EXTENDED_GATEWAY_DATA 1003 +#define SFLOW_FLOW_EXTENDED_USER_DATA 1004 +#define SFLOW_FLOW_EXTENDED_URL_DATA 1005 +#define SFLOW_FLOW_EXTENDED_MPLS_DATA 1006 +#define SFLOW_FLOW_EXTENDED_NAT_DATA 1007 +#define SFLOW_FLOW_EXTENDED_MPLS_TUNNEL 1008 +#define SFLOW_FLOW_EXTENDED_MPLS_VC 1009 +#define SFLOW_FLOW_EXTENDED_MPLS_FEC 1010 +#define SFLOW_FLOW_EXTENDED_MPLS_LVP_FEC 1011 +#define SFLOW_FLOW_EXTENDED_VLAN_TUNNEL 1012 static const struct tok sflow_flow_type_values[] = { { SFLOW_FLOW_RAW_PACKET, "Raw packet"},