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 43351: /trunk/ui/gtk/ /trunk/ui/gtk/: capture_if_dlg.c

Date: Tue, 19 Jun 2012 09:59:45 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43351

User: guy
Date: 2012/06/19 02:59 AM

Log:
 capture_get_if_icon() no longer determines the interface type itself, it
 relies on get_interface_type() having done so.  Thus, we no longer need
 to include <sys/types.h> or <sys/stat.h> on Linux, as we aren't doing,
 and haven't been doing, ws_stat64()s on Linux.

Directory: /trunk/ui/gtk/
  Changes    Path                Action
  +0 -5      capture_if_dlg.c    Modified