aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
Commit message (Expand)AuthorAgeFilesLines
* Get rid of old non-interface specific settings which are now interfaceMichael Tüxen2011-06-271-59/+1
* Get rid of has_cfilter to simplify the handling of multiple interfaces.Michael Tüxen2011-05-311-1/+0
* Make remote capturing settings a per interface thing. You can nowMichael Tüxen2011-05-161-1/+12
* Make pcap samping a per interface setting.Michael Tüxen2011-05-161-4/+10
* * Fix a bug when printing a pointer.Michael Tüxen2011-05-161-1/+0
* Get -L and -d working with multiple interface. Internally get some functionsMichael Tüxen2011-05-131-1/+1
* Add support for handling multiple interfaces as command lineMichael Tüxen2011-05-121-8/+45
* Back out Jeff Morris's change to make the autostop file size 64-bit - itGuy Harris2011-04-111-1/+1
* Jeff Morris's change to make the autostop file size 64-bit. Fixes bugGuy Harris2011-04-111-1/+1
* Make HAVE_PCAP_REMOTE and HAVE_PCAP_SETSAMPLING independentMichael Tüxen2011-03-011-11/+10
* As mentioned on the users-mailinglist[1], it could be useful to have groups r...Sake Blok2010-08-281-0/+1
* From Petr Lautrbach: when capturing, return the exit status of dumpcap,Guy Harris2010-07-011-0/+1
* Make -q not a capture option again - it's used by tshark even when notGuy Harris2010-05-271-1/+0
* Add a -q flag to dumpcap, to squelch its reporting of the packet count,Guy Harris2010-05-261-0/+1
* 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-4/+4
* As with the list of data link types, so with the list of interfaces; moveGuy Harris2010-05-071-3/+3
* For TShark and Wireshark, get the list of link-layer types for anGuy Harris2010-05-071-3/+3
* Beginnings of monitor mode support with libpcap 1.x.Guy Harris2010-05-071-0/+3
* Just check for pcap_create(); it first appeared in libpcap 1.0.0, andGuy Harris2010-05-061-1/+1
* Checking in Stigs changes fromAnders Broman2010-05-061-1/+1
* Add -n option to dumpcap. It will save the capture files inMichael Tüxen2009-04-271-0/+1
* Add gtk/capture_globals.h, to declare global_capture_opts, so files thatGuy Harris2008-06-241-0/+4
* Rename a variable to avoid collisions with a global variable, as notedGuy Harris2008-06-231-1/+1
* capture_opts_print_statistics() has nothing to do with capture optionsGuy Harris2008-06-201-4/+0
* Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)Tomas Kukosa2007-12-041-1/+46
* Change the "--enable-setuid-install" option to install dumpcap and TSharkGerald Combs2007-08-301-0/+4
* gcc 4 doesn't like my macro for getting the interface description: it says th...Jeff Morriss2007-08-221-10/+2
* Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1757 :Jeff Morriss2007-08-221-0/+14
* Add a "-S" flag to dumpcap, which prints out interface statistics. UseGerald Combs2007-08-021-0/+4
* Remove the "-I" flag from dumpcap, and add a "-M" flag used to specifyGerald Combs2007-07-201-2/+2
* One more step in privilege separation.Gerald Combs2007-06-111-4/+4
* Go back to setting the capture filter to an empty string when we start;Guy Harris2006-08-261-38/+39
* name changeRonnie Sahlberg2006-05-211-2/+2
* In Tethereal, don't save to a temporary file if "-w" isn't specified,Guy Harris2006-04-031-7/+8
* the point of no return ...Ulf Lamping2006-02-111-1/+1
* remove all calls to exit() from the capture_opts.c and replace them by status...Ulf Lamping2006-02-101-3/+3
* move output_to_pipe flag from tethereal's loop_data into capture_opts, so it ...Ulf Lamping2006-01-071-0/+1
* warning: function declaration isn't a prototypeJörg Mayer2005-12-181-1/+1
* HUGE STEP (hopefully toward the right direction):Ulf Lamping2005-12-131-4/+19
* add capture_opts_trim(), as this sequence is used three times now (will repla...Ulf Lamping2005-12-051-0/+5
* split capture.h into capture.h, capture_loop.h and capture_opts.h and place t...Ulf Lamping2005-12-031-0/+112