aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
AgeCommit message (Expand)AuthorFilesLines
2012-08-01It looks like we haven't inserted anything into the cap_settings_historygerald1-12/+0
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-6/+0
2012-01-25Actually, you only have monitor mode support if you have pcap_create() -guy1-0/+2
2012-01-25Fix error when building QtShark:wmeier1-2/+2
2012-01-25Third try. This time pipes and stdin are supported and thetuexen1-0/+90
2012-01-24We need a 3rd try. (After learning how to run the testuite on Windows locally).tuexen1-90/+0
2012-01-24Second try. This time pipes and stdin are supported.tuexen1-0/+90
2011-12-29Add 'extern "C"' wrappers and #include guards to various header files.gerald1-0/+8
2011-10-20Back out infrastructure change. We missed supportingtuexen1-83/+0
2011-10-20Use a global list containing all interfaces and only changetuexen1-0/+83
2011-06-27Get rid of old non-interface specific settings which are now interfacetuexen1-59/+1
2011-05-31Get rid of has_cfilter to simplify the handling of multiple interfaces.tuexen1-1/+0
2011-05-16Make remote capturing settings a per interface thing. You can nowtuexen1-1/+12
2011-05-16Make pcap samping a per interface setting.tuexen1-4/+10
2011-05-16* Fix a bug when printing a pointer.tuexen1-1/+0
2011-05-13Get -L and -d working with multiple interface. Internally get some functionstuexen1-1/+1
2011-05-12Add support for handling multiple interfaces as command linetuexen1-8/+45
2011-04-11Back out Jeff Morris's change to make the autostop file size 64-bit - itguy1-1/+1
2011-04-11Jeff Morris's change to make the autostop file size 64-bit. Fixes bugguy1-1/+1
2011-03-01Make HAVE_PCAP_REMOTE and HAVE_PCAP_SETSAMPLING independenttuexen1-11/+10
2010-08-28As mentioned on the users-mailinglist[1], it could be useful to have groups r...sake1-0/+1
2010-07-01From Petr Lautrbach: when capturing, return the exit status of dumpcap,guy1-0/+1
2010-05-27Make -q not a capture option again - it's used by tshark even when notguy1-1/+0
2010-05-26Add a -q flag to dumpcap, to squelch its reporting of the packet count,guy1-0/+1
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-4/+4
2010-05-07As with the list of data link types, so with the list of interfaces; moveguy1-3/+3
2010-05-07For TShark and Wireshark, get the list of link-layer types for anguy1-3/+3
2010-05-07Beginnings of monitor mode support with libpcap 1.x.guy1-0/+3
2010-05-06Just check for pcap_create(); it first appeared in libpcap 1.0.0, andguy1-1/+1
2010-05-06Checking in Stigs changes frometxrab1-1/+1
2009-04-27Add -n option to dumpcap. It will save the capture files intuexen1-0/+1
2008-06-24Add gtk/capture_globals.h, to declare global_capture_opts, so files thatguy1-0/+4
2008-06-23Rename a variable to avoid collisions with a global variable, as notedguy1-1/+1
2008-06-20capture_opts_print_statistics() has nothing to do with capture optionsguy1-4/+0
2007-12-04Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)kukosa1-1/+46
2007-08-30Change the "--enable-setuid-install" option to install dumpcap and TSharkgerald1-0/+4
2007-08-22gcc 4 doesn't like my macro for getting the interface description: it says th...morriss1-10/+2
2007-08-22Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1757 :morriss1-0/+14
2007-08-02Add a "-S" flag to dumpcap, which prints out interface statistics. Usegerald1-0/+4
2007-07-20Remove the "-I" flag from dumpcap, and add a "-M" flag used to specifygerald1-2/+2
2007-06-11One more step in privilege separation.gerald1-4/+4
2006-08-26Go back to setting the capture filter to an empty string when we start;guy1-38/+39
2006-05-21name changesahlberg1-2/+2
2006-04-03In Tethereal, don't save to a temporary file if "-w" isn't specified,guy1-7/+8
2006-02-11the point of no return ...ulfl1-1/+1
2006-02-10remove all calls to exit() from the capture_opts.c and replace them by status...ulfl1-3/+3
2006-01-07move output_to_pipe flag from tethereal's loop_data into capture_opts, so it ...ulfl1-0/+1