aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1998-11-12 06:01:27 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1998-11-12 06:01:27 +0000
commitc0f191e9e0c2d49564e42a23cfcd6a391569892c (patch)
treeb5635327a52f09fe041a808311d39e8bde8b3def /README
parentfcb4c78a6a01d22f0db9d6de870342511030cb01 (diff)
I added the LANalzyer file format to wiretap. I cleaned up some code in the
wiretap functions to be more generic and therefore allow an easier integration of more packet-capture file types. I also put in all the GPL copyrights in the wiretap code. svn path=/trunk/; revision=83
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 22 insertions, 0 deletions
diff --git a/README b/README
index 3567d49869..8a75496479 100644
--- a/README
+++ b/README
@@ -109,6 +109,28 @@ dialog:
- 'Cancel' button: Closes the window without making changes.
+Multiple File Types
+-------------------
+
+The wiretap library is a packet-capture library currently under development
+parallel to ethereal. In the future it is hoped that wiretap will have more
+features than libpcap, but wiretap is still in its infancy. You can compile
+ethereal with the wiretap library by using './configure --with-wiretap'. Using
+wiretap will allow you to read pcap, Sniffer, and LANalyzer trace files, but
+it disables display filters. You can still capture packets from within
+ethereal using libpcap, and therefore use libpcap-style capture filters,
+however.
+
+If you can live without display filters and would like to read non-pcap
+capture files, give wiretap a try. If you want to add support for other
+packet-capture file formats, please look at the wiretap source code in the
+wiretap directory.
+
+Please report any problems that are wiretap related to
+Gilbert Ramirez <gram@verdict.uthscsa.edu>. He uses token-ring at work, so he
+is especially interested in any non-token-ring trace files you can send him.
+
+
Disclaimer
----------