aboutsummaryrefslogtreecommitdiffstats
path: root/README.win32
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-11-01 10:02:18 +0000
committerGuy Harris <guy@alum.mit.edu>2002-11-01 10:02:18 +0000
commit910de52a041f4c2b38cc705a0440578626cfad7f (patch)
treecf35620a0247d028b0cebc77f822bfd46ac3cac4 /README.win32
parentad9ec1af37d85f8e24fd01b97420656ffda0c3dd (diff)
Note that "tethereal-tap-register.c" is built by the Bash script
"make-tapreg-dotc" from "tap-*.c", using grep and sed. svn path=/trunk/; revision=6541
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