aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde1-1/+1
2017-09-05dumpcap: Detect extcap pipe from correct interfaceStig Bjørlykke1-8/+2
2017-08-28iface_lists: Access ifaces member by referenceMikael Kanstrup1-66/+64
2017-08-22Add hardware timestamping supportAhmad Fatoum1-30/+68
2017-07-03Add option to use wall-clock intervalsSake Blok1-7/+42
2017-06-30dumpcap: fix minor memory leak at begin of capturePeter Wu1-0/+2
2017-06-30dumpcap: fix buffer overflow on packets larger than 2048 bytesPeter Wu1-6/+20
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-3/+47
2017-06-04Allocate the pipe capture data buffer upfront.Guy Harris1-33/+32
2017-06-04Allocate a buffer in cap_pipe_dispatch(), not in capture_loop_dispatch().Guy Harris1-7/+15
2017-04-22Update a comment.Guy Harris1-3/+4
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-3/+3
2017-03-28Reflect new default value of snaplen in man pages.Martin Sehnoutka1-1/+1
2017-03-28dumpcap: Move large data (WTAP_MAX_PACKET_SIZE) to the heap.Michael Mann1-1/+3
2017-03-27Check for return value of WSAStartup on all executables.Michael Mann1-1/+8
2017-03-09Add another instance of capture_opts_log when more information is known.Joerg Mayer1-1/+2
2017-03-06Clean up indentation.Guy Harris1-71/+71
2017-03-06Rename a data structure to reflect what it represents.Guy Harris1-340/+346
2017-03-05dumpcap: fix this statement may fall through [-Werror=implicit-fallthrough=] ...Alexis La Goutte1-2/+2
2017-02-02capture_opts: free memory on exit to avoid leak.Dario Lombardo1-0/+1
2017-01-30Dumpcap: Improve an error message.Gerald Combs1-0/+3
2016-11-30Qt: Fix simple_dialog formatting.Gerald Combs1-1/+1
2016-10-22More checks for localtime() and gmtime() returning NULL.Guy Harris1-8/+13
2016-09-23dumpcap: Include CPU info as hardware description in SHBStig Bjørlykke1-6/+13
2016-09-11dumpcap: fix memleak on exitPeter Wu1-2/+4
2016-09-08Use get_nonzero_guint32() to fetch guint32 values.Guy Harris1-3/+3
2016-09-08dumpcap: change types.Dario Lombardo1-5/+5
2016-09-06Use get_positive_int() to parse signed positive arguments.Guy Harris1-3/+3
2016-09-05Report an error if the channel type isn't valid.Guy Harris1-0/+1
2016-08-01Fix compilation without extcap.Dario Lombardo1-1/+3
2016-08-01Make dumpcap build without extcapAndersBroman1-1/+2
2016-07-30extcap: Use stderr to print error messageRoland Knall1-4/+21
2016-07-09Check for pcapng files when reading from a pipe.Guy Harris1-22/+29