aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.c
Commit message (Expand)AuthorAgeFilesLines
* Replace "-Q" with "WIRESHARK_QUIT_AFTER_CAPTURE" as discussed in bug 6256.Gerald Combs2011-08-291-5/+1
* Undo the checking of command line interfaces. It might the a pipe...Michael Tüxen2011-07-211-56/+37
* Make sure that the interfaces listed in ifaces really exist.Michael Tüxen2011-07-211-37/+56
* Having a non-NULL capture_opts->save_file might make us crash less.Gerald Combs2011-07-111-0/+1
* In version_info.c, assume we always have the "matches" operator. InGerald Combs2011-07-111-6/+0
* Oops, indented one of the "Promiscuous" ones.Guy Harris2011-06-301-1/+1
* Line up the colons.Guy Harris2011-06-301-59/+59
* It's not made from semolina. :-)Guy Harris2011-06-301-2/+2
* Cleanup.Michael Tüxen2011-06-301-5/+1
* Code cleanup.Michael Tüxen2011-06-281-20/+4
* Get rid of old non-interface specific settings which are now interfaceMichael Tüxen2011-06-271-131/+45
* Make pcap-ng the default. Add a compile-time option to prefer pcap-ng orGerald Combs2011-06-171-1/+8
* Really print the rpcap username when logging, notMichael Tüxen2011-06-161-3/+3
* Get rid of has_cfilter to simplify the handling of multiple interfaces.Michael Tüxen2011-05-311-3/+2
* It is not an error (anymore) to specify multiple capture filters.Michael Tüxen2011-05-191-4/+0
* Make remote capturing settings a per interface thing. You can nowMichael Tüxen2011-05-161-0/+145
* Make pcap samping a per interface setting.Michael Tüxen2011-05-161-127/+187
* * Fix a bug when printing a pointer.Michael Tüxen2011-05-161-27/+24
* Get -L and -d working with multiple interface. Internally get some functionsMichael Tüxen2011-05-131-4/+4
* Use the same default value for the snaplen in the new array as in theMichael Tüxen2011-05-131-1/+1
* Add support for handling multiple interfaces as command lineMichael Tüxen2011-05-121-59/+194
* Another whitespace cleanup.Michael Tüxen2011-05-121-32/+32
* Clean up some indentation. A purely whitespace change.Michael Tüxen2011-05-121-61/+61
* Back out Jeff Morris's change to make the autostop file size 64-bit - itGuy Harris2011-04-111-3/+3
* Jeff Morris's change to make the autostop file size 64-bit. Fixes bugGuy Harris2011-04-111-3/+3
* Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64Guy Harris2011-04-101-2/+2
* Use fprintf_stderr() instead of printf() so "wireshark -D" works (on Windows).Chris Maynard2011-03-281-3/+3
* Make HAVE_PCAP_REMOTE and HAVE_PCAP_SETSAMPLING independentMichael Tüxen2011-03-011-25/+25
* Follow up to rev 34073: Since "-b files:0" is no longer necessary toStephen Fisher2010-09-081-1/+1
* As mentioned on the users-mailinglist[1], it could be useful to have groups r...Sake Blok2010-08-281-0/+5
* Set RINGBUFFER_MAX_NUM_FILES to 100000. Use it to generate file names.Gerald Combs2010-05-271-1/+6
* Make -q not a capture option again - it's used by tshark even when notGuy Harris2010-05-271-4/+0
* Add a -q flag to dumpcap, to squelch its reporting of the packet count,Guy Harris2010-05-261-0/+4
* Um, no, the problem with the Leopard x86 build is that we first do aGuy Harris2010-05-141-1/+1
* See whether the Leopard x86 buildbot is upset because of the nameGuy Harris2010-05-141-1/+1
* Fetch an indication of whether the interface supports capturing inGuy Harris2010-05-131-5/+8
* Prune some includes.Guy Harris2010-05-081-24/+0
* As with the list of data link types, so with the list of interfaces; moveGuy Harris2010-05-071-80/+8
* Add routines vfprintf_stderr() and fprintf_stderr() to print to theGuy Harris2010-05-071-5/+6
* For TShark and Wireshark, get the list of link-layer types for anGuy Harris2010-05-071-44/+11
* Handle -I in the options processing.Guy Harris2010-05-071-0/+8
* Just check for pcap_create(); it first appeared in libpcap 1.0.0, andGuy Harris2010-05-061-3/+3
* Checking in Stigs changes fromAnders Broman2010-05-061-3/+3
* Squelch some compiler warnings.Guy Harris2010-03-041-7/+8
* In Wireshark and TShark, run dumpcap to get interface lists and lists ofGuy Harris2010-03-041-15/+16
* Fix various gcc -Wshadow warnings.Bill Meier2010-01-291-21/+21
* Add -n option to dumpcap. It will save the capture files inMichael Tüxen2009-04-271-0/+5
* Have the minimum snapshot length be 1 byte, and have a snapshot lengthGuy Harris2009-02-231-1/+7
* If we don't have any of the pcap_datalink_XXX_to_YYY routines,Guy Harris2008-12-211-5/+0
* Use correct type when printing remote_port.Stig Bjørlykke2008-11-031-1/+1