aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-22 00:57:34 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-22 00:57:34 +0000
commita3fd229f8cfa1d4d1e1506a55c6436930e713625 (patch)
treeddcbf5b6206389651996ad0f5cdf5de0030aba6e /Makefile.nmake
parent665a0688606c524007626a9b15bde95310f64c42 (diff)
Pull the code to do reassembly of the request/response line, entity
headers, and body into a separate routine, for use by other dissectors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9402 f5534014-38df-0310-8fa8-9805f1628bb7
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 c76747fed6..03c5ce91f0 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.376 2003/12/16 05:07:48 guy Exp $
+# $Id: Makefile.nmake,v 1.377 2003/12/22 00:57:33 guy Exp $
include config.nmake
include <win32.mak>
@@ -472,6 +472,7 @@ ETHEREAL_COMMON_OBJECTS = \
reassemble.obj \
register.obj \
ringbuffer.obj \
+ rreh.obj \
t35.obj \
tap.obj \
timestats.obj \