Re: [Wireshark-dev] Wireshark for Android

2013-04-24 Thread Pontus Fuchs
lly true. A lot of devices use proprietary drivers that lacks monitor mode support. Cheers, Pontus Fuchs ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshark-dev Uns

Re: [Wireshark-dev] ws80211_utils.c:543: error: 'NL80211_CMD_SET_CHANNEL' undeclared (first use in this function)

2012-08-13 Thread Pontus Fuchs
On 2012-07-12 11:12, Guy Harris wrote: On Jul 12, 2012, at 1:41 AM, Anders Broman wrote: Should we have a configure option to not use libnl? We should have the configure script check for all the relevant NL80211_CMD_ enum members (or for a #define that appeared along with the most recently

Re: [Wireshark-dev] compile error related to nl ?

2012-07-01 Thread Pontus Fuchs
On 2012-06-29 21:43, Toralf Förster wrote: The current svn tree produces here at a Gentoo Linux a compilation error : In file included from /usr/include/libnl3/netlink/route/link.h:18:0, from iface_monitor.c:44: /usr/include/linux/if.h:136:8: error: redefinition of ‘struct ifma

Re: [Wireshark-dev] MSVC 2008 - ENOTSUP not declared

2012-06-21 Thread Pontus Fuchs
On 2012-06-21 17:16, Jeff Morriss wrote: Hmm, I should have investigated a little further before sending the email. ws80211_toolbar_new() is testing for a ENOTSUP return from ws80211_init() which never returns ENOTSUP. Does one of the error returns from that function mean "Wireless support

Re: [Wireshark-dev] MSVC 2008 - ENOTSUP not declared

2012-06-21 Thread Pontus Fuchs
Hi, Change it to ENOENT. Caller needs update too. Cheers, Pontus Den 21 jun 2012 16:25 skrev "Jeff Morriss" : > The current trunk doesn't compile on my MSVC-2008-using laptop because > ENOTSUP is not defined (but it's used in ui/gtk/main_80211_toolbar.c). > Searching the 'net indicates that the

Re: [Wireshark-dev] rev 43413: /trunk/ui/gtk/ /trunk/ui/gtk/: main_80211_toolbar.c

2012-06-20 Thread Pontus Fuchs
On 2012-06-21 08:04, Joerg Mayer wrote: On Wed, Jun 20, 2012 at 11:13:13PM +0200, Pontus Fuchs wrote: Crap. That patch was not correct. Corrected one attached. ... Thanks for your merge work! The attached patch is the missing piece to get it working. ... diff --git a/Makefile.common b

Re: [Wireshark-dev] [Wireshark-commits] rev 43345: /trunk/ui/gtk/ /trunk/ui/gtk/: capture_if_dlg.c

2012-06-19 Thread Pontus Fuchs
On 2012-06-19 19:42, Guy Harris wrote: I only verified it on Linux so It needs to be verified for other platforms first. What's Linux-specific about it? It's a change to GUI code, and we're using a toolkit that does the same thing on all UN*X+X11 platforms (i.e., on everything except for Win

Re: [Wireshark-dev] [Wireshark-commits] rev 43345: /trunk/ui/gtk/ /trunk/ui/gtk/: capture_if_dlg.c

2012-06-19 Thread Pontus Fuchs
...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43345 User: etxrab Date: 2012/06/18 11:08 PM Log: From Pontus Fuchs: If there are many interfaces the button bar is not visible unless you manually resize the dialog. On a normal Linux PC you can easily reac