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

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Tue, 19 Jun 2012 10:42:59 -0700
On Jun 19, 2012, at 3:03 AM, Pontus Fuchs 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 Windows, given that we're not using the "native" GTK+ on OS X) and, even on non-X11 platforms, is pretty much only different in the lower-level drawing code.

The wireless toolbar code *is*, I think, Linux-specific (as libpcap doesn't yet have APIs to get lists of available channels or set the channel on 802.11 adapters), and the patch to update the interface list when new interfaces appear is probably Linux-specific as well, but that's different from a pure GUI change.