aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
Commit message (Expand)AuthorAgeFilesLines
* Dumpcap: Improve an error message.Gerald Combs2017-01-311-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: fix memleak on exitPeter Wu2016-09-121-2/+4
* extcap: Use stderr to print error messageRoland Knall2016-08-041-4/+24
* 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
* Set a capture buffer size only when we have a valid handle.Gerald Combs2015-05-281-5/+3
* Windows: don't attempt to set the capture buffer size on remote (rpcap) devices.Jeff Morriss2015-05-281-17/+19
* is_linux_bonding_device() is only used if we HAVE_PCAP_CREATE so only define itJeff Morriss2015-05-281-2/+2
* dumpcap: fix opening of pipes on Windows broken since gbed29afPascal Quantin2015-04-131-1/+17
* dumpcap: fix no previous prototype for ‘is_linux_bonding_device’ [-Wmissi...Alexis La Goutte2015-04-041-1/+1
* dumpcap: fix Resource leak (CID: 129558)Alexis La Goutte2015-04-011-0/+1
* Work around a Linux bonding driver bug (and the lack of a libpcap workaround).Guy Harris2015-03-301-1/+84
* Have a #define for whether the capture buffer size can be set.Guy Harris2015-03-251-3/+3
* Don't say "Capturing on..." if we're not capturing on.Guy Harris2015-03-171-38/+39
* Allow multiple -D/-L/-d/-S flags, only allow one -k flag.Guy Harris2015-03-171-12/+25
* Update an error message to reflect all the run-dumpcap-and-quit arguments.Guy Harris2015-03-161-1/+5
* Change a lot of http:// URLs to https://.Gerald Combs2015-03-101-18/+10
* Suppress a bunch of cast-qual warnings.Gerald Combs2015-02-201-0/+5
* (Trivial) Fix printf-related 'Mismatch on sign' warningsBill Meier2015-02-091-2/+2
* Dumpcap: avoid collecting stats on nf* interfaces.Dario Lombardo2015-02-031-0/+12
* Use g_strdup_printf(), rather than a fixed-length buffer, for the app name.Guy Harris2015-01-031-6/+8
* Do the full string in get_{compiled,runtime}_version_info().Guy Harris2014-12-311-6/+4
* Move the version_info.c stuff to wsutil/ws_version_info.c.Guy Harris2014-12-311-1/+0
* Removed duplicated #include linesDario Lombardo2014-12-281-1/+0
* Check for getopt_long(), not getopt().Guy Harris2014-12-251-1/+1
* Move twelve show_version() functions from the varoius programs andStephen Fisher2014-12-241-15/+1
* Oops, we also need to worry about pcap_get_tstamp_precision().Guy Harris2014-11-051-1/+1
* Cope with newer Xcode not having the 10.6 SDK.Guy Harris2014-11-051-12/+3
* Get rid of unnecessary includes of ctype.h.Guy Harris2014-10-181-1/+0