aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-inap.c
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 /epan/dissectors/packet-inap.c
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 'epan/dissectors/packet-inap.c')
-rw-r--r--epan/dissectors/packet-inap.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/epan/dissectors/packet-inap.c b/epan/dissectors/packet-inap.c
index a4882c048e..cdd90daadf 100644
--- a/epan/dissectors/packet-inap.c
+++ b/epan/dissectors/packet-inap.c
@@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
-/* .\packet-inap.c */
+/* ./packet-inap.c */
/* ../../tools/asn2wrs.py -b -e -p inap -c inap.cnf -s packet-inap-template inap.asn */
/* Input file: packet-inap-template.c */
@@ -6831,6 +6831,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);