new dissector packet-tsp.c added

svn path=/trunk/; revision=4647
This commit is contained in:
Uwe Girlich 2002-01-31 07:51:32 +00:00
parent 26f38471ae
commit c95560837a
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
# $Id: Makefile.am,v 1.408 2002/01/30 22:41:00 gram Exp $
# $Id: Makefile.am,v 1.409 2002/01/31 07:51:32 girlich Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@ -276,6 +276,7 @@ DISSECTOR_SRC = \
packet-tpkt.c \
packet-tr.c \
packet-trmac.c \
packet-tsp.c \
packet-ucp.c \
packet-udp.c \
packet-v120.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.168 2002/01/30 22:41:00 gram Exp $
# $Id: Makefile.nmake,v 1.169 2002/01/31 07:51:32 girlich Exp $
include config.nmake
include <win32.mak>
@ -227,6 +227,7 @@ DISSECTOR_SRC = \
packet-tpkt.c \
packet-tr.c \
packet-trmac.c \
packet-tsp.c \
packet-ucp.c \
packet-udp.c \
packet-v120.c \