Fix for bug 5422:
[metze/wireshark/wip.git] / dumpcap.c
2010-11-18 Gerald CombsAdd a comment about the pipe read timeout on Windows.
2010-11-17 Gerald CombsSet the pipe read timeout to 100 milliseconds instead...
2010-11-16 Chris MaynardIf pcap_geterr() returns "read error: PacketReceivePack...
2010-11-16 Chris MaynardUse more meaningful temp file name. Fixes bug 1882.
2010-11-11 Guy HarrisOS X 10.6.5 is out, and it re-incorporates the libpcap...
2010-10-21 Stig BjørlykkeFixed "Compiled with" information in the About box.
2010-09-30 Guy HarrisPIPE_READ_TIMEOUT should be in microseconds, not millis...
2010-09-30 Guy HarrisAlways use a timeout of 250ms for pipes when not using...
2010-09-16 Gerald CombsTurn on ASLR via /DYNAMICBASE and DEP via SetProcessDEP...
2010-08-28 Sake BlokAs mentioned on the users-mailinglist[1], it could...
2010-08-28 Sake BlokWe change the owner and group of the first file, so...
2010-08-27 Gerald CombsForward-port r33953.
2010-08-25 Gerald CombsFix !Windows compilation.
2010-08-24 Gerald CombsPartial fix for bug 5133. On Windows, call SetDllDirect...
2010-07-14 Jörg MayerAdd #ifdef HAVE_BPF_IMAGE
2010-07-14 Guy HarrisFix warnings.
2010-07-14 Guy HarrisFix build errors.
2010-07-14 Guy HarrisDefine print_caps() before we use it.
2010-07-14 Guy HarrisEnsure, at compile time, that the error-message-buffer...
2010-07-14 Guy HarrisDefine relinquish_all_capabilities() before we use it.
2010-07-14 Guy HarrisWe must also set the link-layer header type before...
2010-07-13 Guy HarrisAdd a "-d" flag to dumpcap, to print out the generated...
2010-05-28 Jeff MorrissMove some code (including the optional objects) into...
2010-05-27 Guy HarrisMake -q not a capture option again - it's used by tshar...
2010-05-26 Guy HarrisDon't send ^T output to the standard error if we're...
2010-05-26 Guy HarrisAdd a -q flag to dumpcap, to squelch its reporting...
2010-05-25 Guy HarrisPull the big pile of code that handles the
2010-05-19 Guy HarrisDon't have -M affect -v yet; if we end up, for example...
2010-05-19 Guy Harris-S doesn't require an interface, either.
2010-05-19 Guy HarrisRegularize indentation a bit.
2010-05-18 Guy HarrisSquelch an unused-variable warning.
2010-05-18 Guy HarrisMove some routines around, fix and shuffle comments.
2010-05-18 Guy HarrisMove get_pcap_linktype() into dumpcap - it's not used...
2010-05-18 Guy HarrisOnly negative return values from pcap_activate() are...
2010-05-18 Guy HarrisDon't write the SP_SUCCESS messages unless -Z was speci...
2010-05-17 Guy HarrisMake -Z always generate machine-readable output, and...
2010-05-17 Guy HarrisIf dumpcap is run with -D, don't select a default inter...
2010-05-17 Guy HarrisWhen dumpcap is run to get an interface list, interface...
2010-05-14 Guy HarrisUm, no, the problem with the Leopard x86 build is that...
2010-05-14 Guy HarrisSee whether the Leopard x86 buildbot is upset because...
2010-05-13 Guy HarrisFetch an indication of whether the interface supports...
2010-05-11 Guy HarrisIf we have pcap_open(), and we're *not* opening an...
2010-05-08 Guy HarrisInclude inet_v6defs.h after include the Windows socket...
2010-05-08 Guy HarrisInclude inet_v6defs.h if needed to declare inet_ntop().
2010-05-08 Guy HarrisThe default capture buffer size is, in fact, *nominally...
2010-05-07 Guy HarrisAs with the list of data link types, so with the list...
2010-05-07 Guy HarrisAdd routines vfprintf_stderr() and fprintf_stderr(...
2010-05-07 Guy HarrisFor TShark and Wireshark, get the list of link-layer...
2010-05-07 Guy HarrisOops, -B disappeared from the list of dumpcap options...
2010-05-07 Guy HarrisBeginnings of monitor mode support with libpcap 1.x.
2010-05-07 Guy HarrisInstead, say that the default is platform-dependent.
2010-05-07 Guy HarrisNow that we support -B on various UN*X platforms as...
2010-05-06 Guy HarrisJust check for pcap_create(); it first appeared in...
2010-05-06 Gerald CombsFix compilation.
2010-05-06 Anders BromanChecking in Stigs changes from
2010-04-23 Gerald CombsRevert r31529. Timing out while waiting for the pcap...
2010-04-01 Guy HarrisExpand the comment explaining the workaround for the...
2010-03-31 Michael TüxenEnable pcap timeout workaround for Mac OS X 10.6.3...
2010-03-13 Guy HarrisFrom Hilko Bengen: support capturing from UNIX-domain...
2010-03-04 Guy Harris"capture-pcap-util.h" include <pcap.h>, and <pcap.h...
2010-03-04 Guy HarrisIn Wireshark and TShark, run dumpcap to get interface...
2010-03-01 Guy HarrisSquelch some compiler warnings.
2010-02-27 Guy HarrisMove a routine into dumpcap - it's not used outside...
2010-01-14 Gerald CombsIf we're using threads, time out when reading the file...
2009-11-26 Guy HarrisOnly do the 1-second timeout in OS X 10.6 and 10.6...
2009-10-06 Stig BjørlykkeInvert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H
2009-10-01 Stig BjørlykkeCast a pointer to avoid a warning.
2009-09-29 Stig BjørlykkeInitialize magic to avoid a warning about a possible...
2009-09-13 Jeff MorrissDon't use SIGUSR1 to tell dumpcap to exit, use SIGINT...
2009-09-08 Kovarththanan Raja... Use Wireshark/GLib attribute specifiers instead of...
2009-08-31 Michael TüxenUse a timeout of a second for Mac OS X, when building
2009-08-28 Anders BromanMake the windows build compile.
2009-08-27 Gerald CombsProperly set our file descriptor when we're capturing...
2009-08-27 Gerald CombsCheck for INVALID_HANDLE_VALUE instead of NULL on Windo...
2009-08-27 Bill MeierAdd #include <stdio.h> in a few places for Solaris
2009-08-26 Gerald CombsAdd a compile-time option to use a separate thread...
2009-08-22 Balint ReczeyFrom Rob Leslie <rob@mars.org>:
2009-07-01 Gerald CombsUpdates to create_tempfile:
2009-06-26 Gerald CombsUnfortunately, r28452 seems to cause more problems...
2009-05-31 Balint ReczeySet SIGPIPE handler every time the program starts.
2009-05-22 Gerald CombsFrom Benjamin Tse via bug 2200:
2009-04-27 Michael TüxenAdd -n option to dumpcap. It will save the capture...
2009-04-26 Michael TüxenMake ringbuffer.[ch] file format agnostic.
2009-04-16 Gerald CombsFix the last(?) of the Win64 compilation problems.
2009-04-08 Bill MeierUse wireshark (instead of ether) for temp file name...
2009-01-11 Jaap KeuterFrom Toralf Förster:
2009-01-11 Jaap KeuterFrom Ronald W. Henderson:
2008-11-26 Balint ReczeyFrom Pavol Rusnak (bug 1740):
2008-11-03 Stig BjørlykkeDo not set buffer size for remote interfaces or when...
2008-10-31 Stig BjørlykkeFixed some "ignoring return value" warnings.
2008-10-30 Balint ReczeyBased on patch from Sergio Barjola:
2008-08-19 Guy HarrisThe packet counts and drop counts reported by libpcap...
2008-07-25 Gerald CombsIf we can't open open an interface in Windows, instead...
2008-06-30 Jeff MorrissMove privileges.c and unicode-utils.c from epan to...
2008-06-24 Guy HarrisFix some references to the global loop_data structure...
2008-06-23 Guy HarrisRename the global "ld" structure to "global_ld", to...
2008-06-23 Guy HarrisGet rid of the static capture_opts pointer - it collide...
2008-06-20 Guy Harriscapture_opts_print_statistics() has nothing to do with...
2008-05-23 Anders BromanFix some of the Errors/warnings detected by checkapi.
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
next