Skip to content

Commit

Permalink
Added info about Linux libpcap misbehavior, and where to download the…
Browse files Browse the repository at this point in the history
… libpcap

patch.

svn path=/trunk/; revision=616
  • Loading branch information
gilramir committed Aug 31, 1999
1 parent cc7387e commit 978375c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ EXTRA_DIST = \
Makefile.nmake \
manuf \
print.ps \
README.linux \
README.tru64 \
README.win32 \
rdps.c
Expand Down
16 changes: 16 additions & 0 deletions README.linux
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
$Id: README.linux,v 1.1 1999/08/31 06:09:25 gram Exp $

The standard libpcap compiled for Linux has a timeout problem.
If you use Ethereal with this libpcap on a not-so-busy network, at
times you will see that the Ethereal GUI freezes. It will freeze until
one more packet is received.

As of version 0.4 of libpcap this problem still exists. This is the
version of libpcap that comes with the standard Linux distributions.
If the freezing really annoys you, you can apply a patch to the libpcap
source code.

Libpcap can be obtained from ftp://ftp.ee.lbl.gov

You can download the Linux patch at http://ethereal.zing.org/~gerald/

0 comments on commit 978375c

Please sign in to comment.