aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-11From Toralf Förster:Jaap Keuter1-2/+1
2009-01-11From Ronald W. Henderson:Jaap Keuter1-8/+7
2008-11-26From Pavol Rusnak (bug 1740):Balint Reczey1-0/+1
2008-11-03Do not set buffer size for remote interfaces or when using default value.Stig Bjørlykke1-1/+2
2008-10-31Fixed some "ignoring return value" warnings.Stig Bjørlykke1-2/+4
2008-10-30Based on patch from Sergio Barjola:Balint Reczey1-0/+10
2008-08-19The packet counts and drop counts reported by libpcap are unsigned.Guy Harris1-5/+5
2008-07-25If we can't open open an interface in Windows, instead of talking aboutGerald Combs1-13/+2
2008-06-30Move privileges.c and unicode-utils.c from epan to wsutil (so things likeJeff Morriss1-2/+2
2008-06-24Fix some references to the global loop_data structure that weren'tGuy Harris1-6/+8
2008-06-23Rename the global "ld" structure to "global_ld", to avoid collisionsGuy Harris1-50/+53
2008-06-23Get rid of the static capture_opts pointer - it collides with parameterGuy Harris1-19/+18
2008-06-20capture_opts_print_statistics() has nothing to do with capture optionsGuy Harris1-1/+95
2008-05-23Fix some of the Errors/warnings detected by checkapi.Anders Broman1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-8/+8
2008-03-24Fix a few typos.Bill Meier1-6/+6
2008-03-24dumpcap.c: Fix a typo.Gerald Combs1-3/+3
2008-03-22Fix (aka workaround) for bug #2228.Bill Meier1-50/+160
2008-03-20Don't call cap_set_proc() unless we were started with elevatedGerald Combs1-5/+8
2008-02-29Fix for handling dumpcap errmsgs when wireshark does 'dumpcap -D -M', etc Bill Meier1-8/+14
2008-02-25Use plain old strcmp() instead of g_ascii_strcasecmp() when searching for -Z.Jeff Morriss1-12/+8
2008-02-23Ensure tshark/wireshark always get good err msgs from dumpcap:Bill Meier1-38/+108
2008-02-16dumpcap doesn't need stuff declared in capture.h; it just needs what'sGuy Harris1-1/+1
2008-02-16One include of epan/unicode-utils.h suffices - and the routines itGuy Harris1-2/+0
2008-02-16Directly call capture_loop_packet_cb(), rather than making a pointer toGuy Harris1-11/+6
2008-02-16If we don't have libcap, relinquish special privileges just afterGuy Harris1-3/+5
2008-02-16Pull capture_loop.c into dumpcap.c, as dumpcap is the only program thatGuy Harris1-14/+1844
2008-01-20Fix typo in help textBill Meier1-1/+1
2007-12-04Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)Tomas Kukosa1-0/+23
2007-11-22Rename Windows ConsoleCtrHandlerRoutine --> capture_cleanup to match SVN #235...Bill Meier1-1/+1
2007-11-21Catch SIGINT, SIGHUP, and SIGTERM on UN*X, so we cleanly exit if, forGuy Harris1-1/+48
2007-11-20If libcap is present, have dumpcap use it to drop privileges whileGerald Combs1-0/+70
2007-10-26For the Wireshark/TShark -> dumpcap signal pipe on Windows, use a namedGerald Combs1-8/+44
2007-10-10Make the sync pipe the standard error, not the standard output, ofGuy Harris1-10/+7
2007-09-30"get_compiled_version_info()" appends to the string text starting withGuy Harris1-1/+1
2007-09-29Make the "-Z" argument to dumpcap take an argument that's the fileGuy Harris1-7/+10
2007-09-29Don't hardcode the notion that the sync pipe is the standard output intoGuy Harris1-1/+1
2007-09-29We don't use NetSNMP any more.Guy Harris1-8/+0
2007-08-02Add a "-S" flag to dumpcap, which prints out interface statistics. UseGerald Combs1-5/+16
2007-07-20Remove the "-I" flag from dumpcap, and add a "-M" flag used to specifyGerald Combs1-13/+17
2007-06-11One more step in privilege separation.Gerald Combs1-10/+20
2007-02-19Output error msgs when using dumpcap from cmd-line (stand-alone);Bill Meier1-16/+25
2007-02-06From Eric Hall to fix bug 1289:Jeff Morriss1-2/+2
2006-11-02Frederic Heem:Jörg Mayer1-9/+14
2006-10-20Make dumpcap complile again and other minor improvements.Jaap Keuter1-6/+10
2006-10-19Fix up the changes to put the Portaudio information at the end of theGuy Harris1-2/+1
2006-09-22Add support for reading from stdin under Windows. Based on a patch sentGerald Combs1-46/+0
2006-08-21Add to a comment.Guy Harris1-0/+1
2006-08-13put utf_16to8 under #ifdef _WIN32, thanks ToralfUlf Lamping1-0/+4
2006-08-13another place missing a call to utf_16to8(), the about box was showing "Windo...Ulf Lamping1-0/+43