new dissector packet-tsp.c added
authorgirlich <girlich@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 31 Jan 2002 07:51:32 +0000 (07:51 +0000)
committergirlich <girlich@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 31 Jan 2002 07:51:32 +0000 (07:51 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4647 f5534014-38df-0310-8fa8-9805f1628bb7

Makefile.am
Makefile.nmake

index 19a8151b38a3f0e956a646b3ee3ab18d6e86d6e8..e6ece7d512afcf4ca96dd3d07678bf8c639184b9 100644 (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 \
index e904d2292b9decf3fd1a4f79ca16afbd5d816c94..8168849017579066058dc5bd81e9fd0b5e7af01f 100644 (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 \