aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vlan.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-03-08 11:55:44 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-03-08 11:55:44 +0000
commit2445e38d8838df42b66c60c1cd7b394111a48168 (patch)
tree1c2041db656fbf9d925ba46328ae3f3571892f37 /epan/dissectors/packet-vlan.c
parent01de8873c96442900905c170bcde3c925aba2b01 (diff)
Indicate hexadecimal preferences.
svn path=/trunk/; revision=27650
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 7bbf705500..eb1db6db03 100644
--- a/epan/dissectors/packet-vlan.c
+++ b/epan/dissectors/packet-vlan.c
@@ -181,7 +181,7 @@ proto_register_vlan(void)
"Whether the vlan summary line should be shown in the protocol tree",
&vlan_summary_in_tree);
prefs_register_uint_preference(vlan_module, "qinq_ethertype",
- "802.1QinQ (Hex) Ethertype",
+ "802.1QinQ Ethertype (in hex)",
"The (hexadecimal) Ethertype used to indicate 802.1QinQ VLAN in VLAN tunneling.",
16, &q_in_q_ethertype);