aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-07Expand a comment.Guy Harris1-1/+6
2016-01-07Move more capture device handling to the caputils library.Guy Harris1-601/+8
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde1-4/+2
2015-11-08Use ws_{read,write,fdopen,close}.Guy Harris1-2/+2
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-12/+0
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-09-02The official #define for 32-bit and 64-bit Windows is _WIN32.Guy Harris1-4/+4
2015-07-22Fix retrieval of data link type supported by remote interfaces with authentic...Pascal Quantin1-13/+20
2015-06-24dumpcap: fix files capture autostop conditionPascal Quantin1-2/+2
2015-05-28Set a capture buffer size only when we have a valid handle.Gerald Combs1-5/+3
2015-05-28Windows: don't attempt to set the capture buffer size on remote (rpcap) devices.Jeff Morriss1-17/+19
2015-05-28is_linux_bonding_device() is only used if we HAVE_PCAP_CREATE so only define itJeff Morriss1-2/+2
2015-04-13dumpcap: fix opening of pipes on Windows broken since gbed29afPascal Quantin1-1/+17
2015-04-04dumpcap: fix no previous prototype for ‘is_linux_bonding_device’ [-Wmissi...Alexis La Goutte1-1/+1
2015-04-01dumpcap: fix Resource leak (CID: 129558)Alexis La Goutte1-0/+1
2015-03-30Work around a Linux bonding driver bug (and the lack of a libpcap workaround).Guy Harris1-1/+84
2015-03-25Have a #define for whether the capture buffer size can be set.Guy Harris1-3/+3
2015-03-17Don't say "Capturing on..." if we're not capturing on.Guy Harris1-38/+39
2015-03-17Allow multiple -D/-L/-d/-S flags, only allow one -k flag.Guy Harris1-12/+25
2015-03-16Update an error message to reflect all the run-dumpcap-and-quit arguments.Guy Harris1-1/+5
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs1-18/+10
2015-02-20Suppress a bunch of cast-qual warnings.Gerald Combs1-0/+5
2015-02-09(Trivial) Fix printf-related 'Mismatch on sign' warningsBill Meier1-2/+2
2015-02-03Dumpcap: avoid collecting stats on nf* interfaces.Dario Lombardo1-0/+12
2015-01-03Use g_strdup_printf(), rather than a fixed-length buffer, for the app name.Guy Harris1-6/+8
2014-12-31Do the full string in get_{compiled,runtime}_version_info().Guy Harris1-6/+4
2014-12-31Move the version_info.c stuff to wsutil/ws_version_info.c.Guy Harris1-1/+0