aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-01-22 09:04:09 +0000
committerGuy Harris <guy@alum.mit.edu>2001-01-22 09:04:09 +0000
commit971d19f2f111d4ea6db23c4c25acd07c2cd2d612 (patch)
treed549291812a86c5093ba714983b4537932c3b986 /Makefile.nmake
parenta4e137f630823d36bcfb8ab402556ca9e6d0d734 (diff)
SUA Light dissector, from Michael Tuexen.
svn path=/trunk/; revision=2933
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 bbfbf1fecb..25060428a3 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -1,7 +1,7 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: nmake -f makefile.nmake
#
-# $Id: Makefile.nmake,v 1.74 2001/01/11 16:46:21 gram Exp $
+# $Id: Makefile.nmake,v 1.75 2001/01/22 09:04:09 guy Exp $
include config.nmake
@@ -145,6 +145,7 @@ DISSECTOR_SOURCES = \
packet-srvloc.c \
packet-sscop.c \
packet-stat.c \
+ packet-sual.c \
packet-syslog.c \
packet-tacacs.c \
packet-tcp.c \