UCP support, from Tom Uijldert.

svn path=/trunk/; revision=4009
This commit is contained in:
Guy Harris 2001-10-08 17:30:23 +00:00
parent c84fa84414
commit bebcff62d7
4 changed files with 2489 additions and 2 deletions

View File

@ -799,6 +799,7 @@ Tom Uijldert <Tom.Uijldert[AT]cmg.nl> {
WTP fixes
MMSE support
Push-traffic dissecting for WSP/WTLS
UCP support
}
Endoh Akira <endoh[AT]netmarks.co.jp> {

View File

@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
# $Id: Makefile.am,v 1.369 2001/09/29 01:19:00 guy Exp $
# $Id: Makefile.am,v 1.370 2001/10/08 17:30:23 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@ -250,6 +250,7 @@ DISSECTOR_SRC = \
packet-tpkt.c \
packet-tr.c \
packet-trmac.c \
packet-ucp.c \
packet-udp.c \
packet-v120.c \
packet-vines.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.131 2001/09/25 21:32:41 guy Exp $
# $Id: Makefile.nmake,v 1.132 2001/10/08 17:30:23 guy Exp $
include config.nmake
include <win32.mak>
@ -202,6 +202,7 @@ DISSECTOR_SRC = \
packet-tpkt.c \
packet-tr.c \
packet-trmac.c \
packet-ucp.c \
packet-udp.c \
packet-v120.c \
packet-vines.c \

2484
packet-ucp.c Normal file

File diff suppressed because it is too large Load Diff