aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-06-10 00:26:48 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-06-10 00:26:48 +0000
commit17dcf280466897f1fb7f3a6439394c3922d3e04c (patch)
treeb368c9734f772d9ab6bacf841a024b78ef2fc791 /asn1
parent60ccbca765763bf754d69c8ae700485ce4a63126 (diff)
Mark "inap.tcap.itu_ssn" and "inap.tcap.itu_ssn1" as obsolete
preferences, so we don't warn about them, we just silently discard them. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18418 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1')
-rw-r--r--asn1/inap/packet-inap-template.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/asn1/inap/packet-inap-template.c b/asn1/inap/packet-inap-template.c
index 9a90a5de42..6cb197bf4c 100644
--- a/asn1/inap/packet-inap-template.c
+++ b/asn1/inap/packet-inap-template.c
@@ -701,6 +701,10 @@ void proto_register_inap(void) {
inap_module = prefs_register_protocol(proto_inap, proto_reg_handoff_inap);
+ prefs_register_obsolete_preference(inap_module, "tcap.itu_ssn");
+
+ prefs_register_obsolete_preference(inap_module, "tcap.itu_ssn1");
+
prefs_register_range_preference(inap_module, "ssn", "TCAP SSNs",
"TCAP Subsystem numbers used for INAP",
&global_ssn_range, MAX_SSN);