aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/follow_stream_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-01-04Add tooltips for the total number of streams.Gerald Combs1-1/+8
2013-12-24add ssl detection to proto_get_frame_protocols()Martin Kaiser1-1/+1
2013-12-21fix warnings.Jakub Zawadzki1-0/+1
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-1/+1
2013-11-23Replace similar code with a common routine.Gerald Combs1-18/+1
2013-11-21Remove packet_info->ipproto and packet_info->ethertype uses in the GUI. Conv...Michael Mann1-3/+22
2013-11-19Print one YAML item per packet.Gerald Combs1-4/+7
2013-11-19fix compiler warning about write-only variableMartin Kaiser1-1/+2
2013-11-19#if 0 out an error check that wasn't doing anything interesting for anGuy Harris1-3/+5
2013-11-18Follow dialog data display improvements.Gerald Combs1-68/+89
2013-11-18Remove duplicate (wireshark_application.h) and unused #include filesAlexis La Goutte1-3/+0
2013-11-15Reset data_out_file when we close it. Add comments and fixup whitespace.Gerald Combs1-8/+17
2013-11-15Apply the changes from r52506. Fixes bug 9044 for the Qt port.Gerald Combs1-79/+0
2013-11-15Add a "to do" item.Gerald Combs1-0/+4
2013-11-14Create a plural-only English translation. Use it to pluralize the FollowGerald Combs1-2/+3
2013-11-14Add packet information and selection to the Follow Stream dialog.Gerald Combs1-40/+107
2013-11-13Highlight selected sequence diagram items.Gerald Combs1-225/+276
2013-10-15Adjust parenthesis to make gcc happy.Gerald Combs1-1/+1
2013-10-15Add some missing parenthesis. Make sure we set our font in the right place.Gerald Combs1-18/+8
2013-10-15Remove some commented code.Gerald Combs1-3/+0
2013-10-14Let Qt lay out and size elements in FollowStreamDialog. Make itGerald Combs1-14/+84
2013-09-16address_equal → addresses_equal. Switch from address macros to functionsGerald Combs1-3/+3
2013-09-11Move a lot of includes from follow_stream_dialog.h toGerald Combs1-17/+48
2013-09-09But we *do* have to include <zlib.h> here.Guy Harris1-0/+4
2013-09-09From Thomas ERSFELD (GSoC13)Alexis La Goutte1-0/+1192