summaryrefslogtreecommitdiff
path: root/wiretap/README
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-08-20 07:55:49 +0000
committerGuy Harris <guy@alum.mit.edu>1999-08-20 07:55:49 +0000
commitac2418871b6c7f558379215d705d7dac19dd7666 (patch)
tree55fd569fc102e0549fcd0de112513daff18f6598 /wiretap/README
parentbcb5f49177c6d1b44c6cde269c9f82f99cf58990 (diff)
downloadwireshark-ac2418871b6c7f558379215d705d7dac19dd7666.tar.gz
Note that we now have the ability to read Ethernet and X.25 captures
from RADCOM WAN/LAN Analyzers. (BTW, the previous checkin also removed the comments about the hack wherein we pretended that ATM Sniffer captures were really Ethernet, Token-Ring, or RFC 1483 captures, given that said hack was itself removed.) svn path=/trunk/; revision=526
Diffstat (limited to 'wiretap/README')
-rw-r--r--wiretap/README7
1 files changed, 6 insertions, 1 deletions
diff --git a/wiretap/README b/wiretap/README
index 0f05fc2c4e..4ff75b91d4 100644
--- a/wiretap/README
+++ b/wiretap/README
@@ -1,4 +1,4 @@
-$Id: README,v 1.15 1999/08/20 07:51:22 guy Exp $
+$Id: README,v 1.16 1999/08/20 07:55:49 guy Exp $
Wiretap is a library that is being developed as a future replacement for
libpcap, the current standard Unix library for packet capturing. Libpcap is
@@ -91,5 +91,10 @@ file format is now supported, at least for Ethernet and token-ring.
Network Associates' Windows Sniffer Pro appears to use a variant of that
format; it's supported to the same extent.
+RADCOM WAN/LAN Analyzers
+------------------------
+Olivier Abad has added code to read Ethernet and LAPB captures from
+RADCOM WAN/LAN Analyzers (see http://www.radcom-inc.com/).
+
Gilbert Ramirez <gram@verdict.uthscsa.edu>
Guy Harris <guy@netapp.com>