aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-16glib: Get rid of GLIB_CHECK_VERSION as we now require 2.32.0Anders1-51/+0
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-16dumpcap: remove dead code (CID: 1188011).Dario Lombardo1-5/+0
2018-01-08Do not automatically enable the linux kernel's BPF JIT compilerJon DeVree1-33/+4
2018-01-08extcap: remove conditional compilation.Dario Lombardo1-17/+1
2017-12-24Fix build and thread runtime compat with older GLibPeter Wu1-4/+3
2017-12-17Log output updates.Gerald Combs1-52/+1
2017-12-05dumpcap.c: cap_pipe_read() returns a ssize_t whatever the platform (CID 1424899)Pascal Quantin1-4/+6
2017-12-01dumpcap: enable capture of pcapng from pipeJames Ko1-116/+750
2017-11-29Threads: Set lifetimes and add a compatibility routine.Gerald Combs1-8/+0
2017-11-17No need for a read/write descriptor for the output file.Guy Harris1-1/+1
2017-11-17Allow dumpcap to write to a named pipe.Guy Harris1-0/+5
2017-11-09Start using SPDX license identifiers.Gerald Combs1-13/+1
2017-10-31Remove unused netdb.h #includesJoão Valverde1-4/+0
2017-10-26Fix indentationJoão Valverde1-2/+2
2017-10-26Improve our inet_ntop() wrapperJoão Valverde1-14/+3