Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 40097: /trunk-1.6/gtk/ /trunk-1.6/gtk/: capture_dlg.c

Date: Tue, 06 Dec 2011 01:57:53 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40097

User: guy
Date: 2011/12/05 05:57 PM

Log:
 If capture_get_if_capabilities() fails, pop up a message, just as we
 print a message in tshark.  That doesn't fix the problem seen on Linux
 distributions, such as recent versions of Debian and derivatives, that
 have libpcap 1.1.0 or later built without libnl, where the monitor mode
 checkbox doesn't work - that's a libpcap bug, fixed in the 1.2 branch
 and trunk, so a future 1.2.1 or 1.3.0 release should fix it, and perhaps
 a future Debian release will build libpcap with libnl - but at least it
 means you get a dialog box rather than just getting mysterious behavior
 when you try to check the "monitor mode" checkbox.

Directory: /trunk-1.6/gtk/
  Changes    Path             Action
  +44 -1     capture_dlg.c    Modified