aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-28Removed duplicated #include linesDario Lombardo1-1/+0
2014-12-25Check for getopt_long(), not getopt().Guy Harris1-1/+1
2014-12-24Move twelve show_version() functions from the varoius programs andStephen Fisher1-15/+1
2014-11-05Oops, we also need to worry about pcap_get_tstamp_precision().Guy Harris1-1/+1
2014-11-05Cope with newer Xcode not having the 10.6 SDK.Guy Harris1-12/+3
2014-10-18Get rid of unnecessary includes of ctype.h.Guy Harris1-1/+0
2014-09-29Pass the global capture options to open_capture_device().Guy Harris1-3/+8
2014-09-28Add support for getting nanosecond time stamp resolution when capturing.Guy Harris1-0/+31
2014-09-25Update the simple dialog code.Gerald Combs1-7/+7
2014-08-24Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice1-1/+1
2014-08-21Extcap Capture InterfaceRoland Knall1-11/+18
2014-08-05- Fix the whitespace fixJoerg Mayer1-1/+1
2014-08-05Fix whitespace/indentation to match editor modelines.Bill Meier1-11/+11
2014-07-22Clean up indentation (get rid of tabs).Guy Harris1-1/+1
2014-07-22Get rid of NO_INTERFACES_FOUND - it's not an error.Guy Harris1-18/+8
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris1-38/+10
2014-07-03Clean up printf() argument list.Guy Harris1-2/+4
2014-07-03Make --help and --version information a bit more uniform.Guy Harris1-9/+57
2014-07-03Regularize the help output of programs.Guy Harris1-15/+7
2014-07-03Regularize the first line of version output.Guy Harris1-5/+5
2014-06-30Move capture_session.h to capchild; what it declares is defined there.Guy Harris1-1/+1
2014-06-29Move some more stuff into wsutil.Guy Harris1-18/+12
2014-06-24For capchild headers, include <capchild/XXX.h>.Guy Harris1-2/+2
2014-06-23Have individual programs get libpcap and libz version info.Guy Harris1-1/+18
2014-06-22Add a routine to return a version string including VCS information.Guy Harris1-8/+9
2014-06-21Move get_os_version_info() to libwsutil.Guy Harris1-0/+1
2014-06-21Move get_copyright_info() to wsutil.Guy Harris1-0/+1
2014-06-20Move the "capture-comment" long option to LONGOPT_CAPTURE_COMMON.Guy Harris1-1/+0
2014-06-20Fix builds without pcap.Guy Harris1-1/+1
2014-06-20"-d" isn't common to all capturing programs, it's dumpcap-specific.Guy Harris1-0/+6
2014-06-20Add some long options for capture short options.Guy Harris1-21/+2
2014-06-20Add --help and --version long options.Guy Harris1-3/+5
2014-05-08Profiling show that g_log() takes a lot of CPU even when logging isn'tAndersBroman1-0/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-27Fix dumpcap.c: Assigned value is garbage or undefined (clang analyzer)Hadriel Kaplan1-1/+6