aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcap.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2005-12-16 07:05:50 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2005-12-16 07:05:50 +0000
commitb56fd61e1fd428c66c05227361b6e022dbd8396a (patch)
tree39b24697420c6c57996563ee01ac06216be63206 /epan/dissectors/packet-tcap.c
parente1e4f2de9c5ee2b312b56fc43b81885691664e09 (diff)
Get rid of duplicted dissector tables for MTP3 Service indicator and SCCP ssn:s
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16815 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-tcap.c')
-rw-r--r--epan/dissectors/packet-tcap.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/epan/dissectors/packet-tcap.c b/epan/dissectors/packet-tcap.c
index 072356c0de..22bce30bda 100644
--- a/epan/dissectors/packet-tcap.c
+++ b/epan/dissectors/packet-tcap.c
@@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Ethereal dissector compiler */
-/* ./packet-tcap.c */
+/* .\packet-tcap.c */
/* ../../tools/asn2eth.py -X -b -e -p tcap -c tcap.cnf -s packet-tcap-template tcap.asn */
/* Input file: packet-tcap-template.c */
@@ -2957,7 +2957,6 @@ static void range_delete_callback(guint32 ssn)
{
if (ssn) {
dissector_delete("sccp.ssn", ssn, tcap_handle);
- dissector_delete("sua.ssn", ssn, tcap_handle);
}
}
@@ -2965,7 +2964,6 @@ static void range_add_callback(guint32 ssn)
{
if (ssn) {
dissector_add("sccp.ssn", ssn, tcap_handle);
- dissector_add("sua.ssn", ssn, tcap_handle);
}
}