aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.c
Commit message (Expand)AuthorAgeFilesLines
* In Wireshark and TShark, run dumpcap to get interface lists and lists ofGuy Harris2010-03-041-15/+16
* Fix various gcc -Wshadow warnings.Bill Meier2010-01-291-21/+21
* Add -n option to dumpcap. It will save the capture files inMichael Tüxen2009-04-271-0/+5
* Have the minimum snapshot length be 1 byte, and have a snapshot lengthGuy Harris2009-02-231-1/+7
* If we don't have any of the pcap_datalink_XXX_to_YYY routines,Guy Harris2008-12-211-5/+0
* Use correct type when printing remote_port.Stig Bjørlykke2008-11-031-1/+1
* Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke2008-10-311-2/+2
* Do not only update the argument name, but also where it's used.Stig Bjørlykke2008-06-231-1/+1
* 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-93/+0
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-221-2/+2
* If we have pcap_open, call it instead of pcap_open_live, otherwise we mightGerald Combs2008-05-121-1/+5
* replace confusing #if checking for GlIB2.6.0 by #if GLIB_CHECK_VERSION(2,6,0)Ulf Lamping2008-04-091-1/+1
* Ensure tshark/wireshark always get good err msgs from dumpcap:Bill Meier2008-02-231-4/+3
* Removed some more "statement not reached" warnings.Stig Bjørlykke2008-02-071-1/+0
* Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)Tomas Kukosa2007-12-041-0/+129
* as "advertised" some days ago:Ulf Lamping2007-09-251-1/+0
* Change the "--enable-setuid-install" option to install dumpcap and TSharkGerald Combs2007-08-301-0/+4
* capture_opts_log: use dummy string if iface_desc is NULL;Bill Meier2007-08-281-1/+3
* 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/+92
* Remove the "-I" flag from dumpcap, and add a "-M" flag used to specifyGerald Combs2007-07-201-15/+35
* Fix bug #1665 / From Nikns Siankin:Stephen Fisher2007-06-251-0/+4
* Fix compilation under VS6 (hopefully without breaking compilationGerald Combs2007-06-111-13/+20
* One more step in privilege separation.Gerald Combs2007-06-111-29/+67
* Have the routines to get interface lists take a pointer to a "gchar *"Guy Harris2007-01-211-24/+18
* Win32: MSVC > 6 doesn't work well with Unicode filenames!Ulf Lamping2007-01-121-1/+1
* from Laurent Rabret:Ulf Lamping2007-01-031-1/+1
* From Pierre Juhen: patch to correct the bug 1220Bill Meier2007-01-011-3/+3
* Frederic Heem:Jörg Mayer2006-11-021-0/+2
* Go back to setting the capture filter to an empty string when we start;Guy Harris2006-08-261-2/+3
* Initialize the cfilter field of a capture_opts structure to a nullGuy Harris2006-08-211-3/+5
* Tethereal/tethereal -> TShark/tshark.Gerald Combs2006-05-311-1/+1
* Ethereal->WiresharkAnders Broman2006-05-281-1/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* prepare to list the IP addresses in the command line interfaces list outputUlf Lamping2006-04-211-0/+24
* In Tethereal, don't save to a temporary file if "-w" isn't specified,Guy Harris2006-04-031-10/+13
* remove some XXX markers in comments which are no (longer) ToDo itemsUlf Lamping2006-03-241-4/+4
* A "-b" argument must have a : in it, as it has to specify a criterionGuy Harris2006-03-011-1/+1
* remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping2006-02-171-11/+8
* the point of no return ...Ulf Lamping2006-02-111-72/+2
* remove all calls to exit() from the capture_opts.c and replace them by status...Ulf Lamping2006-02-101-23/+39
* fix #661Ulf Lamping2006-01-121-0/+5
* move output_to_pipe flag from tethereal's loop_data into capture_opts, so it ...Ulf Lamping2006-01-071-0/+65
* Win32 bugfix: peeking the signal_pipe at capture_loop start seems to be unrel...Ulf Lamping2005-12-171-0/+1
* HUGE STEP (hopefully toward the right direction):Ulf Lamping2005-12-131-2/+191
* add capture_opts_trim(), as this sequence is used three times now (will repla...Ulf Lamping2005-12-051-0/+17
* split capture.h into capture.h, capture_loop.h and capture_opts.h and place t...Ulf Lamping2005-12-031-0/+1
* Handle "-G" only in Tethereal - it doesn't work in Ethereal, and isn'tGuy Harris2005-11-171-26/+27
* including io.h isn't neededUlf Lamping2005-11-121-4/+0