http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51200
User: gerald
Date: 2013/08/07 05:26 PM
Log:
Add initial capture filter support.
Add CaptureFilterCombo and CaptureFilterEdit classes, similar to their
display filter counterparts. Add a CaptureFilterSyntaxWorker class which
runs a syntax check in a background thread similar to the threaded code
in capture_dlg.c. Add a bunch of related signal and slot plumbing. Other
minor fixups.
Directory: /trunk/ui/gtk/
Changes Path Action
+1 -1 capture_dlg.c Modified
Directory: /trunk/ui/qt/
Changes Path Action
+6 -0 CMakeLists.txt Modified
+6 -0 Makefile.common Modified
+8 -0 QtShark.pro Modified
+134 -0 capture_filter_combo.cpp Added
+69 -0 capture_filter_combo.h Added
+354 -0 capture_filter_edit.cpp Added
+84 -0 capture_filter_edit.h Added
+141 -0 capture_filter_syntax_worker.cpp Added
+64 -0 capture_filter_syntax_worker.h Added
+1 -1 label_stack.cpp Modified
(10 files not shown)