diff options
author | Guy Harris <guy@alum.mit.edu> | 2002-01-10 01:28:45 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2002-01-10 01:28:45 +0000 |
commit | aa36cec9df2e30710deaebc50f10ea3c033dedd5 (patch) | |
tree | c692cc1a458378f85f0b817d76c9839c660d1442 /Makefile.nmake | |
parent | 573f3fb04aab5d0ba4094d053921c10fb7dd0a9f (diff) | |
download | wireshark-aa36cec9df2e30710deaebc50f10ea3c033dedd5.tar.gz wireshark-aa36cec9df2e30710deaebc50f10ea3c033dedd5.tar.bz2 wireshark-aa36cec9df2e30710deaebc50f10ea3c033dedd5.zip |
SCSI dissector, and changes to make the iSCSI dissector use it, from
Dinesh Dutt.
svn path=/trunk/; revision=4508
Diffstat (limited to 'Makefile.nmake')
-rw-r--r-- | Makefile.nmake | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.nmake b/Makefile.nmake index 09bce8592e..d2314a0121 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.163 2002/01/09 02:55:38 guy Exp $ +# $Id: Makefile.nmake,v 1.164 2002/01/10 01:28:43 guy Exp $ include config.nmake include <win32.mak> @@ -190,7 +190,8 @@ DISSECTOR_SRC = \ packet-rwall.c \ packet-rx.c \ packet-sap.c \ - packet-sctp.c \ + packet-scsi.c \ + packet-sctp.c \ packet-sdp.c \ packet-sip.c \ packet-skinny.c \ |