ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 2653] Capture stops if interface goes down

Date: Sat, 28 Jun 2008 10:10:43 -0700 (PDT)
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.