aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-20Back out infrastructure change. We missed supportingtuexen1-127/+1
2011-10-20Use a global list containing all interfaces and only changetuexen1-1/+127
2011-08-29Replace "-Q" with "WIRESHARK_QUIT_AFTER_CAPTURE" as discussed in bug 6256.gerald1-5/+1
2011-07-21Undo the checking of command line interfaces. It might the a pipe...tuexen1-56/+37
2011-07-21Make sure that the interfaces listed in ifaces really exist.tuexen1-37/+56
2011-07-11Having a non-NULL capture_opts->save_file might make us crash less.gerald1-0/+1
2011-07-11In version_info.c, assume we always have the "matches" operator. Ingerald1-6/+0
2011-06-30Oops, indented one of the "Promiscuous" ones.guy1-1/+1
2011-06-30Line up the colons.guy1-59/+59
2011-06-30It's not made from semolina. :-)guy1-2/+2
2011-06-30Cleanup.tuexen1-5/+1
2011-06-28Code cleanup.tuexen1-20/+4
2011-06-27Get rid of old non-interface specific settings which are now interfacetuexen1-131/+45
2011-06-17Make pcap-ng the default. Add a compile-time option to prefer pcap-ng orgerald1-1/+8
2011-06-16Really print the rpcap username when logging, nottuexen1-3/+3
2011-05-31Get rid of has_cfilter to simplify the handling of multiple interfaces.tuexen1-3/+2
2011-05-19It is not an error (anymore) to specify multiple capture filters.tuexen1-4/+0
2011-05-16Make remote capturing settings a per interface thing. You can nowtuexen1-0/+145
2011-05-16Make pcap samping a per interface setting.tuexen1-127/+187
2011-05-16* Fix a bug when printing a pointer.tuexen1-27/+24
2011-05-13Get -L and -d working with multiple interface. Internally get some functionstuexen1-4/+4
2011-05-13Use the same default value for the snaplen in the new array as in thetuexen1-1/+1
2011-05-12Add support for handling multiple interfaces as command linetuexen1-59/+194
2011-05-12Another whitespace cleanup.tuexen1-32/+32
2011-05-12Clean up some indentation. A purely whitespace change.tuexen1-61/+61
2011-04-11Back out Jeff Morris's change to make the autostop file size 64-bit - itguy1-3/+3
2011-04-11Jeff Morris's change to make the autostop file size 64-bit. Fixes bugguy1-3/+3
2011-04-10Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64guy1-2/+2
2011-03-28Use fprintf_stderr() instead of printf() so "wireshark -D" works (on Windows).cmaynard1-3/+3
2011-03-01Make HAVE_PCAP_REMOTE and HAVE_PCAP_SETSAMPLING independenttuexen1-25/+25
2010-09-08Follow up to rev 34073: Since "-b files:0" is no longer necessary tosfisher1-1/+1
2010-08-28As mentioned on the users-mailinglist[1], it could be useful to have groups r...sake1-0/+5
2010-05-27Set RINGBUFFER_MAX_NUM_FILES to 100000. Use it to generate file names.gerald1-1/+6
2010-05-27Make -q not a capture option again - it's used by tshark even when notguy1-4/+0
2010-05-26Add a -q flag to dumpcap, to squelch its reporting of the packet count,guy1-0/+4
2010-05-14Um, no, the problem with the Leopard x86 build is that we first do aguy1-1/+1
2010-05-14See whether the Leopard x86 buildbot is upset because of the nameguy1-1/+1
2010-05-13Fetch an indication of whether the interface supports capturing inguy1-5/+8
2010-05-08Prune some includes.guy1-24/+0
2010-05-07As with the list of data link types, so with the list of interfaces; moveguy1-80/+8
2010-05-07Add routines vfprintf_stderr() and fprintf_stderr() to print to theguy1-5/+6
2010-05-07For TShark and Wireshark, get the list of link-layer types for anguy1-44/+11
2010-05-07Handle -I in the options processing.guy1-0/+8
2010-05-06Just check for pcap_create(); it first appeared in libpcap 1.0.0, andguy1-3/+3
2010-05-06Checking in Stigs changes frometxrab1-3/+3
2010-03-04Squelch some compiler warnings.guy1-7/+8
2010-03-04In Wireshark and TShark, run dumpcap to get interface lists and lists ofguy1-15/+16
2010-01-29Fix various gcc -Wshadow warnings.wmeier1-21/+21
2009-04-27Add -n option to dumpcap. It will save the capture files intuexen1-0/+5
2009-02-23Have the minimum snapshot length be 1 byte, and have a snapshot lengthguy1-1/+7