aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-27Add -n option to dumpcap. It will save the capture files inMichael Tüxen1-0/+5
2009-02-23Have the minimum snapshot length be 1 byte, and have a snapshot lengthGuy Harris1-1/+7
2008-12-21If we don't have any of the pcap_datalink_XXX_to_YYY routines,Guy Harris1-5/+0
2008-11-03Use correct type when printing remote_port.Stig Bjørlykke1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-2/+2
2008-06-23Do not only update the argument name, but also where it's used.Stig Bjørlykke1-1/+1
2008-06-23Rename a variable to avoid collisions with a global variable, as notedGuy Harris1-1/+1
2008-06-20capture_opts_print_statistics() has nothing to do with capture optionsGuy Harris1-93/+0
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-2/+2
2008-05-12If we have pcap_open, call it instead of pcap_open_live, otherwise we mightGerald Combs1-1/+5
2008-04-09replace confusing #if checking for GlIB2.6.0 by #if GLIB_CHECK_VERSION(2,6,0)Ulf Lamping1-1/+1
2008-02-23Ensure tshark/wireshark always get good err msgs from dumpcap:Bill Meier1-4/+3
2008-02-07Removed some more "statement not reached" warnings.Stig Bjørlykke1-1/+0
2007-12-04Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)Tomas Kukosa1-0/+129
2007-09-25as "advertised" some days ago:Ulf Lamping1-1/+0
2007-08-30Change the "--enable-setuid-install" option to install dumpcap and TSharkGerald Combs1-0/+4
2007-08-28capture_opts_log: use dummy string if iface_desc is NULL;Bill Meier1-1/+3
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/+92
2007-07-20Remove the "-I" flag from dumpcap, and add a "-M" flag used to specifyGerald Combs1-15/+35
2007-06-25Fix bug #1665 / From Nikns Siankin:Stephen Fisher1-0/+4
2007-06-11Fix compilation under VS6 (hopefully without breaking compilationGerald Combs1-13/+20
2007-06-11One more step in privilege separation.Gerald Combs1-29/+67
2007-01-21Have the routines to get interface lists take a pointer to a "gchar *"Guy Harris1-24/+18
2007-01-12Win32: MSVC > 6 doesn't work well with Unicode filenames!Ulf Lamping1-1/+1
2007-01-03from Laurent Rabret:Ulf Lamping1-1/+1
2007-01-01From Pierre Juhen: patch to correct the bug 1220Bill Meier1-3/+3
2006-11-02Frederic Heem:Jörg Mayer1-0/+2
2006-08-26Go back to setting the capture filter to an empty string when we start;Guy Harris1-2/+3
2006-08-21Initialize the cfilter field of a capture_opts structure to a nullGuy Harris1-3/+5
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs1-1/+1
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-21prepare to list the IP addresses in the command line interfaces list outputUlf Lamping1-0/+24
2006-04-03In Tethereal, don't save to a temporary file if "-w" isn't specified,Guy Harris1-10/+13
2006-03-24remove some XXX markers in comments which are no (longer) ToDo itemsUlf Lamping1-4/+4
2006-03-01A "-b" argument must have a : in it, as it has to specify a criterionGuy Harris1-1/+1
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping1-11/+8
2006-02-11the point of no return ...Ulf Lamping1-72/+2
2006-02-10remove all calls to exit() from the capture_opts.c and replace them by status...Ulf Lamping1-23/+39
2006-01-12fix #661Ulf Lamping1-0/+5
2006-01-07move output_to_pipe flag from tethereal's loop_data into capture_opts, so it ...Ulf Lamping1-0/+65
2005-12-17Win32 bugfix: peeking the signal_pipe at capture_loop start seems to be unrel...Ulf Lamping1-0/+1
2005-12-13HUGE STEP (hopefully toward the right direction):Ulf Lamping1-2/+191
2005-12-05add capture_opts_trim(), as this sequence is used three times now (will repla...Ulf Lamping1-0/+17
2005-12-03split capture.h into capture.h, capture_loop.h and capture_opts.h and place t...Ulf Lamping1-0/+1
2005-11-17Handle "-G" only in Tethereal - it doesn't work in Ethereal, and isn'tGuy Harris1-26/+27
2005-11-12including io.h isn't neededUlf Lamping1-4/+0
2005-10-07fix Ethereal so command line capture parameter will work with kilobytes (again)Ulf Lamping1-2/+2
2005-05-30fix #148: (win32 only) use command line parameter -B to set capture buffer sizeUlf Lamping1-0/+5