http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51459
User: martink
Date: 2013/08/21 02:44 PM
Log:
The export PDU mechanism creates a new capture which contains only the
exported PDUs. The currently opened capture file is closed.
Make sure that this does not discard any unsaved data. Ask the user for
confirmation and save the changes before running the export.
Directory: /trunk/ui/gtk/
Changes Path Action
+70 -0 capture_file_dlg.c Modified
+8 -0 capture_file_dlg.h Modified
+28 -31 export_pdu_dlg.c Modified
+1 -0 export_pdu_dlg.h Modified