aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
AgeCommit message (Expand)AuthorFilesLines
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
2005-12-18warning: function declaration isn't a prototypejmayer1-1/+1
2005-12-13HUGE STEP (hopefully toward the right direction):ulfl1-4/+19
2005-12-05add capture_opts_trim(), as this sequence is used three times now (will repla...ulfl1-0/+5
2005-12-03split capture.h into capture.h, capture_loop.h and capture_opts.h and place t...ulfl1-0/+112