aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-08dumpcap: Make debugging compile againJohn Thacker1-18/+42
2023-02-10Move ui/clopts_common.[ch] to wsutilJoão Valverde1-1/+1
2023-02-10Move ui/cmdarg_err.[ch] to wsutilJoão Valverde1-1/+1
2023-02-07Move ui/version_info.[ch] to wsutilJoão Valverde1-1/+1
2022-12-12Extcap: Create our fifo in a temporary directory.Gerald Combs1-1/+1
2022-10-08Add log init message to main()João Valverde1-0/+2
2022-09-09dumpcap: typo in pcap_geterr() string comparisonChuck Craft1-1/+1
2022-03-20dumpcap: Count more block types as packets.Gerald Combs1-2/+2
2022-02-24dumpcap: Fix a TODO for Npcap testJoão Valverde1-16/+9
2022-02-24wsutil: New API to gather compile/runtime infoDavid Perry1-9/+9
2022-02-11Differentiate `-c` from `-a packets:`David Perry1-1/+7
2022-02-09Specify directory for temporary capturesDavid Perry1-1/+5
2022-01-19dumpcap: Fix segfault when failing to create temporary fileJohn Thacker1-3/+3
2022-01-06Update our Npcap URLs.Gerald Combs1-1/+1
2022-01-05wslog: Use a wider type for lineJoão Valverde1-2/+2
2021-12-27Docs: Document our diagnostic output options.Gerald Combs1-0/+1
2021-12-21Add a ws_posix_compat.h headerJoão Valverde1-1/+13
2021-12-19Fix stdio.h conversions to use the scanf macrosJoão Valverde1-1/+1
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-18/+18
2021-12-19Replace g_snprintf() with snprintf()João Valverde1-78/+78
2021-12-18Prefer the portable _Noreturn attribute (C11)João Valverde1-1/+1
2021-12-15wslog: 'struct timespec' is C11, use thatJoão Valverde1-2/+2
2021-12-04Fix capture with WIRESHARK_LOG_LEVEL=debugJoão Valverde1-7/+18
2021-12-03Fix logging with extcapsJoão Valverde1-3/+3
2021-10-22dumpcap: don't tell users to bother the Npcap developers.Guy Harris1-21/+13
2021-10-13dumpcap: do all packet counting in capture_loop_wrote_one_packet().Guy Harris1-6/+7
2021-10-12dumpcap: double received count when using threadsChuck Craft1-1/+3
2021-09-30ws_getopt: Rename struct and macrosJoão Valverde1-6/+6
2021-09-17Use the musl in-tree getopt_long() everywhereJoão Valverde1-26/+15
2021-09-14Add tshark ringbuffer option '-b nametimenum:value'Juha Takala1-1/+2
2021-09-13dumpcap:Send SP_FILE after SHB passthru in child modeJames Ko1-1/+17
2021-07-26dumpcap: clean up capture device open errors.Guy Harris1-4/+4
2021-07-15Clean up handling of --capture-comment.Guy Harris1-5/+13
2021-07-14Rename LONGOPT_NUM_CAP_COMMENT to LONGOPT_CAPTURE_COMMENT.Guy Harris1-1/+1
2021-07-04Move version_info.[ch] to ui/João Valverde1-1/+1
2021-06-29wslog: Prefer more modern time APIsJoão Valverde1-2/+2
2021-06-26wslog: Check environment initialization for errorsJoão Valverde1-39/+39
2021-06-23If opening a capture device provides a warning, show it.Guy Harris1-33/+36
2021-06-21wslog: Check if we are initialized and add missing initsJoão Valverde1-7/+3
2021-06-19Replace g_assert() with ws_assert()João Valverde1-5/+6
2021-06-17Make various names match the name of the systemd journal export block.Guy Harris1-1/+1
2021-06-17wslog: Add more documentationJoão Valverde1-0/+3
2021-06-14wslog: Use buffered I/OJoão Valverde1-12/+12
2021-06-14wslog: Parse cmd line options in one passJoão Valverde1-6/+2
2021-06-14wslog: Include pid in formatJoão Valverde1-0/+2
2021-06-14wslog: Add support for domain filteringJoão Valverde1-2/+3
2021-06-14wslog: Improve code modularity and efficiencyJoão Valverde1-16/+20
2021-06-11Refactor our logging and extend the wslog APIJoão Valverde1-218/+103
2021-04-13Clean up printing of interface information.Guy Harris1-13/+10
2021-04-13Don't handle -k in capture_opts_add_opt().Guy Harris1-2/+1