Update to note that libpcap 0.7.1 doesn't work perfectly with AIX's BPF,
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 8 Oct 2002 07:30:08 +0000 (07:30 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 8 Oct 2002 07:30:08 +0000 (07:30 +0000)
but that the current CVS libpcap may at least fix the major known
problem.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6374 f5534014-38df-0310-8fa8-9805f1628bb7

README.aix

index afe1e5096d1853a10595b7b16f4b215de6431fee..fe9f8ee4a53e0119a08472d20dcaf1e4a80f0dfc 100644 (file)
@@ -1,4 +1,4 @@
-$Id: README.aix,v 1.5 2002/05/31 10:22:51 guy Exp $
+$Id: README.aix,v 1.6 2002/10/08 07:30:08 guy Exp $
 
 libpcap 0.7.1 and later appear to work on AIX when using AIX's native
 BPF; that appears to work better than DLPI does.  Note that you may have
@@ -6,6 +6,13 @@ to run AIX's tcpdump, as root, before configuring, building, and
 installing libpcap, in order to create the "/dev/bpf" devices and load
 the BPF driver.
 
+However, libpcap 0.7.1 doesn't work perfectly with AIX's BPF - it
+appears that AIX's BPF devices inform their user that packets were
+dropped since the last successful read by returning -1 and setting
+"errno" to EFAULT, which libpcap 0.7.1 treats as an error.  The current
+CVS version of libpcap ignores EFAULT on AIX; it appears that this fixes
+the problem.
+
 Some earlier notes: the notes about libpcap may not apply, with libpcap
 0.7.1, but they're preserved here for historical reasons.