aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-llt.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-03-08 12:00:14 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-03-08 12:00:14 +0000
commit4f6dae2a14e12e126ace2f588d51f98aa145ad1e (patch)
tree1f79a390216b1b9a7e1d7bccdc38aeea8b783003 /epan/dissectors/packet-llt.c
parent11858bfbf3950aa67cfbd64416c511687d553390 (diff)
Indicate hexadecimal preferences.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27652 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-llt.c')
-rw-r--r--epan/dissectors/packet-llt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-llt.c b/epan/dissectors/packet-llt.c
index 65eebdf655..a528632c32 100644
--- a/epan/dissectors/packet-llt.c
+++ b/epan/dissectors/packet-llt.c
@@ -138,7 +138,7 @@ proto_register_llt(void)
llt_module = prefs_register_protocol(proto_llt, proto_reg_handoff_llt);
/* Register our preferences */
- prefs_register_uint_preference(llt_module, "alternate_ethertype", "Alternate ethertype value",
+ prefs_register_uint_preference(llt_module, "alternate_ethertype", "Alternate ethertype value (in hex)",
"Dissect this ethertype as LLT traffic in addition to the default, 0xCAFE.",
16, &preference_alternate_ethertype); /* A base-16 (hexadecimal) value */