aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-01-29 08:44:53 +0000
committerGuy Harris <guy@alum.mit.edu>2002-01-29 08:44:53 +0000
commitc873f79156f1ad7cd04168d9dca7d3a322c7ae3f (patch)
treead1052c0e6fa256db7900ff529de5064cb607e6e /Makefile.nmake
parentd76a4172a628adee57cf34155782a31a9444b930 (diff)
Support for capturing on, and reading captures from, OpenBSD firewall
logging virtual interface, from Mike Frantzen. svn path=/trunk/; revision=4616
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 add12101b5..ab82296a1d 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.165 2002/01/21 10:21:57 guy Exp $
+# $Id: Makefile.nmake,v 1.166 2002/01/29 08:44:46 guy Exp $
include config.nmake
include <win32.mak>
@@ -159,6 +159,7 @@ DISSECTOR_SRC = \
packet-osi-options.c \
packet-ospf.c \
packet-pcnfsd.c \
+ packet-pflog.c \
packet-pgm.c \
packet-pim.c \
packet-pop.c \