aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-11Back out Jeff Morris's change to make the autostop file size 64-bit - itGuy Harris1-3/+3
2011-04-11Jeff Morris's change to make the autostop file size 64-bit. Fixes bugGuy Harris1-3/+3
2011-04-10Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64Guy Harris1-2/+2
2011-03-28Use fprintf_stderr() instead of printf() so "wireshark -D" works (on Windows).Chris Maynard1-3/+3
2011-03-01Make HAVE_PCAP_REMOTE and HAVE_PCAP_SETSAMPLING independentMichael Tüxen1-25/+25
2010-09-08Follow up to rev 34073: Since "-b files:0" is no longer necessary toStephen Fisher1-1/+1
2010-08-28As mentioned on the users-mailinglist[1], it could be useful to have groups r...Sake Blok1-0/+5
2010-05-27Set RINGBUFFER_MAX_NUM_FILES to 100000. Use it to generate file names.Gerald Combs1-1/+6
2010-05-27Make -q not a capture option again - it's used by tshark even when notGuy Harris1-4/+0
2010-05-26Add a -q flag to dumpcap, to squelch its reporting of the packet count,Guy Harris1-0/+4
2010-05-14Um, no, the problem with the Leopard x86 build is that we first do aGuy Harris1-1/+1
2010-05-14See whether the Leopard x86 buildbot is upset because of the nameGuy Harris1-1/+1
2010-05-13Fetch an indication of whether the interface supports capturing inGuy Harris1-5/+8
2010-05-08Prune some includes.Guy Harris1-24/+0
2010-05-07As with the list of data link types, so with the list of interfaces; moveGuy Harris1-80/+8
2010-05-07Add routines vfprintf_stderr() and fprintf_stderr() to print to theGuy Harris1-5/+6
2010-05-07For TShark and Wireshark, get the list of link-layer types for anGuy Harris1-44/+11
2010-05-07Handle -I in the options processing.Guy Harris1-0/+8
2010-05-06Just check for pcap_create(); it first appeared in libpcap 1.0.0, andGuy Harris1-3/+3
2010-05-06Checking in Stigs changes fromAnders Broman1-3/+3
2010-03-04Squelch some compiler warnings.Guy Harris1-7/+8
2010-03-04In Wireshark and TShark, run dumpcap to get interface lists and lists ofGuy Harris1-15/+16
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-21/+21
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