From Michael Lum: ALCAP (Q.2630.1) support.

svn path=/trunk/; revision=8624
This commit is contained in:
Guy Harris 2003-10-06 09:18:07 +00:00
parent 6f69928703
commit 1de3e07891
4 changed files with 1827 additions and 2 deletions

View File

@ -1789,6 +1789,7 @@ Michael Lum <mlum [AT] telostech.com> {
Support for saving list of disabled protocols
ANSI TCAP support
ANSI MAP support
ALCAP (Q.2630.1) support
}
Shiang-Ming Huang <smhuang [AT] pcs.csie.nctu.edu.tw> {

View File

@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
# $Id: Makefile.am,v 1.634 2003/10/03 23:10:00 guy Exp $
# $Id: Makefile.am,v 1.635 2003/10/06 09:18:07 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@ -90,6 +90,7 @@ DISSECTOR_SRC = \
packet-afs.c \
packet-aim.c \
packet-ajp13.c \
packet-alcap.c \
packet-ans.c \
packet-ansi_map.c \
packet-aodv.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.342 2003/10/03 23:10:00 guy Exp $
# $Id: Makefile.nmake,v 1.343 2003/10/06 09:18:07 guy Exp $
include config.nmake
include <win32.mak>
@ -30,6 +30,7 @@ DISSECTOR_SRC = \
packet-afs.c \
packet-aim.c \
packet-ajp13.c \
packet-alcap.c \
packet-ans.c \
packet-ansi_map.c \
packet-aodv.c \

1822
packet-alcap.c Normal file

File diff suppressed because it is too large Load Diff