aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-itdm.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-03-08 11:57:44 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-03-08 11:57:44 +0000
commit11858bfbf3950aa67cfbd64416c511687d553390 (patch)
treee3396cc722026ecbed06ca45dc02054085e860e9 /epan/dissectors/packet-itdm.c
parent4de2986137abb205fb4237f2907c738b41238fca (diff)
Indicate hexadecimal preferences.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27651 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-itdm.c')
-rw-r--r--epan/dissectors/packet-itdm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-itdm.c b/epan/dissectors/packet-itdm.c
index 63866963d8..3a6ed872aa 100644
--- a/epan/dissectors/packet-itdm.c
+++ b/epan/dissectors/packet-itdm.c
@@ -276,7 +276,7 @@ proto_register_itdm(void)
itdm_module = prefs_register_protocol(proto_itdm, proto_reg_handoff_itdm);
prefs_register_uint_preference(itdm_module, "mpls_label",
- "ITDM MPLS label (Flow Bundle ID)",
+ "ITDM MPLS label (Flow Bundle ID in hex)",
"The MPLS label (aka Flow Bundle ID) used by ITDM traffic.",
16, &gbl_ItdmMPLSLabel);
}