http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45647
User: gerald
Date: 2012/10/18 02:14 PM
Log:
Move ui-independent object export routines to the common ui directory.
Implement DICOM, HTTP, and SMB object exports. Rename the GTK+ export
files. C++-ize epan/tap.h. Fix an apparent memory leak in
eo_save_all_clicked_cb.
The Qt dialog has an indeterminate progress bar. I tried adding
something similar to the GTK+ dialog but event processing led down a
rabbit hole.
Directory: /trunk/epan/
Changes Path Action
+8 -8 epan.h Modified
+11 -3 tap.h Modified
Directory: /trunk/ui/gtk/
Changes Path Action
+1 -1 CMakeLists.txt Modified
+2 -2 Makefile.common Modified
+0 -613 export_object.c Removed
+462 -0 export_object_dlg.c Added
+35 -0 export_object_dlg.h Added
+0 -35 export_object_gtk.h Removed
+2 -6 libgtkui.vcproj Modified
+1 -1 main_menubar.c Modified
(14 files not shown)