aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-02Use file extension when capturing from multiple interfaces.Michael Mann1-1/+5
2016-06-01Allow create_tempfile to support a suffix.Michael Mann1-7/+8
2016-04-28Revert "Windows: Wait for dumpcap to initialize."Gerald Combs1-2/+0
2016-04-27Windows: Wait for dumpcap to initialize.Gerald Combs1-0/+2
2016-04-21Link version code statically againJoão Valverde1-1/+1
2016-04-08Use a single WS_NORETURN macroPeter Wu1-1/+1
2016-04-04Include ws_diag_control.h in config.hJoão Valverde1-1/+0
2016-04-03Move zlib version check to wsutilJoão Valverde1-22/+0
2016-03-24Put pcapio.c into a writecap library, and use it.Guy Harris1-1/+1
2016-03-01dumpcap: Add support for 802.11ac monitor modesMikael Kanstrup1-7/+18
2016-02-19Add inet_pton/inet_ntop interface to libwsutilJoão Valverde1-7/+4