aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2002-12-08 02:32:36 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2002-12-08 02:32:36 +0000
commit6cd233b8988540a2adfb055c4b2877619983835e (patch)
tree0eb50f10825095cede74b16fe654c9e89ca64281 /Makefile.nmake
parent4fc4eb160173bb11d83a75fa14df01c1f52c0b43 (diff)
From Dinesh Dutt: Add Fibre Channel support, including FCIP, Basic FC
header, Extended Link Service, Interswitch Link Service, FCP, and IPFC. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6757 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 68e738a897..f75d32c10c 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.259 2002/12/03 00:37:27 guy Exp $
+# $Id: Makefile.nmake,v 1.260 2002/12/08 02:32:17 gerald Exp $
include config.nmake
include <win32.mak>
@@ -122,6 +122,12 @@ DISSECTOR_SRC = \
packet-esis.c \
packet-eth.c \
packet-ethertype.c \
+ packet-fc.c \
+ packet-fcels.c \
+ packet-fcip.c \
+ packet-fclctl.c \
+ packet-fcp.c \
+ packet-fcswils.c \
packet-fddi.c \
packet-fix.c \
packet-fr.c \