aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isup.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-01-31 00:49:59 +0000
committerGuy Harris <guy@alum.mit.edu>2002-01-31 00:49:59 +0000
commita927aed2fb8cfe44e179367611cf370915b1768e (patch)
tree4dd048b6b41e6fa1a3fe19bd1caa9a13eada871c /packet-isup.c
parent5723b50a7d6776adb4f84839c7b35164b70d8db8 (diff)
From Michael T�xen: updates to work with the new M3UA dissector.
svn path=/trunk/; revision=4643
Diffstat (limited to 'packet-isup.c')
-rw-r--r--packet-isup.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-isup.c b/packet-isup.c
index a6b9410c5b..7133ed2b26 100644
--- a/packet-isup.c
+++ b/packet-isup.c
@@ -2,7 +2,7 @@
* Routines for ISUP dissection
* Copyright 2001, Martina Obermeier <martina.obermeier@icn.siemens.de>
*
- * $Id: packet-isup.c,v 1.9 2002/01/24 09:20:49 guy Exp $
+ * $Id: packet-isup.c,v 1.10 2002/01/31 00:49:59 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -4397,6 +4397,6 @@ proto_reg_handoff_isup(void)
dissector_handle_t isup_handle;
isup_handle = create_dissector_handle(dissect_isup, proto_isup);
- dissector_add("mtp3.service_indicator", MTP3_ISUP_SERVICE_INDICATOR,
- isup_handle);
+ dissector_add("mtp3.service_indicator", MTP3_ISUP_SERVICE_INDICATOR, isup_handle);
+ dissector_add("m3ua.protocol_data_si", MTP3_ISUP_SERVICE_INDICATOR, isup_handle);
}