aboutsummaryrefslogtreecommitdiffstats
path: root/ui/capture.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-21capture: Remove the logging parts before each lineJohn Thacker1-16/+19
2024-01-19extcap: Provide a more useful error message when key passphrase is badJohn Thacker1-0/+8
2024-01-19capture: silence warning for non-root userJoakim Karlsson1-0/+10
2024-01-18capture: Don't print an empty error message on extcap errorsJohn Thacker1-1/+6
2024-01-15Remove duplicative members from interface_tJohn Thacker1-1/+1
2024-01-10Fix crash in capture_interface_stat_start.James Ring1-1/+1
2024-01-08capture: Restore save file template when stopping multiple file modeJohn Thacker1-3/+20
2023-12-31capture: Don't print a warning for an empty messageJohn Thacker1-1/+1
2023-12-22Qt: [Re]start the stats when filling the interface listJohn Thacker1-0/+79
2023-12-18dumpcap: Add a welcome modeJohn Thacker1-1/+1
2023-09-26Fix misppellings in root and ui directoriesMoshe Kaplan1-1/+1
2023-09-16Capture: Fix second and future stats open (sparklines) on WindowsJohn Thacker1-1/+2
2023-09-09capture child: send an errno message if exec of dumpcap fails.Guy Harris1-1/+1
2023-06-14Convert capture/*.[ch] to C99 typesGerald Combs1-1/+1
2023-06-13Add a capture file state for a pending readJohn Thacker1-13/+28
2023-06-11Change how the packet dedup structures are handled during a live captureGilbert Ramirez1-0/+17
2023-06-09Add packet dedup support for live captures tooGilbert Ramirez1-3/+6
2023-06-09Add a preference for ignoring duplicate framesGilbert Ramirez1-1/+1
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