http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45513
User: gerald
Date: 2012/10/12 04:40 PM
Log:
Add a packet format group box, similar to the packet range group box.
Use it in the new "Export Packet Dissections" dialog.
I'm omitting PostScript exports on purpose. If you *really* need that
feature you can probably get better results than we produce using text +
enscript or print-to-PDF + pdf2ps/pdftops or PSML/PDML + XSL + ...
The Windows code is untested. I'll check in any needed fixes shortly.
Directory: /trunk/ui/qt/
Changes Path Action
+5 -0 CMakeLists.txt Modified
+4 -0 Makefile.common Modified
+8 -3 QtShark.pro Modified
+22 -25 capture_file_dialog.cpp Modified
+3 -4 capture_file_dialog.h Modified
+249 -0 export_dissection_dialog.cpp Added
+73 -0 export_dissection_dialog.h Added
+21 -5 main_window.cpp Modified
+8 -0 main_window.h Modified
+43 -7 main_window.ui Modified
+31 -5 main_window_slots.cpp Modified
(5 files not shown)