diff options
author | Gerald Combs <gerald@wireshark.org> | 1998-09-25 23:24:07 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 1998-09-25 23:24:07 +0000 |
commit | 3da04dd983e2c3c66fae3adb5e6e4a57aab63f4e (patch) | |
tree | 8d5725d0fe36059aa33286b93b05f4a9f701d193 /README | |
parent | eac9fd94be4f7ff65e0537762b04619a3494b102 (diff) | |
download | wireshark-3da04dd983e2c3c66fae3adb5e6e4a57aab63f4e.tar.gz wireshark-3da04dd983e2c3c66fae3adb5e6e4a57aab63f4e.tar.bz2 wireshark-3da04dd983e2c3c66fae3adb5e6e4a57aab63f4e.zip |
* Ethernet manufacturer support (Laurent)
* PPP fixes (Gerald)
* Null/loopback interface support (Gerald)
svn path=/trunk/; revision=25
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -56,6 +56,10 @@ Installation Checklist (Long): The file 'INSTALL' contains general instructions for running 'configure'. + Ethereal installs a support file (manuf) in /usr/local/etc by + default. You can change this location with the --sysconfdir + option. + [ ] 4. Run 'make'. Hopefully, you won't run into any problems. [ ] 5. Run './ethereal', and make sure things are working. You must |