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