aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* "-d" isn't common to all capturing programs, it's dumpcap-specific.Guy Harris2014-06-201-0/+6
* Add some long options for capture short options.Guy Harris2014-06-201-21/+2
* Add --help and --version long options.Guy Harris2014-06-201-3/+5
* Profiling show that g_log() takes a lot of CPU even when logging isn'tAndersBroman2014-05-081-0/+2
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Fix dumpcap.c: Assigned value is garbage or undefined (clang analyzer)Hadriel Kaplan2014-02-271-1/+6
* Replace "svn" with "git" all over the place.Gerald Combs2014-02-071-5/+5
* From Toralf FörsterMartin Kaiser2014-01-171-2/+2
* Fix [-Wmissing-prototypes]Anders Broman2014-01-171-1/+1
* Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki2013-12-201-1/+1
* From "bd": Fix " Wireshark stops showing new packets but dumpcap keeps writin...Bill Meier2013-12-171-2/+2
* Specify SI units for the max filesize autostop condition. For now, keep the ...Chris Maynard2013-12-021-7/+7
* Replace macros: BSWAP16, BSWAP32, BSWAP64 with glib-version.Jakub Zawadzki2013-11-291-9/+8
* Report the interface when an open or an attempt to set the link-layerGuy Harris2013-11-261-16/+8
* include <wsutil/pint.h> only when needed.Jakub Zawadzki2013-11-091-0/+1
* Print if_droppedAnders Broman2013-11-041-7/+12
* Rename routines that write pcap-ng files to "pcapng_xxx" rather thanGuy Harris2013-09-291-44/+44
* We always write to a FILE *, so:Guy Harris2013-09-291-9/+9
* Handle the 2GiB boundary case of the max filesize autostop condition properly...Chris Maynard2013-08-291-3/+7
* Check our recently-added signal pipe in statistics mode.Gerald Combs2013-08-251-0/+4
* Output a warning about kernel BPF JIT compiler beeing activated.Anders Broman2013-08-231-1/+1
* Output a warning about kernel BPF JIT compiler beeing activated.Anders Broman2013-08-231-0/+6
* fix compiler warning on Debian wheezy (gcc 4.7.2)Martin Kaiser2013-08-221-1/+2
* Only enable the Linux kernel BPF JIT compiler if we're on Linux.Guy Harris2013-08-221-10/+22
* Enable Kernel BPF JIT compiler from dumpcap.Anders Broman2013-08-221-0/+21
* I guess Solaris's getopt_long() "struct option" declaration doesn't haveGuy Harris2013-08-141-1/+1
* Fix error when build with clang 3.0Alexis La Goutte2013-08-101-2/+2
* Trivial: Wrap text at column 80.Chris Maynard2013-07-291-1/+2
* if we capture on multiple interfaces, the output file will be pcapn-ngMartin Kaiser2013-07-271-5/+6
* command line option --capture-comment for dumpcapMartin Kaiser2013-07-271-1/+10
* use capture_comment from the capture_options structureMartin Kaiser2013-07-271-1/+9
* use getopt_long() in dumpcapMartin Kaiser2013-07-241-1/+5