aboutsummaryrefslogtreecommitdiffstats
path: root/ui/capture.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-08Qt+extcap: Make our capture error dialog less noisy.Gerald Combs1-2/+20
2022-08-13capture: Stop extcaps before dumpcapTomasz Moń1-2/+8
2022-06-29Ui: Use only one method for exitRoland Knall1-2/+2
2022-03-21Qt: Remove sparkline for extcapRoland Knall1-1/+1
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-1/+1
2021-12-19Replace g_snprintf() with snprintf()João Valverde1-6/+6
2021-10-01capture: Check for valid wtap when capture.show_infoStig Bjørlykke1-7/+7
2021-08-10[#17478] free blocks in more placesDavid Perry1-0/+1
2021-07-15Clean up handling of --capture-comment.Guy Harris1-2/+5
2021-06-19Replace g_assert() with ws_assert()João Valverde1-11/+12
2021-06-16Replace g_log() calls with ws_log()João Valverde1-3/+3
2021-06-11Refactor our logging and extend the wslog APIJoão Valverde1-14/+13
2021-04-20Remove unneeded modelines in ui.Gerald Combs1-13/+0
2021-03-29Merge the caputils/ and capchild/ directoriesJoão Valverde1-4/+4
2021-02-17ui/capture.c: simplify cf_open_error_message().Guy Harris1-49/+11
2021-02-13wiretap: file types have a name and a description.Guy Harris1-1/+1
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-2/+2
2020-10-25Revert "Apparently, WS_WIKI_URL() is unworkable not only in C++ but in C."Guy Harris1-2/+2
2020-10-24Apparently, WS_WIKI_URL() is unworkable not only in C++ but in C.Guy Harris1-2/+2
2020-10-14Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris1-0/+14
2020-10-13Get rid of some debugging cruft accidentally checked in.Guy Harris1-2/+0
2020-10-02Clean up URLs.Guy Harris1-2/+5
2020-03-25Have callback function pointers in a capture_session structure.Guy Harris1-10/+19
2019-11-07Qt: Keep extcap control channels when capturing to multiple filesStig Bjørlykke1-0/+2
2019-09-15Match style of other routines in the file.Guy Harris1-1/+2
2019-09-15Move the last of the routines from capture_info.c into ui/capture.c.Guy Harris1-1/+53
2019-04-08Use a single wtap_rec and Buffer for an entire capture session.Guy Harris1-27/+36
2019-04-07The wtap from which we're reading to get statistics isn't a statistic itself.Guy Harris1-8/+9
2019-03-18More constification, to squelch warnings.Guy Harris1-1/+1
2019-03-18More constification, to squelch warnings.Guy Harris1-1/+1
2019-02-24Qt: Remove save_file when restartStig Bjørlykke1-0/+6
2019-02-20Qt: Fix restart capture when using a ring bufferStig Bjørlykke1-30/+0
2019-01-31wireshark: Free the if_stat_cache_t when dumpcap is not forkedVasil Velichkov1-5/+7
2018-12-29Add interface name when outputting packets dropped.Michael Mann1-2/+6
2018-12-14UI: Make sure we always have interface statistics.Gerald Combs1-6/+9
2018-04-17Remove some GTK+-only code.Gerald Combs1-1/+1
2018-03-03Move what capture_info_close() does into its only caller.Guy Harris1-2/+5
2018-03-03More indentation cleanups.Guy Harris1-13/+13
2018-03-03Clean up indentation.Guy Harris1-2/+2
2018-03-03Fix a warning message.Guy Harris1-1/+1
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-14Check for gzipped files even if we don't have libz.Guy Harris1-0/+8
2017-12-19Bugfix capture_info_open() folded into ui/capture.cMichael Mann1-7/+9
2017-12-11[capture_info] Move capture_info_new_file() to capture.cAndersBroman1-1/+114
2017-12-11[capture_info] Fold the code of capture_info_open() into ui/capture.cAndersBroman1-1/+13
2017-12-04Use g_list_prepend() it's faster.AndersBroman1-2/+2
2017-12-04Put the structure of a capture_file back in cfile.h.Guy Harris1-2/+0
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-0/+2
2017-11-30Reformat some top-level ui files.Gerald Combs1-545/+537
2017-10-15Rename ui_util.h -> ws_ui_util.hPeter Wu1-1/+1