aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@umr.edu>2003-11-19 22:13:29 +0000
committerNathan Neulinger <nneul@umr.edu>2003-11-19 22:13:29 +0000
commit403a9fd3f55496f0550515b501b81f7ecad93082 (patch)
treecbc7712bd79442a105dc9528004c2ab7146d7d40 /Makefile.nmake
parent49af7e1586946dec4cf8597bc672a1ea02e9389a (diff)
Add dissector for the SEBEK kernel read() data capture and/or rootkit tool
used as part of the HoneyNet project. Info at: http://project.honeynet.org/tools/sebek/ svn path=/trunk/; revision=9039
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 d497527c27..dac2f465c6 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.361 2003/11/19 04:00:52 guy Exp $
+# $Id: Makefile.nmake,v 1.362 2003/11/19 22:13:29 nneul Exp $
include config.nmake
include <win32.mak>
@@ -330,6 +330,7 @@ DISSECTOR_SRC = \
packet-sctp.c \
packet-sdlc.c \
packet-sdp.c \
+ packet-sebek.c \
packet-ses.c \
packet-sflow.c \
packet-sip.c \