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 41517: /trunk/ /trunk/ui/gtk/: main.c /trunk/: capture_o

Date: Tue, 13 Mar 2012 03:48:27 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41517

User: guy
Date: 2012/03/12 08:48 PM

Log:
 Closing a capture file has nothing to do with the list of interfaces on
 which to do a live capture; don't clear the latter list when closing the
 capture file.
 
 collect_ifaces() should clear out the existing list of interfaces before
 filling that list up with the interfaces selected by the user.  In
 addition, when it frees up interfaces in that list, it should free up
 the strings attached to those interfaces.

Directory: /trunk/ui/gtk/
  Changes    Path          Action
  +0 -12     main.c        Modified

Directory: /trunk/
  Changes    Path              Action
  +19 -0     capture_opts.c    Modified