aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
AgeCommit message (Expand)AuthorFilesLines
2007-12-04Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)Tomas Kukosa1-1/+46
2007-08-30Change the "--enable-setuid-install" option to install dumpcap and TSharkGerald Combs1-0/+4
2007-08-22gcc 4 doesn't like my macro for getting the interface description: it says th...Jeff Morriss1-10/+2
2007-08-22Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1757 :Jeff Morriss1-0/+14
2007-08-02Add a "-S" flag to dumpcap, which prints out interface statistics. UseGerald Combs1-0/+4
2007-07-20Remove the "-I" flag from dumpcap, and add a "-M" flag used to specifyGerald Combs1-2/+2
2007-06-11One more step in privilege separation.Gerald Combs1-4/+4
2006-08-26Go back to setting the capture filter to an empty string when we start;Guy Harris1-38/+39
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-03In Tethereal, don't save to a temporary file if "-w" isn't specified,Guy Harris1-7/+8
2006-02-11the point of no return ...Ulf Lamping1-1/+1
2006-02-10remove all calls to exit() from the capture_opts.c and replace them by status...Ulf Lamping1-3/+3
2006-01-07move output_to_pipe flag from tethereal's loop_data into capture_opts, so it ...Ulf Lamping1-0/+1
2005-12-18warning: function declaration isn't a prototypeJörg Mayer1-1/+1
2005-12-13HUGE STEP (hopefully toward the right direction):Ulf Lamping1-4/+19
2005-12-05add capture_opts_trim(), as this sequence is used three times now (will repla...Ulf Lamping1-0/+5
2005-12-03split capture.h into capture.h, capture_loop.h and capture_opts.h and place t...Ulf Lamping1-0/+112