aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-08Include inet_v6defs.h if needed to declare inet_ntop().Guy Harris1-0/+4
2010-05-08The default capture buffer size is, in fact, *nominally* 1MB; however,Guy Harris1-1/+1
2010-05-07As with the list of data link types, so with the list of interfaces; moveGuy Harris1-2/+95
2010-05-07Add routines vfprintf_stderr() and fprintf_stderr() to print to theGuy Harris1-0/+21
2010-05-07For TShark and Wireshark, get the list of link-layer types for anGuy Harris1-2/+150
2010-05-07Oops, -B disappeared from the list of dumpcap options in the change toGuy Harris1-1/+1
2010-05-07Beginnings of monitor mode support with libpcap 1.x.Guy Harris1-7/+30
2010-05-07Instead, say that the default is platform-dependent.Guy Harris1-1/+1
2010-05-07Now that we support -B on various UN*X platforms as well as Windows, weGuy Harris1-1/+1
2010-05-06Just check for pcap_create(); it first appeared in libpcap 1.0.0, andGuy Harris1-7/+5
2010-05-06Fix compilation.Gerald Combs1-2/+4
2010-05-06Checking in Stigs changes fromAnders Broman1-24/+45
2010-04-23Revert r31529. Timing out while waiting for the pcap file header causesGerald Combs1-25/+4
2010-04-01Expand the comment explaining the workaround for the Snow LeopardGuy Harris1-8/+18
2010-03-31Enable pcap timeout workaround for Mac OS X 10.6.3, since the bug seems to beMichael Tüxen1-1/+2
2010-03-13From Hilko Bengen: support capturing from UNIX-domain sockets.Guy Harris1-16/+74
2010-03-04"capture-pcap-util.h" include <pcap.h>, and <pcap.h>, for better orGuy Harris1-3/+2
2010-03-04In Wireshark and TShark, run dumpcap to get interface lists and lists ofGuy Harris1-0/+20
2010-03-01Squelch some compiler warnings.Guy Harris1-9/+9
2010-02-27Move a routine into dumpcap - it's not used outside dumpcap.Guy Harris1-0/+20
2010-01-14If we're using threads, time out when reading the file header.Gerald Combs1-5/+26
2009-11-26Only do the 1-second timeout in OS X 10.6 and 10.6.1; the bug is fixedGuy Harris1-1/+32
2009-10-06Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_HStig Bjørlykke1-3/+4
2009-10-01Cast a pointer to avoid a warning.Stig Bjørlykke1-1/+1
2009-09-29Initialize magic to avoid a warning about a possible uninitialized read.Stig Bjørlykke1-1/+1
2009-09-13Don't use SIGUSR1 to tell dumpcap to exit, use SIGINT: SIGINT is traditionallyJeff Morriss1-38/+17
2009-09-08Use Wireshark/GLib attribute specifiers instead of checking for __GNUC__ expl...Kovarththanan Rajaratnam1-14/+9
2009-08-31Use a timeout of a second for Mac OS X, when buildingMichael Tüxen1-0/+4
2009-08-28Make the windows build compile.Anders Broman1-0/+2
2009-08-27Properly set our file descriptor when we're capturing from a pipe onGerald Combs1-0/+1
2009-08-27Check for INVALID_HANDLE_VALUE instead of NULL on Windows. This keepsGerald Combs1-11/+10
2009-08-27Add #include <stdio.h> in a few places for SolarisBill Meier1-1/+1
2009-08-26Add a compile-time option to use a separate thread for reading fromGerald Combs1-140/+346
2009-08-22From Rob Leslie <rob@mars.org>:Balint Reczey1-1/+4
2009-07-01Updates to create_tempfile:Gerald Combs1-2/+2
2009-06-26Unfortunately, r28452 seems to cause more problems than it fixes. BackGerald Combs1-146/+25
2009-05-31Set SIGPIPE handler every time the program starts.Balint Reczey1-11/+1
2009-05-22From Benjamin Tse via bug 2200:Gerald Combs1-25/+146
2009-04-27Add -n option to dumpcap. It will save the capture files inMichael Tüxen1-9/+53
2009-04-26Make ringbuffer.[ch] file format agnostic.Michael Tüxen1-10/+31
2009-04-16Fix the last(?) of the Win64 compilation problems.Gerald Combs1-13/+13
2009-04-08Use wireshark (instead of ether) for temp file name prefix.Bill Meier1-1/+1
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