aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2017-02-14wiretap: add cleanup routine.Dario Lombardo1-0/+1
2017-02-12[Automatic update for 2017-02-12]Gerald Combs7-133/+133
2017-02-10filter_list: add cleanup function and call it on exit.Dario Lombardo3-0/+7
2017-02-10Clean columns on exit.Dario Lombardo1-0/+1
2017-02-10Convert conversation hash tables to use wmem.Michael Mann3-28/+42
2017-02-10service_response_time_table (GTK) fix parameter 'data' not found in the funct...Alexis La Goutte1-1/+1
2017-02-10response_time_delay_dialog (Qt): Fix warning: parameter 'user_data/data' not ...Alexis La Goutte1-3/+4
2017-02-08Switch stat tap to use wmem_tree_t instead of (sorted) GSList.Michael Mann6-16/+21
2017-02-08Switch follow (tables) to use wmem_tree_t instead of (sorted) GSList.Michael Mann1-3/+4
2017-02-08Switch rtd and srt tables to use wmem_tree_t instead of (sorted) GSList.Michael Mann11-27/+36
2017-02-08Switch export objects to use wmem_tree_t instead of (sorted) GSList.Michael Mann4-13/+14
2017-02-08Qt: Add check for valid profile nameStig Bjørlykke2-2/+14
2017-02-07ui: Write recent file when applying profile changesStig Bjørlykke1-1/+6
2017-02-07Adjust startup count for extcap.Gerald Combs2-2/+2
2017-02-07GTK: Wrap static preference labels.Gerald Combs1-2/+5
2017-02-05GTK: Add 'in' operator in display filter expression dialogJaap Keuter1-94/+162
2017-02-05[Automatic update for 2017-02-05]Gerald Combs7-147/+147
2017-02-04tap-stats_tree: use wmem allocator.Dario Lombardo1-2/+2
2017-02-03Fix builds without libpcap.Guy Harris1-0/+2
2017-02-02capture_opts: free memory on exit to avoid leak.Dario Lombardo1-11/+21
2017-02-02Qt: Add extcap placeholder parameterStig Bjørlykke1-0/+3
2017-01-31Add wmem allocator parameter to format_uriMichael Mann1-6/+13
2017-01-31format_text_wmem -> format_textMichael Mann3-7/+7
2017-01-31format_text -> format_text_wmem for wlan dialogsMichael Mann3-8/+25
2017-01-30Qt: Use system DateTimeFormat in QDateTimeEditStig Bjørlykke1-0/+1
2017-01-29[Automatic update for 2017-01-29]Gerald Combs7-481/+548
2017-01-27Qt: Add exported packet files to the recent filesStig Bjørlykke1-0/+2
2017-01-27Qt: Hide "Go to Packet" frame when closing capture file.Stig Bjørlykke1-0/+1
2017-01-27Qt: Preference editor improvements.Stig Bjørlykke1-9/+4
2017-01-26Qt: Signal number of active capturesRoland Knall2-2/+17
2017-01-26Add 'in' operator in display filter expression dialogJaap Keuter2-15/+29
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