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