aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-29Merge the caputils/ and capchild/ directoriesJoão Valverde1-7/+7
2021-03-25wsutils: add local implementation of g_memdup2.Dario Lombardo1-2/+3
2021-03-25Add dumpcap options to set the name and description for a capture source.Guy Harris1-2/+53
2021-03-06if_capabilities: Use a structured error msg from dumpcapJoão Valverde1-3/+14
2021-02-14Enable -Wredundant-decls.Guy Harris1-5/+10
2021-02-09dumpcap: don't mention Npcap if we're not using it.Guy Harris1-3/+13
2021-02-08dumpcap: provide more information to put into an Npcap bug.Guy Harris1-42/+38
2021-02-08dumpcap: use the display name in error messages.Guy Harris1-4/+4
2021-02-08dumpcap: give details on how to fix Npcap bugs.Guy Harris1-11/+69
2021-02-08dumpcap: show the interface name in capture errors.Guy Harris1-18/+29
2021-02-08"The device has been removed." can happen if it has, indeed, been removed.Guy Harris1-2/+4
2021-02-07dumpcap: look for "PacketReceivePacket error: .* (1617)".Guy Harris1-1/+19
2021-02-07dumpcap: improve some secondary error emssages.Guy Harris1-0/+10
2020-12-27dumpcap: Improve the secondary error for promiscuous mode failure.Guy Harris1-9/+30
2020-12-23Replace more g_malloc with g_newMoshe Kaplan1-1/+1
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-4/+4
2020-11-25Put the XXX_pipe_open_live() calls after the file type determination.Guy Harris1-9/+6
2020-11-25Update a comment, and add some comments.Guy Harris1-1/+11
2020-11-25Fix previous change to use WSAGetLastError() only on sockets.Guy Harris1-11/+9