aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-simulcrypt.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-simulcrypt.c
parent01de8873c96442900905c170bcde3c925aba2b01 (diff)
Indicate hexadecimal preferences.
svn path=/trunk/; revision=27650
Diffstat (limited to 'epan/dissectors/packet-simulcrypt.c')
-rw-r--r--epan/dissectors/packet-simulcrypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-simulcrypt.c b/epan/dissectors/packet-simulcrypt.c
index 97f09e087e..5abe7fccf6 100644
--- a/epan/dissectors/packet-simulcrypt.c
+++ b/epan/dissectors/packet-simulcrypt.c
@@ -709,7 +709,7 @@ void proto_register_simulcrypt (void)
"Set the port for Simulcrypt messages ('0' means no port is assigned)",
10, &global_simulcrypt_tcp_port);
- prefs_register_uint_preference(simulcrypt_module, "ca_system_id_mikey","MIKEY ECM CA_system_ID 0x (hex value)",
+ prefs_register_uint_preference(simulcrypt_module, "ca_system_id_mikey","MIKEY ECM CA_system_ID (in hex)",
"Set the CA_system_ID used to decode ECM datagram as MIKEY", 16, &ca_system_id_mikey);
}