aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-07-09 04:18:36 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-07-09 04:18:36 +0000
commitcfce9d4e58cc4d11aa54bbaca0e0d53c0f0aa898 (patch)
tree45c8b659a436d5f9f9942e24983e95bbc1430594 /INSTALL
parente98c9ae5d4622ab43c1d5bd361cc821a34c37eb8 (diff)
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@351 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL11
1 files changed, 7 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 977ae86340..54bd27f5ec 100644
--- a/INSTALL
+++ b/INSTALL
@@ -9,8 +9,7 @@ Installation Checklist
http://www.gtk.org .
- Ethereal should work with the latest 1.0.x version, as well as
- the latest 1.2.x version.
+ Ethereal needs gtk+-1.2.0 or above.
If you installed GTK+ from a binary package, you may have to
install a "development" package; there may be separate "user's"
@@ -18,8 +17,8 @@ Installation Checklist
header files and the like. For example, Red Hat users will
need to install a "gtk-devel" .rpm.
- [ ] 2. Make sure you have libpcap installed. The latest version can be
- found at
+ [ ] 2. If you want to capture packets, make sure you have libpcap
+ installed. The latest version can be found at
ftp://ftp.ee.lbl.gov .
@@ -44,6 +43,10 @@ Installation Checklist
default. You can change this location with the --sysconfdir
option.
+ The --disable-pcap option allows you to compile without libpcap.
+ You won't be able to capture packets, but you can read traces
+ that have already been captured to disk by other programs.
+
[ ] 4. Run 'make'. Hopefully, you won't run into any problems.
[ ] 5. Run './ethereal', and make sure things are working. You must