aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-04Dumpcap: Use win32strerror in more places.Gerald Combs1-43/+12
2019-05-02Move the Winsock initialization and cleanup to wsutil routines.Guy Harris1-18/+13
2019-05-01Dumpcap: Call WSAStartup+WSACleanup once.Gerald Combs1-74/+9
2019-05-01Don't use the result of please_report_bug() as a format string.Guy Harris1-1/+2
2019-05-01Windows: Modernize our WSAStartup usage.Gerald Combs1-3/+1
2019-04-21dumpcap: Fix pipe read deadlock on WindowsTomasz Moń1-0/+6
2019-03-24Add routines to return "Please report this as a bug" message strings.Guy Harris1-15/+8
2019-03-14dumpcap: Initialize the stats variableVasil Velichkov1-6/+1
2019-03-10Dumpcap: Set a bigger IO buffer (64KiB).Anders Broman1-2/+27
2019-02-08Convert WinPcap references to Npcap.Gerald Combs1-6/+6
2019-01-26dumpcap: fix memory leak in ringbuffer modePeter Wu1-7/+20
2019-01-24dumpcap: fix memleak if multi_files_on is enabledPeter Wu1-2/+0