http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51883
User: alagoutte
Date: 2013/09/09 12:30 PM
Log:
From Thomas ERSFELD (GSoC13)
Add TCP/UDP/SSL Follow feature to QtShark
Known issue :
* Duplicate code with GTK (function need follow_info_t struct but in GTK there is some GWidget variable in struct)
* Sometimes TCP Follow fail...
Directory: /trunk/ui/gtk/
Changes Path Action
+1 -7 follow_ssl.c Modified
+1 -35 follow_stream.h Modified
+0 -78 follow_tcp.c Modified
+1 -1 follow_udp.c Modified
Directory: /trunk/ui/qt/
Changes Path Action
+3 -0 CMakeLists.txt Modified
+8 -4 Makefile.common Modified
+3 -1 QtShark.pro Modified
+1192 -0 follow_stream_dialog.cpp Added
+161 -0 follow_stream_dialog.h Added
+125 -0 follow_stream_dialog.ui Added
+36 -0 main_window.cpp Modified
(9 files not shown)