Make the list of dissectors match the one for UNIX builds.

svn path=/trunk/; revision=6628
This commit is contained in:
Guy Harris 2002-11-14 08:10:51 +00:00
parent bbb2129ab2
commit 81022063fc
1 changed files with 2 additions and 1 deletions

View 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.256 2002/11/14 08:09:34 guy Exp $
# $Id: Makefile.nmake,v 1.257 2002/11/14 08:10:51 guy Exp $
include config.nmake
include <win32.mak>
@ -139,6 +139,7 @@ DISSECTOR_SRC = \
packet-hclnfsd.c \
packet-hsrp.c \
packet-http.c \
packet-hyperscsi.c \
packet-iapp.c \
packet-ib.c \
packet-icap.c \