aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pass the global capture options to open_capture_device().Guy Harris2014-09-291-3/+8
* Add support for getting nanosecond time stamp resolution when capturing.Guy Harris2014-09-281-0/+31
* Update the simple dialog code.Gerald Combs2014-09-251-7/+7
* Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice2014-08-241-1/+1
* Extcap Capture InterfaceRoland Knall2014-08-211-11/+18
* - Fix the whitespace fixJoerg Mayer2014-08-051-1/+1
* Fix whitespace/indentation to match editor modelines.Bill Meier2014-08-051-11/+11
* Clean up indentation (get rid of tabs).Guy Harris2014-07-221-1/+1
* Get rid of NO_INTERFACES_FOUND - it's not an error.Guy Harris2014-07-221-18/+8
* Move utility routines for capturing into a libcaputils static library.Guy Harris2014-07-041-38/+10
* Clean up printf() argument list.Guy Harris2014-07-031-2/+4
* Make --help and --version information a bit more uniform.Guy Harris2014-07-031-9/+57
* Regularize the help output of programs.Guy Harris2014-07-031-15/+7
* Regularize the first line of version output.Guy Harris2014-07-031-5/+5
* Move capture_session.h to capchild; what it declares is defined there.Guy Harris2014-06-301-1/+1
* Move some more stuff into wsutil.Guy Harris2014-06-291-18/+12
* For capchild headers, include <capchild/XXX.h>.Guy Harris2014-06-241-2/+2
* Have individual programs get libpcap and libz version info.Guy Harris2014-06-231-1/+18
* Add a routine to return a version string including VCS information.Guy Harris2014-06-221-8/+9
* Move get_os_version_info() to libwsutil.Guy Harris2014-06-211-0/+1
* Move get_copyright_info() to wsutil.Guy Harris2014-06-211-0/+1
* Move the "capture-comment" long option to LONGOPT_CAPTURE_COMMON.Guy Harris2014-06-201-1/+0
* Fix builds without pcap.Guy Harris2014-06-201-1/+1