aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-29We always write to a FILE *, so:Guy Harris1-9/+9
2013-08-29Handle the 2GiB boundary case of the max filesize autostop condition properly...Chris Maynard1-3/+7
2013-08-25Check our recently-added signal pipe in statistics mode.Gerald Combs1-0/+4
2013-08-23Output a warning about kernel BPF JIT compiler beeing activated.Anders Broman1-1/+1
2013-08-23Output a warning about kernel BPF JIT compiler beeing activated.Anders Broman1-0/+6
2013-08-22fix compiler warning on Debian wheezy (gcc 4.7.2)Martin Kaiser1-1/+2
2013-08-22Only enable the Linux kernel BPF JIT compiler if we're on Linux.Guy Harris1-10/+22
2013-08-22Enable Kernel BPF JIT compiler from dumpcap.Anders Broman1-0/+21
2013-08-14I guess Solaris's getopt_long() "struct option" declaration doesn't haveGuy Harris1-1/+1
2013-08-10Fix error when build with clang 3.0Alexis La Goutte1-2/+2
2013-07-29Trivial: Wrap text at column 80.Chris Maynard1-1/+2
2013-07-27if we capture on multiple interfaces, the output file will be pcapn-ngMartin Kaiser1-5/+6
2013-07-27command line option --capture-comment for dumpcapMartin Kaiser1-1/+10
2013-07-27use capture_comment from the capture_options structureMartin Kaiser1-1/+9
2013-07-24use getopt_long() in dumpcapMartin Kaiser1-1/+5
2013-07-16"man inet_pton" only says that it returns a negative value, zero or a postive...Chris Maynard1-1/+1
2013-07-15C++ style comments are not allowed in ISO C90. (Fixes the rest of them now t...Chris Maynard1-13/+13
2013-07-15Trivial: C++ style comments are not allowed in ISO C90.Chris Maynard1-1/+1
2013-06-27get main_window_update out of the way... pass an update_cb to the capture_syn...Luis Ontanon1-11/+18
2013-06-26Move tempfile.{h,c} into wsutil.Jeff Morriss1-1/+1
2013-06-04From Mike Garratt:Anders Broman1-0/+3
2013-05-22Pull the capture-session state information out of capture_opts and putGuy Harris1-1/+2
2013-05-22Rename capture_opts_trim_iface() toGuy Harris1-1/+1
2013-05-22On OS X, get the interface type from the System Configuration framework.Guy Harris1-3/+5
2013-04-25Send the output of the -D and -L options to the standard output ratherGuy Harris1-21/+0
2013-03-19From Michal Labedzki:Anders Broman1-18/+14
2013-03-10Make the memory limit (in bytes or packets) used for storing packetsMichael Tüxen1-20/+39
2013-03-03From beroset:Anders Broman1-13/+23
2013-02-28Add a #define for the default capture buffer size and use it.Jeff Morriss1-1/+1
2013-02-28Update the text of dumpcap -h, default buffer size should be 2 MB.Anders Broman1-1/+1
2013-02-26it's ==> itsBill Meier1-1/+1
2013-02-20When any of our executables start on Windows create or open a "WiresharkGerald Combs1-2/+1
2013-01-22svn path=/trunk/; revision=47210Anders Broman1-22/+22
2013-01-15Add some routines to wsutil to, at least on some platforms, addGuy Harris1-10/+21
2013-01-02Allow pcap/pcapng format to be written to more than just a file (FILE*). Giv...Michael Mann1-9/+9
2012-12-26Make dumpcap build on WindowsAnders Broman1-4/+7
2012-12-26Fix a bunch of warnings.Guy Harris1-15/+21
2012-12-23More whitespace cleanups.Guy Harris1-82/+77
2012-12-23Add support for writing per packet comments when using pcapng.Michael Tüxen1-0/+1
2012-12-23Fix indentation.Guy Harris1-58/+54
2012-12-20fclose() and fflush() are standard C routines, so there's no need forGuy Harris1-6/+6
2012-12-20Don't use an pcap structures in pcapio.[ch]. Michael Tüxen1-2/+12
2012-12-20Add ws_fclose(), ws_fflush(), and ws_fdopen() to the fileutils.Michael Tüxen1-7/+17
2012-12-19Add support for writing the flags option in the enhancedMichael Tüxen1-1/+1