From Michael Tuexen: SCCP-atop-M3UA support.

svn path=/trunk/; revision=4867
This commit is contained in:
Guy Harris 2002-03-05 00:09:21 +00:00
parent 231011fbe5
commit fdedf9703c
2 changed files with 3 additions and 1 deletions

View File

@ -418,6 +418,7 @@ Michael Tuexen <Michael.Tuexen[AT]icn.siemens.de> {
Update of M2PA support to draft 3
MTP2 support
SCTP support in text2pcap
SCCP-atop-M3UA support
}
Bruce Korb <bkorb[AT]sco.com> {

View File

@ -6,7 +6,7 @@
*
* Copyright 2002, Jeff Morriss <jeff.morriss[AT]ulticom.com>
*
* $Id: packet-sccp.c,v 1.1 2002/03/04 22:39:22 guy Exp $
* $Id: packet-sccp.c,v 1.2 2002/03/05 00:09:21 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -2199,6 +2199,7 @@ proto_reg_handoff_sccp(void)
sccp_handle = create_dissector_handle(dissect_sccp, proto_sccp);
dissector_add("mtp3.service_indicator", SCCP_SI, sccp_handle);
dissector_add("m3ua.protocol_data_si", SCCP_SI, sccp_handle);
data_handle = find_dissector("data");
}