| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up the new-file selection criteria in the GUI. | Jeff Morriss | 2019-03-23 | 1 | -1/+2 |
* | Docs: Mention Npcap in our man pages. | Gerald Combs | 2019-03-08 | 1 | -1/+1 |
* | [Automatic update for 2019-01-06] | Gerald Combs | 2019-01-06 | 1 | -1/+1 |
* | Doc: add mentioning of ip link to get interfaces | Jaap Keuter | 2018-12-06 | 1 | -1/+1 |
* | [Automatic update for 2018-12-02] | Gerald Combs | 2018-12-02 | 1 | -1/+1 |
* | Man pages: Update pipe input documentation. | Gerald Combs | 2018-11-16 | 1 | -6/+5 |
* | Dumpcap+Qt: Add support for `-a packets:NUM` and `-b packets:NUM`. | Gerald Combs | 2018-11-09 | 1 | -9/+15 |
* | Move condition logic to dumpcap.c | Gerald Combs | 2018-11-01 | 1 | -2/+3 |
* | Docs: Make our Pod documentation encoding uniform. | Gerald Combs | 2018-08-18 | 1 | -0/+5 |
* | Use pcapng as the name of the file format. | Guy Harris | 2018-01-09 | 1 | -6/+6 |
* | Add hardware timestamping support | Ahmad Fatoum | 2017-08-22 | 1 | -1/+13 |
* | Add option to use wall-clock intervals | Sake Blok | 2017-07-03 | 1 | -4/+7 |
* | Reflect new default value of snaplen in man pages. | Martin Sehnoutka | 2017-03-28 | 1 | -1/+1 |
* | rpcap URLs *require* the :<port> argument for remote capture - update manpage. | Joerg Mayer | 2017-03-12 | 1 | -2/+2 |
* | Man pages: Update -D flag text. | Gerald Combs | 2016-10-04 | 1 | -3/+3 |
* | Allow/Create an option to use "capture filter" labels defined in wireshark GU... | Mike78 | 2016-01-27 | 1 | -0/+4 |
* | Change a lot of http:// URLs to https://. | Gerald Combs | 2015-03-10 | 1 | -1/+1 |
* | Update the doc directory to use https://www.wireshark.org. | Gerald Combs | 2014-09-17 | 1 | -2/+2 |
* | Specify SI units for the max filesize autostop condition. For now, keep the ... | Chris Maynard | 2013-12-02 | 1 | -7/+7 |
* | Handle the 2GiB boundary case of the max filesize autostop condition properly... | Chris Maynard | 2013-08-29 | 1 | -4/+4 |
* | add --capture-comment to tshark's manpage | Martin Kaiser | 2013-08-01 | 1 | -1/+1 |
* | If a core Wireshark developer repeatedly can't remember that the | Guy Harris | 2013-07-28 | 1 | -7/+7 |
* | add --capture-comment to dumpcap's manpage | Martin Kaiser | 2013-07-27 | 1 | -0/+9 |
* | Dumpcap can write raw packets to stdout | Balint Reczey | 2013-06-24 | 1 | -3/+1 |
* | If tcpdump doesn't exist, why refer to it? Omit this confusing phrase. | Chris Maynard | 2013-05-20 | 1 | -1/+1 |
* | Make the memory limit (in bytes or packets) used for storing packets | Michael Tüxen | 2013-03-10 | 1 | -0/+16 |
* | Add -t to synopsis. | Michael Tüxen | 2013-03-10 | 1 | -0/+1 |
* | Default capture buffer size is now 2MB. | Jeff Morriss | 2013-02-28 | 1 | -2/+2 |
* | describe the -t option in the dumpcap manpage | Martin Kaiser | 2013-02-03 | 1 | -0/+4 |
* | Document the "-g" option to dumpcap. | Jeff Morriss | 2012-12-12 | 1 | -0/+7 |
* | Some minimal documentation of remote capture interface formats for both rpcap... | Chris Maynard | 2012-06-08 | 1 | -2/+2 |
* | From r37696 default file format for dumpcap is pcap-ng. Fix manuals. | Jakub Zawadzki | 2012-05-12 | 1 | -4/+3 |
* | Correct the sorting of the options in the synopsis. | Chris Maynard | 2012-03-15 | 1 | -1/+1 |
* | The libpcap puts pcap-filter into the misc section (which seems to be 7). | Jörg Mayer | 2012-02-03 | 1 | -3/+3 |
* | The -D, -L and -S options are mutually exclusive, so change "and" to "or". | Chris Maynard | 2011-09-23 | 1 | -1/+1 |
* | Document the handling of command line parameters with respect to | Michael Tüxen | 2011-06-28 | 1 | -0/+44 |
* | Make pcap-ng the default. Add a compile-time option to prefer pcap-ng or | Gerald Combs | 2011-06-17 | 1 | -2/+8 |
* | From OKANO Takayoshi via bug #5442: Fix typos in documentation | Stephen Fisher | 2010-11-27 | 1 | -1/+1 |
* | Add a "-d" flag to dumpcap, to print out the generated code for the | Guy Harris | 2010-07-13 | 1 | -0/+6 |
* | Document the maximum number of files in a ring buffer, including a warning ab... | Jeff Morriss | 2010-05-27 | 1 | -11/+19 |
* | Add a -q flag to dumpcap, to squelch its reporting of the packet count, | Guy Harris | 2010-05-26 | 1 | -0/+12 |
* | Don't have -M affect -v yet; if we end up, for example, having dumpcap | Guy Harris | 2010-05-19 | 1 | -9/+3 |
* | Don't write the SP_SUCCESS messages unless -Z was specified. | Guy Harris | 2010-05-18 | 1 | -2/+11 |
* | The default capture buffer size is, in fact, *nominally* 1MB; however, | Guy Harris | 2010-05-08 | 1 | -4/+7 |
* | -B is no longer Windows-only. | Guy Harris | 2010-05-07 | 1 | -5/+10 |
* | Beginnings of monitor mode support with libpcap 1.x. | Guy Harris | 2010-05-07 | 1 | -0/+13 |
* | As requested in: | Jeff Morriss | 2010-04-09 | 1 | -1/+2 |
* | Clarify that "-b" with the "files" criterion needs either duration or filesize | Jeff Morriss | 2010-03-19 | 1 | -36/+39 |
* | SYNOPSYS --> SYNOPSIS | Bill Meier | 2009-05-12 | 1 | -1/+1 |
* | Update man pages; Add several missing options; Fix typos, Do minor rewording; | Bill Meier | 2009-05-12 | 1 | -1/+6 |