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 32820: /trunk/ /trunk/epan/: prefs.c prefs.h /trunk/gtk/

Date: Sat, 15 May 2010 19:38:18 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32820

User: guy
Date: 2010/05/15 12:38 PM

Log:
 Support monitor mode in the capture preferences.
 
 Use prefs_is_capture_device_hidden() to find out whether a device should
 be hidden - don't scan the list of hidden devices ourselves.

Directory: /trunk/epan/
  Changes    Path          Action
  +63 -24    prefs.c       Modified
  +6 -0      prefs.h       Modified

Directory: /trunk/gtk/
  Changes    Path               Action
  +64 -48    capture_dlg.c      Modified
  +17 -3     capture_dlg.h      Modified
  +5 -1      main_welcome.c     Modified
  +275 -25   prefs_capture.c    Modified