From 2445e38d8838df42b66c60c1cd7b394111a48168 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Sun, 8 Mar 2009 11:55:44 +0000 Subject: Indicate hexadecimal preferences. svn path=/trunk/; revision=27650 --- epan/dissectors/packet-ieee802154.c | 2 +- epan/dissectors/packet-ieee8021ah.c | 4 ++-- epan/dissectors/packet-ppp.c | 2 +- epan/dissectors/packet-sccp.c | 2 +- epan/dissectors/packet-simulcrypt.c | 2 +- epan/dissectors/packet-tte.c | 4 ++-- epan/dissectors/packet-vlan.c | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/epan/dissectors/packet-ieee802154.c b/epan/dissectors/packet-ieee802154.c index 47ef86666d..982c14601e 100644 --- a/epan/dissectors/packet-ieee802154.c +++ b/epan/dissectors/packet-ieee802154.c @@ -1780,7 +1780,7 @@ void proto_register_ieee802154(void) ieee802154_module = prefs_register_protocol(proto_ieee802154, proto_reg_handoff_ieee802154); prefs_register_uint_preference(ieee802154_module, "802154_ethertype", - "802.15.4 (Hex) Ethertype", + "802.15.4 Ethertype (in hex)", "(Hexadecimal) Ethertype used to indicate IEEE 802.15.4 frame.", 16, &ieee802154_ethertype); diff --git a/epan/dissectors/packet-ieee8021ah.c b/epan/dissectors/packet-ieee8021ah.c index 444a30d779..43f0dfe38d 100644 --- a/epan/dissectors/packet-ieee8021ah.c +++ b/epan/dissectors/packet-ieee8021ah.c @@ -422,8 +422,8 @@ proto_register_ieee8021ah(void) ieee8021ah_module = prefs_register_protocol(proto_ieee8021ah, proto_reg_handoff_ieee8021ah); prefs_register_uint_preference(ieee8021ah_module, "8021ah_ethertype", - "802.1ah Ethertype", - "Ethertype used to indicate IEEE 802.1ah tag.", + "802.1ah Ethertype (in hex)", + "(Hexadecimal) Ethertype used to indicate IEEE 802.1ah tag.", 16, &ieee8021ah_ethertype); } 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); } diff --git a/epan/dissectors/packet-sccp.c b/epan/dissectors/packet-sccp.c index 5be1116337..737be90007 100644 --- a/epan/dissectors/packet-sccp.c +++ b/epan/dissectors/packet-sccp.c @@ -3247,7 +3247,7 @@ proto_register_sccp(void) sccp_module = prefs_register_protocol(proto_sccp, NULL); prefs_register_uint_preference(sccp_module, "source_pc", - "Source PC", + "Source PC (in hex)", "The source point code (usually MSC) (to determine whether message is uplink or downlink)", 16, &sccp_source_pc_global); 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); } diff --git a/epan/dissectors/packet-tte.c b/epan/dissectors/packet-tte.c index 83589c4919..58715519ac 100644 --- a/epan/dissectors/packet-tte.c +++ b/epan/dissectors/packet-tte.c @@ -195,12 +195,12 @@ proto_register_tte(void) /* Register preferences */ prefs_register_uint_preference(tte_module, "ct_mask_value", - "CT Mask", + "CT Mask (in hex)", "Critical Traffic Mask (base hex)", 16, &tte_pref_ct_mask); prefs_register_uint_preference(tte_module, "ct_marker_value", - "CT Marker", + "CT Marker (in hex)", "Critical Traffic Marker (base hex)", 16, &tte_pref_ct_marker); } diff --git a/epan/dissectors/packet-vlan.c b/epan/dissectors/packet-vlan.c index 7bbf705500..eb1db6db03 100644 --- a/epan/dissectors/packet-vlan.c +++ b/epan/dissectors/packet-vlan.c @@ -181,7 +181,7 @@ proto_register_vlan(void) "Whether the vlan summary line should be shown in the protocol tree", &vlan_summary_in_tree); prefs_register_uint_preference(vlan_module, "qinq_ethertype", - "802.1QinQ (Hex) Ethertype", + "802.1QinQ Ethertype (in hex)", "The (hexadecimal) Ethertype used to indicate 802.1QinQ VLAN in VLAN tunneling.", 16, &q_in_q_ethertype); -- cgit v1.2.3