aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* "man inet_pton" only says that it returns a negative value, zero or a postive...Chris Maynard2013-07-161-1/+1
* C++ style comments are not allowed in ISO C90. (Fixes the rest of them now t...Chris Maynard2013-07-151-13/+13
* Trivial: C++ style comments are not allowed in ISO C90.Chris Maynard2013-07-151-1/+1
* get main_window_update out of the way... pass an update_cb to the capture_syn...Luis Ontanon2013-06-271-11/+18
* Move tempfile.{h,c} into wsutil.Jeff Morriss2013-06-261-1/+1
* From Mike Garratt:Anders Broman2013-06-041-0/+3
* Pull the capture-session state information out of capture_opts and putGuy Harris2013-05-221-1/+2
* Rename capture_opts_trim_iface() toGuy Harris2013-05-221-1/+1
* On OS X, get the interface type from the System Configuration framework.Guy Harris2013-05-221-3/+5
* Send the output of the -D and -L options to the standard output ratherGuy Harris2013-04-251-21/+0
* From Michal Labedzki:Anders Broman2013-03-191-18/+14
* Make the memory limit (in bytes or packets) used for storing packetsMichael Tüxen2013-03-101-20/+39
* From beroset:Anders Broman2013-03-031-13/+23
* Add a #define for the default capture buffer size and use it.Jeff Morriss2013-02-281-1/+1
* Update the text of dumpcap -h, default buffer size should be 2 MB.Anders Broman2013-02-281-1/+1
* it's ==> itsBill Meier2013-02-261-1/+1
* When any of our executables start on Windows create or open a "WiresharkGerald Combs2013-02-201-2/+1
* svn path=/trunk/; revision=47210Anders Broman2013-01-221-22/+22
* Add some routines to wsutil to, at least on some platforms, addGuy Harris2013-01-151-10/+21
* Allow pcap/pcapng format to be written to more than just a file (FILE*). Giv...Michael Mann2013-01-021-9/+9
* Make dumpcap build on WindowsAnders Broman2012-12-261-4/+7
* Fix a bunch of warnings.Guy Harris2012-12-261-15/+21
* More whitespace cleanups.Guy Harris2012-12-231-82/+77
* Add support for writing per packet comments when using pcapng.Michael Tüxen2012-12-231-0/+1
* Fix indentation.Guy Harris2012-12-231-58/+54
* fclose() and fflush() are standard C routines, so there's no need forGuy Harris2012-12-201-6/+6
* Don't use an pcap structures in pcapio.[ch]. Michael Tüxen2012-12-201-2/+12
* Add ws_fclose(), ws_fflush(), and ws_fdopen() to the fileutils.Michael Tüxen2012-12-201-7/+17
* Add support for writing the flags option in the enhancedMichael Tüxen2012-12-191-1/+1
* - Make dumpcap build with the new bundle.Anders Broman2012-12-181-0/+4
* Make the "-g" argument to tshark actually work (by passing it to dumpcap).Jeff Morriss2012-12-121-1/+1
* Document the "-g" option to dumpcap.Jeff Morriss2012-12-121-1/+1
* Change variable "devname" to "devicename" in numerous places to avoidStephen Fisher2012-12-101-8/+8
* Fix a number of [-Wshadow] warnings;Bill Meier2012-11-251-151/+153