aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sflow.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-05-05 17:07:58 +0000
committerJörg Mayer <jmayer@loplof.de>2005-05-05 17:07:58 +0000
commitb6db235c7700a5fb296b776b46c73da305ad48fa (patch)
tree58525f60d954dd735db351391abfea142780d4b3 /epan/dissectors/packet-sflow.c
parent5049fe87b6993bfea4db904c30be5e577c2eca6b (diff)
Change 802.11f -> F, 802.1d -> D, 802.1x -> X, 802.1q -Q, 802.1P -> p
svn path=/trunk/; revision=14321
Diffstat (limited to 'epan/dissectors/packet-sflow.c')
-rw-r--r--epan/dissectors/packet-sflow.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-sflow.c b/epan/dissectors/packet-sflow.c
index 00c929c689..aedb28796c 100644
--- a/epan/dissectors/packet-sflow.c
+++ b/epan/dissectors/packet-sflow.c
@@ -281,8 +281,8 @@ static int hf_sflow_sampletype = -1;
static int hf_sflow_header = -1;
static int hf_sflow_packet_information_type = -1;
static int hf_sflow_extended_information_type = -1;
-static int hf_sflow_vlan_in = -1; /* incoming 802.1q VLAN ID */
-static int hf_sflow_vlan_out = -1; /* outgoing 802.1q VLAN ID */
+static int hf_sflow_vlan_in = -1; /* incoming 802.1Q VLAN ID */
+static int hf_sflow_vlan_out = -1; /* outgoing 802.1Q VLAN ID */
static int hf_sflow_pri_in = -1; /* incominging 802.1p priority */
static int hf_sflow_pri_out = -1; /* outgoing 802.1p priority */
static int hf_sflow_nexthop_v4 = -1; /* nexthop address */
@@ -937,12 +937,12 @@ proto_register_sflow(void)
"Type of extended information", HFILL }
},
{ &hf_sflow_vlan_in,
- { "Incoming 802.1q VLAN", "sflow.vlan.in",
+ { "Incoming 802.1Q VLAN", "sflow.vlan.in",
FT_UINT32, BASE_DEC, NULL, 0x0,
"Incoming VLAN ID", HFILL }
},
{ &hf_sflow_vlan_out,
- { "Outgoing 802.1q VLAN", "sflow.vlan.out",
+ { "Outgoing 802.1Q VLAN", "sflow.vlan.out",
FT_UINT32, BASE_DEC, NULL, 0x0,
"Outgoing VLAN ID", HFILL }
},