https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2653
Guy Harris <guy@xxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Guy Harris <guy@xxxxxxxxxxxx> 2008-06-28 10:10:42 PDT ---
The capture stops because the Linux capture mechanism, i.e. the PF_PACKET
socket bound to the interface, delivers an ENETDOWN error.
If only one ENETDOWN error is delivered, libpcap can be changed to ignore it,
in which case this is a libpcap bug, not a Wireshark bug.
If, however, it continues to deliver ENETDOWN errors, and refuses to supply
packets, this is a Linux kernel bug.
In either case, this isn't a Wireshark bug, unless you can get different
behavior from some other application using libpcap to capture traffic.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.