aboutsummaryrefslogtreecommitdiffstats
path: root/README.win32
diff options
context:
space:
mode:
Diffstat (limited to 'README.win32')
-rw-r--r--README.win325
1 files changed, 4 insertions, 1 deletions
diff --git a/README.win32 b/README.win32
index a82439a084..0ae4e638b7 100644
--- a/README.win32
+++ b/README.win32
@@ -1,4 +1,4 @@
-$Id: README.win32,v 1.41 2002/10/09 13:39:17 gerald Exp $
+$Id: README.win32,v 1.42 2002/11/01 10:02:18 guy Exp $
Installing Ethereal, Tethereal, and Editcap on Win32
====================================================
@@ -217,6 +217,9 @@ make-reg-dotc, packet*.c register.c Bash + grep + sed
or
make-reg-dotc.py, packet*.c register.c Python
+make-tapreg-dotc, tap-*.c tethereal-tap-register.c
+ Bash + grep + sed
+
The Makefile.nmake supplied with the Ethereal distribution will, if
PYTHON is defined in config.nmake, attempt to make register.c with
Python, since it is much much much faster than the shell version. The