aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-08 05:03:54 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-08 05:03:54 +0000
commit94800ef0fb57587105d6a7e34c549a08267d4c24 (patch)
tree90b7fa8ea8cf1dce1cc3003f8e9dcc2c434b3048 /Makefile.nmake
parent910517512ffb4879d92171f37ce3a0583dd3e8e0 (diff)
From Chris Waters: support Tazmen Sniffer Protocol and DLT_TZSP captures
from network-based libpcaps that use that protocol. svn path=/trunk/; revision=6875
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 4171ee76e3..6ca32ebffe 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -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.268 2003/01/06 02:24:57 guy Exp $
+# $Id: Makefile.nmake,v 1.269 2003/01/08 05:03:51 guy Exp $
include config.nmake
include <win32.mak>
@@ -305,6 +305,7 @@ DISSECTOR_SRC = \
packet-tr.c \
packet-trmac.c \
packet-tsp.c \
+ packet-tzsp.c \
packet-ucp.c \
packet-udp.c \
packet-v120.c \