aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
Commit message (Expand)AuthorAgeFilesLines
* If we're using threads, time out when reading the file header.Gerald Combs2010-01-141-5/+26
* Only do the 1-second timeout in OS X 10.6 and 10.6.1; the bug is fixedGuy Harris2009-11-261-1/+32
* Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_HStig Bjørlykke2009-10-061-3/+4
* Cast a pointer to avoid a warning.Stig Bjørlykke2009-10-011-1/+1
* Initialize magic to avoid a warning about a possible uninitialized read.Stig Bjørlykke2009-09-291-1/+1
* Don't use SIGUSR1 to tell dumpcap to exit, use SIGINT: SIGINT is traditionallyJeff Morriss2009-09-131-38/+17
* Use Wireshark/GLib attribute specifiers instead of checking for __GNUC__ expl...Kovarththanan Rajaratnam2009-09-081-14/+9
* Use a timeout of a second for Mac OS X, when buildingMichael Tüxen2009-08-311-0/+4
* Make the windows build compile.Anders Broman2009-08-281-0/+2
* Properly set our file descriptor when we're capturing from a pipe onGerald Combs2009-08-271-0/+1
* Check for INVALID_HANDLE_VALUE instead of NULL on Windows. This keepsGerald Combs2009-08-271-11/+10
* Add #include <stdio.h> in a few places for SolarisBill Meier2009-08-271-1/+1
* Add a compile-time option to use a separate thread for reading fromGerald Combs2009-08-261-140/+346
* From Rob Leslie <rob@mars.org>:Balint Reczey2009-08-221-1/+4
* Updates to create_tempfile:Gerald Combs2009-07-011-2/+2
* Unfortunately, r28452 seems to cause more problems than it fixes. BackGerald Combs2009-06-261-146/+25
* Set SIGPIPE handler every time the program starts.Balint Reczey2009-05-311-11/+1
* From Benjamin Tse via bug 2200:Gerald Combs2009-05-221-25/+146
* Add -n option to dumpcap. It will save the capture files inMichael Tüxen2009-04-271-9/+53
* Make ringbuffer.[ch] file format agnostic.Michael Tüxen2009-04-261-10/+31
* Fix the last(?) of the Win64 compilation problems.Gerald Combs2009-04-161-13/+13
* Use wireshark (instead of ether) for temp file name prefix.Bill Meier2009-04-081-1/+1
* 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