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 43521: / /trunk/ui/gtk/: CMakeLists.txt Makefile.common

Date: Thu, 28 Jun 2012 16:21:51 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43521

User: guy
Date: 2012/06/28 09:21 AM

Log:
 From Pontus Fuchs:
 
 Add an interface monitor that, on Linux distributions with libnl,
 watches for interfaces to appear or disappear and, on such an event,
 causes windows showing interface lists to update.

Directory: /trunk/ui/gtk/
  Changes    Path                   Action
  +1 -0      CMakeLists.txt         Modified
  +2 -0      Makefile.common        Modified
  +93 -0     gtk_iface_monitor.c    Added
  +34 -0     gtk_iface_monitor.h    Added
  +6 -0      main.c                 Modified

Directory: /trunk/
  Changes    Path               Action
  +2 -0      CMakeLists.txt     Modified
  +2 -0      Makefile.common    Modified
  +1 -1      configure.in       Modified
  +177 -0    iface_monitor.c    Added
  +40 -0     iface_monitor.h    Added