Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal INSTALL README acconfig.h capture.c capture.
gram 1999/07/08 23:18:44 CDT
Modified files:
. INSTALL README acconfig.h capture.c
capture.h configure configure.in
display.c ethereal.c file.c file.h menu.c
summary.c util.c
Log:
Added the ability to create a read-only ethereal, i.e., one that
doesn't link with libpcap, so no packet captures can be made. The
"--disable-pcap" option has been added to the configure script. Docs
have been updated. And the string buffer size in the simple_dialog()
has been doubled so that Johan's e-mail address in the "About" dialogue
window doesn't get chopped off.
Revision Changes Path
1.4 +7 -4 ethereal/INSTALL
1.14 +5 -15 ethereal/README
1.10 +0 -1 ethereal/acconfig.h
1.30 +5 -3 ethereal/capture.c
1.8 +8 -1 ethereal/capture.h
1.29 +136 -117 ethereal/configure
1.29 +34 -22 ethereal/configure.in
1.8 +1 -2 ethereal/display.c
1.51 +17 -6 ethereal/ethereal.c
1.35 +1 -3 ethereal/file.c
1.19 +11 -2 ethereal/file.h
1.24 +14 -4 ethereal/menu.c
1.4 +4 -2 ethereal/summary.c
1.16 +2 -2 ethereal/util.c