summaryrefslogtreecommitdiff
path: root/ui/follow.h
AgeCommit message (Collapse)AuthorFilesLines
2013-11-14Add packet information and selection to the Follow Stream dialog.Gerald Combs1-0/+2
Collect packet numbers when following streams so that we can correlate text positions with packets. Add a FollowStreamText class so that we can track mouse events. Add a hint label that shows the packet under the cursor along with packet counts and the number of "turns". Add the packet number to the C array dump. Note that dumping to YAML might be useful for Scapy users. svn path=/trunk/; revision=53314
2013-09-09Get rid of a whole bunch of things that are supposed to be included byGuy Harris1-18/+0
source files rather than header files in most if not all cases. svn path=/trunk/; revision=51908
2013-09-09Cleanup follow.h a bit:Pascal Quantin1-7/+2
- no need to include zlib.h - sgetline() function is not used outside of follow.c svn path=/trunk/; revision=51895
2013-09-09No need to include gtk/gtk.hJörg Mayer1-4/+0
svn path=/trunk/; revision=51889
2013-09-09From Thomas ERSFELD (GSoC13)Alexis La Goutte1-0/+128
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... svn path=/trunk/; revision=51883