aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-04-16 08:58:55 +0000
committerGuy Harris <guy@alum.mit.edu>2000-04-16 08:58:55 +0000
commit3417990d59b27a6a869f3d3eb46e6cd066bcc8d1 (patch)
treee0007c1c4c4547a7046f5f23a695a4c1330f895c
parentb064f1e14f5f9499b78386b44ba8829b4d40adaa (diff)
Ralf Schneider's changes to enhance to OSI CLNP, CLTP, and ISIS support
and to add OSI ESIS support. svn path=/trunk/; revision=1867
-rw-r--r--Makefile.nmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 7aff62ab37..29ce080bfa 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.29 2000/04/15 04:10:27 guy Exp $
+# $Id: Makefile.nmake,v 1.30 2000/04/16 08:58:55 guy Exp $
include config.nmake
@@ -31,9 +31,11 @@ DISSECTOR_OBJECTS = \
packet-cdp.obj \
packet-cgmp.obj \
packet-clip.obj \
+ packet-clnp.obj \
packet-data.obj \
packet-ddtp.obj \
packet-dns.obj \
+ packet-esis.obj \
packet-eth.obj \
packet-ethertype.obj \
packet-fddi.obj \
@@ -79,6 +81,7 @@ DISSECTOR_OBJECTS = \
packet-ntp.obj \
packet-null.obj \
packet-osi.obj \
+ packet-osi-options.obj \
packet-ospf.obj \
packet-pim.obj \
packet-pop.obj \