Wireshark-commits: [Wireshark-commits] rev 50986: /trunk/ui/gtk/ /trunk/ui/gtk/: capture_dlg.c
Date: Sun, 28 Jul 2013 20:34:53 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50986

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

Log:
 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/ui/gtk/
  Changes    Path             Action
  +108 -24   capture_dlg.c    Modified