aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee802154.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-03-08 11:55:44 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-03-08 11:55:44 +0000
commit4de2986137abb205fb4237f2907c738b41238fca (patch)
tree1c2041db656fbf9d925ba46328ae3f3571892f37 /epan/dissectors/packet-ieee802154.c
parent7b59e64d148c00ec4fd7e3ac81ac996b16495ae4 (diff)
Indicate hexadecimal preferences.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27650 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-ieee802154.c')
-rw-r--r--epan/dissectors/packet-ieee802154.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ieee802154.c b/epan/dissectors/packet-ieee802154.c
index 47ef86666d..982c14601e 100644
--- a/epan/dissectors/packet-ieee802154.c
+++ b/epan/dissectors/packet-ieee802154.c
@@ -1780,7 +1780,7 @@ void proto_register_ieee802154(void)
ieee802154_module = prefs_register_protocol(proto_ieee802154,
proto_reg_handoff_ieee802154);
prefs_register_uint_preference(ieee802154_module, "802154_ethertype",
- "802.15.4 (Hex) Ethertype",
+ "802.15.4 Ethertype (in hex)",
"(Hexadecimal) Ethertype used to indicate IEEE 802.15.4 frame.",
16, &ieee802154_ethertype);