aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vlan.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-vlan.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-vlan.c')
-rw-r--r--epan/dissectors/packet-vlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-vlan.c b/epan/dissectors/packet-vlan.c
index d9d423f411..bae7d8b03c 100644
--- a/epan/dissectors/packet-vlan.c
+++ b/epan/dissectors/packet-vlan.c
@@ -150,7 +150,7 @@ proto_register_vlan(void)
&ett_vlan,
};
- proto_vlan = proto_register_protocol("802.1q Virtual LAN", "VLAN", "vlan");
+ proto_vlan = proto_register_protocol("802.1Q Virtual LAN", "VLAN", "vlan");
proto_register_field_array(proto_vlan, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
}