aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2017-01-25Qt: Use preference editor for port number entriesStig Bjørlykke2-0/+6
2017-01-24Fix segfault, when only one TSN is capturedruengeler1-6/+24
2017-01-23GTK+: Yell at the user less.Gerald Combs3-6/+6
2017-01-23tcp_graph (Gtk) Fix Dereference of null pointerAlexis La Goutte1-2/+2
2017-01-23Qt: Reject drag and drop if we're capturing.Gerald Combs2-5/+18
2017-01-22[Automatic update for 2017-01-22]Gerald Combs7-1415/+1795
2017-01-22Qt: Add Goodput graph (ACK rate), and minor bug fixesKevin Hogan4-58/+592
2017-01-22Internalize struct preferenceMichael Mann16-532/+373
2017-01-22Qt: Implement Custom CMakeRoland Knall2-0/+40
2017-01-21One more cf_merge_files_to_tempfile() call needed to be changed.Guy Harris1-2/+3
2017-01-21Qt: Fixup drag and drop merging.Gerald Combs3-8/+41
2017-01-21Qt: Show merge progress.Gerald Combs8-7/+40
2017-01-20tap-tcp-stream.h: fix double declaration introduced in g73b5e3dPascal Quantin1-16/+0
2017-01-20Qt: Fix a sequence dialog crash.Gerald Combs1-1/+2
2017-01-20Qt: modify RTT graph (handle GSO, SACK, etc), plus bug fixesKevin Hogan5-57/+224
2017-01-19Qt: add graph of unacked (outstanding) bytes to window scale graphKevin Hogan2-10/+52
2017-01-18Fix Access Violation in plugin_if_mainwindow_get_ws_info(...)Paul Offord2-2/+2
2017-01-15[Automatic update for 2017-01-15]Gerald Combs7-1008/+1008
2017-01-13Qt: fix memory leaks in UatDialogPeter Wu1-1/+9
2017-01-12Make sure ui/qt/variant_pointer.h gets distributed.Guy Harris1-1/+2
2017-01-12Qt: Remove unneccessary Q_DECLARE_METATYPERoland Knall29-186/+223
2017-01-12Qt: fix memleak of PointList in interface statisticsPeter Wu4-27/+18
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+1
2017-01-11Qt: check NULL before dereference (CID 1394324)Jaap Keuter1-1/+1
2017-01-09Fix TCP stream graph (throughput) reset axes logic (CID-1398438)Jaap Keuter1-1/+1
2017-01-08[Automatic update for 2017-01-08]Gerald Combs7-1053/+1112
2017-01-08Qt: fix crash on undecodable RTP streamPeter Wu2-1/+9
2017-01-07Refactor range preference.Michael Mann9-437/+10
2017-01-07Convert range API to always use wmem memory.Michael Mann7-31/+32
2017-01-05Do RA_DISSECTORS in the Qt UI.Guy Harris1-3/+4
2017-01-05Fix comment.Guy Harris1-1/+1
2017-01-05Remove RA_CONFIGURATION.Guy Harris3-9/+2
2017-01-04Clean up indentation.Guy Harris1-11/+11
2017-01-04Include extcap binaries in the count of things to point out during startup.Guy Harris2-1/+14
2017-01-04Add a startup message for Initializing extcap.AndersBroman3-4/+11
2017-01-04Qt: add SACK graphs to tcptrace graphKevin Hogan3-57/+185
2017-01-01[Automatic update for 2017-01-01]Gerald Combs7-82/+124
2016-12-29Fix Interface Selection ListRoland Knall1-3/+6
2016-12-28Qt: Remove "Extcap" from window title.Stig Bjørlykke1-2/+2
2016-12-28Qt: Fix open extcap help URL.Stig Bjørlykke1-1/+3
2016-12-27InterfaceList: Add check for remote interfaceRoland Knall6-0/+107
2016-12-25[Automatic update for 2016-12-25]Gerald Combs7-1358/+1557
2016-12-25rtp_analysis_dialog (Qt): Fix Dead Store (Dead assignement/Dead increment) Wa...Alexis La Goutte1-1/+0
2016-12-25Avoid recursive scan_local_interfaces operationMikael Kanstrup1-0/+11
2016-12-24extcap_options_dialog: fix compilation with Qt4Martin Kaiser1-1/+2
2016-12-24Add enabled protocol list for dissectors who are disabled by defaultMichael Mann7-0/+40
2016-12-23Qt: add local file existence check for extcap help.Dario Lombardo1-8/+21
2016-12-23Initialize the dissection options along with the other command-line options.Guy Harris1-0/+1
2016-12-22Qt: use references on tap_rtp_stat_t private members (CID 1397703 and 1397704)Pascal Quantin2-4/+4
2016-12-22Gtk: add initializers.Dario Lombardo1-4/+7