aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/tcp_stream_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-09-20Qt: Restore ability to display RTT by sequence numberKevin Hogan1-10/+55
2017-08-30Qt: check QVector size before accessing its content and not afterPascal Quantin1-1/+1
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-2/+2
2017-07-16Qt: add initializers (CID 1162824).Dario Lombardo1-0/+2
2017-02-28Qt: Fix -Wshorten-64-to-32 warningsStig Bjørlykke1-1/+1
2017-01-22Qt: Add Goodput graph (ACK rate), and minor bug fixesKevin Hogan1-55/+487
2017-01-20Qt: modify RTT graph (handle GSO, SACK, etc), plus bug fixesKevin Hogan1-24/+141
2017-01-19Qt: add graph of unacked (outstanding) bytes to window scale graphKevin Hogan1-10/+37
2017-01-09Fix TCP stream graph (throughput) reset axes logic (CID-1398438)Jaap Keuter1-1/+1
2017-01-04Qt: add SACK graphs to tcptrace graphKevin Hogan1-51/+143
2016-12-19Qt: minor updates to TCP stream dialog and throughput moving averageKevin Hogan1-17/+145
2016-09-14Qt: Set Close as default buttonStig Bjørlykke1-0/+5
2016-07-06Qt: add initializers (CID 1162824).Dario Lombardo1-0/+18
2016-06-12Add checks to address setting routines.Guy Harris1-2/+2
2016-03-03QT: TCP Stream Graph: Fix index numberUli Heilmeier1-1/+1
2016-02-26tcp_stream_dialog: Integer overflow in Average Throughputkkoizumi1-1/+1
2016-01-23ui: Code cleanupStig Bjørlykke1-1/+1
2016-01-20Qt: fix a crash when trying to open TCP stream graph on a truncated TCP packetPascal Quantin1-0/+1
2016-01-20Qt: ensure to call destructor when closing a few QDialog windowsPascal Quantin1-0/+1
2015-10-10Qt: Horizontal- and vertical-only zoom modifier keys for IO and TCP Stream gr...Jim Young1-2/+64
2015-10-05Move utf8_entities.h to wsutilJoão Valverde1-1/+1
2015-08-26Add per-dialog progress frames.Gerald Combs1-1/+4
2015-08-24Disable streamNumberSpinBox while reloading captureStig Bjørlykke1-0/+6
2015-07-31Use an ellipsis character instead of three dots.Gerald Combs1-1/+1
2015-07-07Starting to get rid of Q_UNUSED declarations for unused function parameters.Joerg Mayer1-5/+2
2015-06-26Commit d4aa1a1c24e984339806c4ddb000ea9f9b352659 added some Q_UNUSEDJoerg Mayer1-3/+1
2015-06-25Qt: use <> for including the generated ui_*.h filesMartin Kaiser1-1/+1
2015-06-25Qt: mark unused parameters as suchPascal Quantin1-0/+2
2015-06-25Add minimize and maximize buttons to the TCP stream dialogs.Jeff Morriss1-1/+1
2015-01-29Qt: Add address conversion convenience routinesGerald Combs1-6/+2
2015-01-06Replace ep_address_to_str with address_to_str.Michael Mann1-4/+9
2014-12-31Qt: Convert more dialog titles.Gerald Combs1-1/+1
2014-10-15Typos in source code and in README.qtDario Lombardo1-1/+1
2014-04-07Add a Qt I/O Graph dialog.Gerald Combs1-8/+9
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-01Fix some scan-build warnings.Gerald Combs1-0/+1
2014-02-24Fix Called C++ object pointer is null found by ClangAlexis La Goutte1-1/+1
2013-11-12Sequence / flow diagram updates.Gerald Combs1-9/+8
2013-10-25More sequence dialog updates.Gerald Combs1-1/+0
2013-10-24Initial and woefully incomplete flow graph support.Gerald Combs1-2/+1
2013-09-16address_equal → addresses_equal. Switch from address macros to functionsGerald Combs1-5/+5
2013-09-16Add stream information to the hint label. Update our hint more often.Gerald Combs1-11/+45
2013-09-16Make sure we don't tap our packets twice. Give the graph has focus afterGerald Combs1-3/+5
2013-09-16Fix graph type selection.Gerald Combs1-13/+11
2013-09-16Another attempt at axis scaling. Tweak the appearance a little.Gerald Combs1-6/+18
2013-09-15When caclulating throughput, only subtract what we've added. Try to fixGerald Combs1-20/+15
2013-09-15Make sure the RTT behavior matches the GTK+ port. Make sure we properlyGerald Combs1-15/+29
2013-09-13Mis-use error bars to draw segments.Gerald Combs1-2/+21
2013-09-13More TCP stream graph updates.Gerald Combs1-129/+174
2013-09-12Add a context menu to the TCP stream graph which includes all of ourGerald Combs1-48/+172