aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-18ebhscr: increasing ebhscr snaplenPantar Ana1-0/+9
2019-01-02cli_main: remove real_main from stack traces for non-WindowsPeter Wu1-1/+1
2019-01-01Move some command-line-oriented routines from wsutil to ui.Guy Harris1-2/+2
2018-12-31Improve capture-on-pipe error messages.Guy Harris1-7/+26
2018-12-31Use size_t, not int, for sizes.Guy Harris1-60/+89
2018-12-29Add interface name when outputting packets dropped.Michael Mann1-4/+3
2018-12-18writecap: rename pcapng_write_session_block to _section_blockJaap Keuter1-1/+1
2018-12-13Move more version-info-related stuff to version_info.c.Guy Harris1-30/+6
2018-12-13Put the main() and wmain() routines for CLI programs into a separate file.Guy Harris1-22/+2
2018-11-27Dumpcap: Adjust pcapng headers when we write them.Gerald Combs1-31/+25
2018-11-16Dumpcap: Fix writing SHBs and IDBs.Gerald Combs1-154/+277
2018-11-15Dumpcap: Update our pipe closed logic.Gerald Combs1-10/+12
2018-11-14Dumpcap: Make sure we set our pipe error status.Gerald Combs1-10/+20
2018-11-14Dumpcap: Don't let individual pipes stop our capture.Gerald Combs1-13/+23
2018-11-14Dumpcap: Move packet dequeueing code to a common routine.Gerald Combs1-50/+46
2018-11-10capture_loop_write_pcapng_cb() shouldn't be called if use_pcapng is false.Guy Harris1-3/+5
2018-11-10Dumpcap: Move the "just wrote one packet" logic to one place.Gerald Combs1-32/+33
2018-11-09Dumpcap+Qt: Add support for `-a packets:NUM` and `-b packets:NUM`.Gerald Combs1-64/+69
2018-11-01Move condition logic to dumpcap.cGerald Combs1-67/+52
2018-10-21Dumpcap: Swap bytes only for pcap sources.Gerald Combs1-44/+30
2018-10-08Bring back arg_list_utf_16to8(), but have it just do UTF-16-to-UTF-8 mapping.Guy Harris1-7/+4
2018-10-07Use wsetargv.obj, and wmain() rather than main(), on Windows.Guy Harris1-3/+21
2018-10-06Fix Windows dumpcap -i TCP@James Ko1-30/+51