aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-07Replace "svn" with "git" all over the place.Gerald Combs1-5/+5
2014-01-17From Toralf FörsterMartin Kaiser1-2/+2
2014-01-17Fix [-Wmissing-prototypes]Anders Broman1-1/+1
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki1-1/+1
2013-12-17From "bd": Fix " Wireshark stops showing new packets but dumpcap keeps writin...Bill Meier1-2/+2
2013-12-02Specify SI units for the max filesize autostop condition. For now, keep the ...Chris Maynard1-7/+7
2013-11-29Replace macros: BSWAP16, BSWAP32, BSWAP64 with glib-version.Jakub Zawadzki1-9/+8
2013-11-26Report the interface when an open or an attempt to set the link-layerGuy Harris1-16/+8
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+1
2013-11-04Print if_droppedAnders Broman1-7/+12
2013-09-29Rename routines that write pcap-ng files to "pcapng_xxx" rather thanGuy Harris1-44/+44