aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ppp.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-ppp.c
parent01de8873c96442900905c170bcde3c925aba2b01 (diff)
Indicate hexadecimal preferences.
svn path=/trunk/; revision=27650
Diffstat (limited to 'epan/dissectors/packet-ppp.c')
-rw-r--r--epan/dissectors/packet-ppp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ppp.c b/epan/dissectors/packet-ppp.c
index f5340657aa..9ef8d2bcfa 100644
--- a/epan/dissectors/packet-ppp.c
+++ b/epan/dissectors/packet-ppp.c
@@ -4193,7 +4193,7 @@ proto_register_ppp(void)
&ppp_vj_decomp);
prefs_register_uint_preference(ppp_module,
"default_proto_id",
- "PPPMuxCP Default PID",
+ "PPPMuxCP Default PID (in hex)",
"Default Protocol ID to be used for PPPMuxCP",
16, &pppmux_def_prot_id);
}