aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-25Make sure a pcapng block's length is a multiple of 4.Guy Harris1-12/+30
2020-11-25Have capture_loop_init_pcapng_output() report an error code.Guy Harris1-7/+8
2020-11-25Expand a comment to note that pcapng_read_shb() does a synchronous read.Guy Harris1-1/+1
2020-11-22Various code and comment cleanups.Guy Harris1-44/+151
2020-11-15Pass an address-family-appropriate socket length to connect().Guy Harris1-5/+22
2020-10-30add support for compression of capture fileMasaru Tsuchiyama1-1/+3
2020-10-24dumpcap: fix the macOS "no permission to capture" message.Guy Harris1-3/+4
2020-10-02Clean up URLs.Guy Harris1-1/+1
2020-08-08Dumpcap: print closed ring-buffer file namesDavid Perry1-0/+12
2020-07-14Don't call any routines from WinPcap/Npcap packet32.dll.Guy Harris1-4/+0
2020-05-21dumpcap: Initialize a couple of variables.Gerald Combs1-3/+3
2020-04-01Handle -k better on platforms that don't support it.Guy Harris1-7/+12
2020-03-28Write the if_hardware option, if available, to pcapng files when capturing.Guy Harris1-0/+2
2020-03-15Don't check for ancient libpcap versions on HP-UX.Guy Harris1-31/+3
2020-03-13Require at least libpcap 0.8/WinPcap 3.1.Guy Harris1-72/+2
2019-12-20Use g_file_open_tmp within create_tempfileMichael Mann1-4/+4
2019-12-13cmdline: cleanup option string definitionsJaap Keuter1-5/+5
2019-11-30Documentation: update (long) cmd line optionsJaap Keuter1-16/+25
2019-11-11dumpcap: Add support for TCP@IPv6 socket capturesJoão Valverde1-41/+10
2019-10-06dumpcap: fix capture library version display on WindowsPascal Quantin1-13/+11
2019-09-23extcap: Multiple extcap instance support on WindowsTomasz Moń1-44/+50
2019-09-21MSVC: Warn about unused formal parametersTomasz Moń1-2/+3
2019-08-20Boost the maximum packet size for LINKTYPE_USBPCAP in pcap/pcapng.Guy Harris1-15/+15
2019-07-28HTTPS In Even More Places, update some links.Guy Harris1-2/+2
2019-07-08dumpcap: fix uninitialized memory read on dumpcap -d errorsPeter Wu1-0/+1
2019-07-01Distinguish "Interface went down" from "Interface disappeared".Guy Harris1-6/+12
2019-07-01Libpcap may now say "The interface disappeared" if it did.Guy Harris1-1/+2
2019-06-30Update a comment, and shuffle tests.Guy Harris1-5/+10
2019-05-24dumpcap: use typedefs instead of structs.Dario Lombardo1-26/+26
2019-05-14Fix comment.Guy Harris1-1/+1
2019-05-14Explain that not handling byte-swapped pcap files breaks the tests.Guy Harris1-3/+24
2019-05-10dumpcap: remove legacy code.Dario Lombardo1-16/+10