| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename routines that write pcap-ng files to "pcapng_xxx" rather than | Guy Harris | 2013-09-29 | 1 | -44/+44 |
* | We always write to a FILE *, so: | Guy Harris | 2013-09-29 | 1 | -9/+9 |
* | Handle the 2GiB boundary case of the max filesize autostop condition properly... | Chris Maynard | 2013-08-29 | 1 | -3/+7 |
* | Check our recently-added signal pipe in statistics mode. | Gerald Combs | 2013-08-25 | 1 | -0/+4 |
* | Output a warning about kernel BPF JIT compiler beeing activated. | Anders Broman | 2013-08-23 | 1 | -1/+1 |
* | Output a warning about kernel BPF JIT compiler beeing activated. | Anders Broman | 2013-08-23 | 1 | -0/+6 |
* | fix compiler warning on Debian wheezy (gcc 4.7.2) | Martin Kaiser | 2013-08-22 | 1 | -1/+2 |
* | Only enable the Linux kernel BPF JIT compiler if we're on Linux. | Guy Harris | 2013-08-22 | 1 | -10/+22 |
* | Enable Kernel BPF JIT compiler from dumpcap. | Anders Broman | 2013-08-22 | 1 | -0/+21 |
* | I guess Solaris's getopt_long() "struct option" declaration doesn't have | Guy Harris | 2013-08-14 | 1 | -1/+1 |
* | Fix error when build with clang 3.0 | Alexis La Goutte | 2013-08-10 | 1 | -2/+2 |
* | Trivial: Wrap text at column 80. | Chris Maynard | 2013-07-29 | 1 | -1/+2 |
* | if we capture on multiple interfaces, the output file will be pcapn-ng | Martin Kaiser | 2013-07-27 | 1 | -5/+6 |
* | command line option --capture-comment for dumpcap | Martin Kaiser | 2013-07-27 | 1 | -1/+10 |
* | use capture_comment from the capture_options structure | Martin Kaiser | 2013-07-27 | 1 | -1/+9 |
* | use getopt_long() in dumpcap | Martin Kaiser | 2013-07-24 | 1 | -1/+5 |
* | "man inet_pton" only says that it returns a negative value, zero or a postive... | Chris Maynard | 2013-07-16 | 1 | -1/+1 |
* | C++ style comments are not allowed in ISO C90. (Fixes the rest of them now t... | Chris Maynard | 2013-07-15 | 1 | -13/+13 |
* | Trivial: C++ style comments are not allowed in ISO C90. | Chris Maynard | 2013-07-15 | 1 | -1/+1 |
* | get main_window_update out of the way... pass an update_cb to the capture_syn... | Luis Ontanon | 2013-06-27 | 1 | -11/+18 |
* | Move tempfile.{h,c} into wsutil. | Jeff Morriss | 2013-06-26 | 1 | -1/+1 |
* | From Mike Garratt: | Anders Broman | 2013-06-04 | 1 | -0/+3 |
* | Pull the capture-session state information out of capture_opts and put | Guy Harris | 2013-05-22 | 1 | -1/+2 |
* | Rename capture_opts_trim_iface() to | Guy Harris | 2013-05-22 | 1 | -1/+1 |
* | On OS X, get the interface type from the System Configuration framework. | Guy Harris | 2013-05-22 | 1 | -3/+5 |
* | Send the output of the -D and -L options to the standard output rather | Guy Harris | 2013-04-25 | 1 | -21/+0 |
* | From Michal Labedzki: | Anders Broman | 2013-03-19 | 1 | -18/+14 |
* | Make the memory limit (in bytes or packets) used for storing packets | Michael Tüxen | 2013-03-10 | 1 | -20/+39 |
* | From beroset: | Anders Broman | 2013-03-03 | 1 | -13/+23 |
* | Add a #define for the default capture buffer size and use it. | Jeff Morriss | 2013-02-28 | 1 | -1/+1 |
* | Update the text of dumpcap -h, default buffer size should be 2 MB. | Anders Broman | 2013-02-28 | 1 | -1/+1 |
* | it's ==> its | Bill Meier | 2013-02-26 | 1 | -1/+1 |
* | When any of our executables start on Windows create or open a "Wireshark | Gerald Combs | 2013-02-20 | 1 | -2/+1 |
* | svn path=/trunk/; revision=47210 | Anders Broman | 2013-01-22 | 1 | -22/+22 |
* | Add some routines to wsutil to, at least on some platforms, add | Guy Harris | 2013-01-15 | 1 | -10/+21 |
* | Allow pcap/pcapng format to be written to more than just a file (FILE*). Giv... | Michael Mann | 2013-01-02 | 1 | -9/+9 |
* | Make dumpcap build on Windows | Anders Broman | 2012-12-26 | 1 | -4/+7 |
* | Fix a bunch of warnings. | Guy Harris | 2012-12-26 | 1 | -15/+21 |
* | More whitespace cleanups. | Guy Harris | 2012-12-23 | 1 | -82/+77 |
* | Add support for writing per packet comments when using pcapng. | Michael Tüxen | 2012-12-23 | 1 | -0/+1 |
* | Fix indentation. | Guy Harris | 2012-12-23 | 1 | -58/+54 |
* | fclose() and fflush() are standard C routines, so there's no need for | Guy Harris | 2012-12-20 | 1 | -6/+6 |
* | Don't use an pcap structures in pcapio.[ch]. | Michael Tüxen | 2012-12-20 | 1 | -2/+12 |
* | Add ws_fclose(), ws_fflush(), and ws_fdopen() to the fileutils. | Michael Tüxen | 2012-12-20 | 1 | -7/+17 |
* | Add support for writing the flags option in the enhanced | Michael Tüxen | 2012-12-19 | 1 | -1/+1 |
* | - Make dumpcap build with the new bundle. | Anders Broman | 2012-12-18 | 1 | -0/+4 |
* | Make the "-g" argument to tshark actually work (by passing it to dumpcap). | Jeff Morriss | 2012-12-12 | 1 | -1/+1 |
* | Document the "-g" option to dumpcap. | Jeff Morriss | 2012-12-12 | 1 | -1/+1 |
* | Change variable "devname" to "devicename" in numerous places to avoid | Stephen Fisher | 2012-12-10 | 1 | -8/+8 |
* | Fix a number of [-Wshadow] warnings; | Bill Meier | 2012-11-25 | 1 | -151/+153 |