ISUP support, from Martina Obermeier.

svn path=/trunk/; revision=3450
This commit is contained in:
Guy Harris 2001-05-25 16:17:45 +00:00
parent bd0d104f9b
commit c7595d9a42
5 changed files with 4303 additions and 2 deletions

View File

@ -653,6 +653,10 @@ Edgar Iglesias <edgar.iglesias@axis.com> {
Fix to TCP reassembly code for retransmitted data
}
Martina Obermeier <Martina.Obermeier@icn.siemens.de> {
ISUP (ISDN User Part, ITU-T recommendation Q.763) support
}
Alain Magloire <alainm@rcsm.ece.mcgill.ca> was kind enough to
give his permission to use his version of snprintf.c.

View File

@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
# $Id: Makefile.am,v 1.323 2001/05/24 20:25:24 guy Exp $
# $Id: Makefile.am,v 1.324 2001/05/25 16:17:22 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@ -138,6 +138,7 @@ DISSECTOR_SRC = \
packet-isis-lsp.c \
packet-isis-snp.c \
packet-isl.c \
packet-isup.c \
packet-iua.c \
packet-kerberos.c \
packet-klm.c \

View File

@ -1,7 +1,7 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
# $Id: Makefile.nmake,v 1.110 2001/05/24 20:25:24 guy Exp $
# $Id: Makefile.nmake,v 1.111 2001/05/25 16:17:22 guy Exp $
include config.nmake
include <win32.mak>
@ -91,6 +91,7 @@ DISSECTOR_SRC = \
packet-isis-lsp.c \
packet-isis-snp.c \
packet-isl.c \
packet-isup.c \
packet-iua.c \
packet-kerberos.c \
packet-klm.c \

View File

@ -1108,6 +1108,7 @@ B<http://www.ethereal.com>.
Andy Hood <ahood@westpac.com.au>
Randy McEoin <rmceoin@pe.net>
Edgar Iglesias <edgar.iglesias@axis.com>
Martina Obermeier <Martina.Obermeier@icn.siemens.de>
Alain Magloire <alainm@rcsm.ece.mcgill.ca> was kind enough to give his
permission to use his version of snprintf.c.

4294
packet-isup.c Normal file

File diff suppressed because it is too large Load Diff