Update the SCTP dissector, and add a dissector for

ISDN Q.921-User Adaptation Layer (IUA).
Both are from Michael.Tuexen@icn.siemens.de>

svn path=/trunk/; revision=2876
This commit is contained in:
Gilbert Ramirez 2001-01-11 16:46:21 +00:00
parent 916044629f
commit 9e6d0e1717
5 changed files with 1454 additions and 336 deletions

View File

@ -364,6 +364,7 @@ Dug Song <dugsong@monkey.org> {
Michael Tuexen <Michael.Tuexen@icn.siemens.de> {
SCTP support
M3UA support
ISDN Q.921-User Adaptation Layer (IUA) support
}
Bruce Korb <bkorb@sco.com> {

View File

@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
# $Id: Makefile.am,v 1.273 2001/01/11 07:21:34 gram Exp $
# $Id: Makefile.am,v 1.274 2001/01/11 16:46:21 gram Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@ -90,6 +90,7 @@ DISSECTOR_SOURCES = \
packet-isis-lsp.c \
packet-isis-snp.c \
packet-isl.c \
packet-iua.c \
packet-kerberos.c \
packet-l2tp.c \
packet-lapb.c \

View File

@ -1,7 +1,7 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: nmake -f makefile.nmake
#
# $Id: Makefile.nmake,v 1.73 2001/01/11 07:21:35 gram Exp $
# $Id: Makefile.nmake,v 1.74 2001/01/11 16:46:21 gram Exp $
include config.nmake
@ -77,6 +77,7 @@ DISSECTOR_SOURCES = \
packet-isis-lsp.c \
packet-isis-snp.c \
packet-isl.c \
packet-iua.c \
packet-kerberos.c \
packet-l2tp.c \
packet-lapb.c \

1014
packet-iua.c Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff