aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-01-22 01:24:06 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-01-22 01:24:06 +0000
commit96a18fb8cf03a10fb5c4c0692f7ea1cba12c25e3 (patch)
treeb428afbb3d3e6e69e44df778e8d85b176938d174 /Makefile.nmake
parent70c09d2c4392cd83cb68cfe71b06f28c2ed8e919 (diff)
TopTalkers feature for Ethernet/IP/TokenRing
IO-Users is a feature for tethereal that will print statistics on io usage similar to top talkers in other tools. It needs to be ported to ethereal with a nice graph sometime later. try: -z io,users,ip see man-page svn path=/trunk/; revision=6972
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 91ce4e728f..7e0774d6ff 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.272 2003/01/22 00:40:30 sahlberg Exp $
+# $Id: Makefile.nmake,v 1.273 2003/01/22 01:24:04 sahlberg Exp $
include config.nmake
include <win32.mak>
@@ -347,6 +347,7 @@ DISSECTOR_OBJECTS = $(DISSECTOR_SRC:.c=.obj)
TETHEREAL_TAP_SRC = \
tap-dcerpcstat.c \
tap-iostat.c \
+ tap-iousers.c \
tap-protocolinfo.c \
tap-protohierstat.c \
tap-rpcstat.c \