aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-03-08 11:57:44 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-03-08 11:57:44 +0000
commit4c4666e4a75c96932decb8cb9ac57afef0117a0d (patch)
treee3396cc722026ecbed06ca45dc02054085e860e9 /epan
parent2445e38d8838df42b66c60c1cd7b394111a48168 (diff)
Indicate hexadecimal preferences.
svn path=/trunk/; revision=27651
Diffstat (limited to 'epan')
-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);
}