aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
Commit message (Expand)AuthorAgeFilesLines
* Allow dumpcap to write to a named pipe.Guy Harris2017-11-171-0/+5
* dumpcap: Detect extcap pipe from correct interfaceStig Bjørlykke2017-09-051-8/+2
* dumpcap: fix minor memory leak at begin of capturePeter Wu2017-06-301-0/+2
* dumpcap: fix buffer overflow on packets larger than 2048 bytesPeter Wu2017-06-301-6/+20
* Allow bigger snapshot lengths for D-Bus captures.Guy Harris2017-06-051-3/+47
* Allocate the pipe capture data buffer upfront.Guy Harris2017-06-041-33/+32
* Allocate a buffer in cap_pipe_dispatch(), not in capture_loop_dispatch().Guy Harris2017-06-041-7/+15
* Update a comment.Guy Harris2017-04-221-3/+4
* A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris2017-04-051-3/+3
* Reflect new default value of snaplen in man pages.Martin Sehnoutka2017-03-281-1/+1
* dumpcap: Move large data (WTAP_MAX_PACKET_SIZE) to the heap.Michael Mann2017-03-281-1/+3
* Check for return value of WSAStartup on all executables.Michael Mann2017-03-271-1/+8
* Add another instance of capture_opts_log when more information is known.Joerg Mayer2017-03-091-1/+2
* Clean up indentation.Guy Harris2017-03-061-71/+71
* Rename a data structure to reflect what it represents.Guy Harris2017-03-061-340/+346
* dumpcap: fix this statement may fall through [-Werror=implicit-fallthrough=] ...Alexis La Goutte2017-03-051-2/+2
* capture_opts: free memory on exit to avoid leak.Dario Lombardo2017-02-021-0/+1
* Dumpcap: Improve an error message.Gerald Combs2017-01-301-0/+3
* Qt: Fix simple_dialog formatting.Gerald Combs2016-11-301-1/+1
* More checks for localtime() and gmtime() returning NULL.Guy Harris2016-10-221-8/+13
* dumpcap: Include CPU info as hardware description in SHBStig Bjørlykke2016-09-231-6/+13
* dumpcap: fix memleak on exitPeter Wu2016-09-111-2/+4
* Use get_nonzero_guint32() to fetch guint32 values.Guy Harris2016-09-081-3/+3
* dumpcap: change types.Dario Lombardo2016-09-081-5/+5
* Use get_positive_int() to parse signed positive arguments.Guy Harris2016-09-061-3/+3
* Report an error if the channel type isn't valid.Guy Harris2016-09-051-0/+1
* Fix compilation without extcap.Dario Lombardo2016-08-011-1/+3
* Make dumpcap build without extcapAndersBroman2016-08-011-1/+2
* extcap: Use stderr to print error messageRoland Knall2016-07-301-4/+21
* Check for pcapng files when reading from a pipe.Guy Harris2016-07-091-22/+29
* Use file extension when capturing from multiple interfaces.Michael Mann2016-06-021-1/+5
* Allow create_tempfile to support a suffix.Michael Mann2016-06-011-7/+8
* Revert "Windows: Wait for dumpcap to initialize."Gerald Combs2016-04-281-2/+0
* Windows: Wait for dumpcap to initialize.Gerald Combs2016-04-271-0/+2
* Link version code statically againJoão Valverde2016-04-211-1/+1
* Use a single WS_NORETURN macroPeter Wu2016-04-081-1/+1
* Include ws_diag_control.h in config.hJoão Valverde2016-04-041-1/+0
* Move zlib version check to wsutilJoão Valverde2016-04-031-22/+0
* Put pcapio.c into a writecap library, and use it.Guy Harris2016-03-241-1/+1
* dumpcap: Add support for 802.11ac monitor modesMikael Kanstrup2016-03-011-7/+18
* Add inet_pton/inet_ntop interface to libwsutilJoão Valverde2016-02-191-7/+4
* Expand a comment.Guy Harris2016-01-071-1/+6
* Move more capture device handling to the caputils library.Guy Harris2016-01-071-601/+8
* Remove -Wwrite-strings compiler flagJoão Valverde2015-12-121-4/+2
* Use ws_{read,write,fdopen,close}.Guy Harris2015-11-081-2/+2
* Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris2015-11-071-12/+0
* Don't include "file.h" if you don't need it.Guy Harris2015-11-041-0/+1
* The official #define for 32-bit and 64-bit Windows is _WIN32.Guy Harris2015-09-021-4/+4
* Fix retrieval of data link type supported by remote interfaces with authentic...Pascal Quantin2015-07-221-13/+20
* dumpcap: fix files capture autostop conditionPascal Quantin2015-06-241-2/+2