M2UA support, from Michael Tuexen.

svn path=/trunk/; revision=5160
This commit is contained in:
Guy Harris 2002-04-14 22:52:49 +00:00
parent 0dbd6bd9f2
commit 21bb9c6d91
4 changed files with 1392 additions and 2 deletions

View File

@ -421,6 +421,7 @@ Michael Tuexen <Michael.Tuexen[AT]icn.siemens.de> {
MTP2 support
SCTP support in text2pcap
SCCP-atop-M3UA support
M2UA support
}
Bruce Korb <bkorb[AT]sco.com> {

View File

@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
# $Id: Makefile.am,v 1.418 2002/04/10 22:00:49 ashokn Exp $
# $Id: Makefile.am,v 1.419 2002/04/14 22:52:49 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@ -180,6 +180,7 @@ DISSECTOR_SRC = \
packet-lpd.c \
packet-m2pa.c \
packet-m2tp.c \
packet-m2ua.c \
packet-m3ua.c \
packet-mapi.c \
packet-mbtcp.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.177 2002/04/11 09:01:52 guy Exp $
# $Id: Makefile.nmake,v 1.178 2002/04/14 22:52:49 guy Exp $
include config.nmake
include <win32.mak>
@ -131,6 +131,7 @@ DISSECTOR_SRC = \
packet-lpd.c \
packet-m2pa.c \
packet-m2tp.c \
packet-m2ua.c \
packet-m3ua.c \
packet-mapi.c \
packet-mbtcp.c \

1387
packet-m2ua.c Normal file

File diff suppressed because it is too large Load Diff