| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace "-Q" with "WIRESHARK_QUIT_AFTER_CAPTURE" as discussed in bug 6256. | Gerald Combs | 2011-08-29 | 1 | -5/+1 |
* | Undo the checking of command line interfaces. It might the a pipe... | Michael Tüxen | 2011-07-21 | 1 | -56/+37 |
* | Make sure that the interfaces listed in ifaces really exist. | Michael Tüxen | 2011-07-21 | 1 | -37/+56 |
* | Having a non-NULL capture_opts->save_file might make us crash less. | Gerald Combs | 2011-07-11 | 1 | -0/+1 |
* | In version_info.c, assume we always have the "matches" operator. In | Gerald Combs | 2011-07-11 | 1 | -6/+0 |
* | Oops, indented one of the "Promiscuous" ones. | Guy Harris | 2011-06-30 | 1 | -1/+1 |
* | Line up the colons. | Guy Harris | 2011-06-30 | 1 | -59/+59 |
* | It's not made from semolina. :-) | Guy Harris | 2011-06-30 | 1 | -2/+2 |
* | Cleanup. | Michael Tüxen | 2011-06-30 | 1 | -5/+1 |
* | Code cleanup. | Michael Tüxen | 2011-06-28 | 1 | -20/+4 |
* | Get rid of old non-interface specific settings which are now interface | Michael Tüxen | 2011-06-27 | 1 | -131/+45 |
* | Make pcap-ng the default. Add a compile-time option to prefer pcap-ng or | Gerald Combs | 2011-06-17 | 1 | -1/+8 |
* | Really print the rpcap username when logging, not | Michael Tüxen | 2011-06-16 | 1 | -3/+3 |
* | Get rid of has_cfilter to simplify the handling of multiple interfaces. | Michael Tüxen | 2011-05-31 | 1 | -3/+2 |
* | It is not an error (anymore) to specify multiple capture filters. | Michael Tüxen | 2011-05-19 | 1 | -4/+0 |
* | Make remote capturing settings a per interface thing. You can now | Michael Tüxen | 2011-05-16 | 1 | -0/+145 |
* | Make pcap samping a per interface setting. | Michael Tüxen | 2011-05-16 | 1 | -127/+187 |
* | * Fix a bug when printing a pointer. | Michael Tüxen | 2011-05-16 | 1 | -27/+24 |
* | Get -L and -d working with multiple interface. Internally get some functions | Michael Tüxen | 2011-05-13 | 1 | -4/+4 |
* | Use the same default value for the snaplen in the new array as in the | Michael Tüxen | 2011-05-13 | 1 | -1/+1 |
* | Add support for handling multiple interfaces as command line | Michael Tüxen | 2011-05-12 | 1 | -59/+194 |
* | Another whitespace cleanup. | Michael Tüxen | 2011-05-12 | 1 | -32/+32 |
* | Clean up some indentation. A purely whitespace change. | Michael Tüxen | 2011-05-12 | 1 | -61/+61 |
* | Back out Jeff Morris's change to make the autostop file size 64-bit - it | Guy Harris | 2011-04-11 | 1 | -3/+3 |
* | Jeff Morris's change to make the autostop file size 64-bit. Fixes bug | Guy Harris | 2011-04-11 | 1 | -3/+3 |
* | Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64 | Guy Harris | 2011-04-10 | 1 | -2/+2 |
* | Use fprintf_stderr() instead of printf() so "wireshark -D" works (on Windows). | Chris Maynard | 2011-03-28 | 1 | -3/+3 |
* | Make HAVE_PCAP_REMOTE and HAVE_PCAP_SETSAMPLING independent | Michael Tüxen | 2011-03-01 | 1 | -25/+25 |
* | Follow up to rev 34073: Since "-b files:0" is no longer necessary to | Stephen Fisher | 2010-09-08 | 1 | -1/+1 |
* | As mentioned on the users-mailinglist[1], it could be useful to have groups r... | Sake Blok | 2010-08-28 | 1 | -0/+5 |
* | Set RINGBUFFER_MAX_NUM_FILES to 100000. Use it to generate file names. | Gerald Combs | 2010-05-27 | 1 | -1/+6 |
* | Make -q not a capture option again - it's used by tshark even when not | Guy Harris | 2010-05-27 | 1 | -4/+0 |
* | Add a -q flag to dumpcap, to squelch its reporting of the packet count, | Guy Harris | 2010-05-26 | 1 | -0/+4 |
* | Um, no, the problem with the Leopard x86 build is that we first do a | Guy Harris | 2010-05-14 | 1 | -1/+1 |
* | See whether the Leopard x86 buildbot is upset because of the name | Guy Harris | 2010-05-14 | 1 | -1/+1 |
* | Fetch an indication of whether the interface supports capturing in | Guy Harris | 2010-05-13 | 1 | -5/+8 |
* | Prune some includes. | Guy Harris | 2010-05-08 | 1 | -24/+0 |
* | As with the list of data link types, so with the list of interfaces; move | Guy Harris | 2010-05-07 | 1 | -80/+8 |
* | Add routines vfprintf_stderr() and fprintf_stderr() to print to the | Guy Harris | 2010-05-07 | 1 | -5/+6 |
* | For TShark and Wireshark, get the list of link-layer types for an | Guy Harris | 2010-05-07 | 1 | -44/+11 |
* | Handle -I in the options processing. | Guy Harris | 2010-05-07 | 1 | -0/+8 |
* | Just check for pcap_create(); it first appeared in libpcap 1.0.0, and | Guy Harris | 2010-05-06 | 1 | -3/+3 |
* | Checking in Stigs changes from | Anders Broman | 2010-05-06 | 1 | -3/+3 |
* | Squelch some compiler warnings. | Guy Harris | 2010-03-04 | 1 | -7/+8 |
* | In Wireshark and TShark, run dumpcap to get interface lists and lists of | Guy Harris | 2010-03-04 | 1 | -15/+16 |
* | Fix various gcc -Wshadow warnings. | Bill Meier | 2010-01-29 | 1 | -21/+21 |
* | Add -n option to dumpcap. It will save the capture files in | Michael Tüxen | 2009-04-27 | 1 | -0/+5 |
* | Have the minimum snapshot length be 1 byte, and have a snapshot length | Guy Harris | 2009-02-23 | 1 | -1/+7 |
* | If we don't have any of the pcap_datalink_XXX_to_YYY routines, | Guy Harris | 2008-12-21 | 1 | -5/+0 |
* | Use correct type when printing remote_port. | Stig Bjørlykke | 2008-11-03 | 1 | -1/+1 |