Wireshark-commits: [Wireshark-commits] rev 50987: / /trunk-1.10/ui/gtk/: capture_dlg.c

Date: Sun, 28 Jul 2013 20:38:34 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50987

User: guy
Date: 2013/07/28 01:38 PM

Log:
 Copy over r50986 from trunk:
 
   ------------------------------------------------------------------------
   r50986 | guy | 2013-07-28 13:34:52 -0700 (Sun, 28 Jul 2013) | 12 lines
 
   Explain what the big loop in update_properties_all() is doing, and
   what's done after that.
 
   If we want to set the all-interfaces capture filter string, just set it,
   don't add anything to the drop-down list for it.
 
   If, after we've succeeded starting a capture, all active interfaces have
   the same capture filter, *do* add that filter to the all-interfaces
   recent capture filters list.
 
   Also, free g_strduped capture filter strings when we're done with them.

Directory: /trunk-1.10/ui/gtk/
  Changes    Path             Action
  +108 -24   capture_dlg.c    Modified