aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-01Add a systemd Journal Export extcap.Gerald Combs1-1/+1
2018-09-28dumpcap: fix some warnings and add some debugsJames Ko1-26/+66
2018-08-13Put the interface descrptions into the IDB when capturing to pcapng.Guy Harris1-15/+49
2018-08-12More comment cleanup.Guy Harris1-5/+5
2018-08-12Improve comments.Guy Harris1-1/+10
2018-08-12Clean up temporary filename generation.Guy Harris1-12/+6
2018-06-11Give more detailed information about capture permissions on Debian.Guy Harris1-2/+13
2018-06-11Offer a permissions suggestion for macOS.Guy Harris1-0/+6
2018-06-10Improve the secondary error messages for pcap errors.Guy Harris1-61/+106
2018-05-16Eliminate some unneeded header checks.Guy Harris1-3/+1
2018-05-12Report the appropriate secondary message for ENOSPC and EDQUOT.Guy Harris1-15/+31