http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22214
User: sfisher
Date: 2007/06/27 11:26 PM
Log:
Fix a bug where you couldn't save individual packets from a file type that
Wireshark doesn't support writing to. The default in the drop-down menu
was libpcap, but since gtk_option_menu_set_history() doesn't send the
activate signal we set up earlier, you would have to manually click on the
drop-down and reselect libpcap for it to work. Now it works as expected.
Directory: /trunk/gtk/
Changes Path Action
+7 -1 capture_file_dlg.c Modified