Change includes for getenv_utf8()
[obnox/wireshark/wip.git] / dumpcap.c
2010-11-18 geraldAdd a comment about the pipe read timeout on Windows.
2010-11-17 geraldSet the pipe read timeout to 100 milliseconds instead...
2010-11-16 cmaynardIf pcap_geterr() returns "read error: PacketReceivePack...
2010-11-16 cmaynardUse more meaningful temp file name. Fixes bug 1882.
2010-11-11 guyOS X 10.6.5 is out, and it re-incorporates the libpcap...
2010-10-21 stigFixed "Compiled with" information in the About box.
2010-09-30 guyPIPE_READ_TIMEOUT should be in microseconds, not millis...
2010-09-30 guyAlways use a timeout of 250ms for pipes when not using...
2010-09-16 geraldTurn on ASLR via /DYNAMICBASE and DEP via SetProcessDEP...
2010-08-28 sakeAs mentioned on the users-mailinglist[1], it could...
2010-08-28 sakeWe change the owner and group of the first file, so...
2010-08-27 geraldForward-port r33953.
2010-08-25 geraldFix !Windows compilation.
2010-08-24 geraldPartial fix for bug 5133. On Windows, call SetDllDirect...
2010-07-14 jmayerAdd #ifdef HAVE_BPF_IMAGE
2010-07-14 guyFix warnings.
2010-07-14 guyFix build errors.
2010-07-14 guyDefine print_caps() before we use it.
2010-07-14 guyEnsure, at compile time, that the error-message-buffer...
2010-07-14 guyDefine relinquish_all_capabilities() before we use it.
2010-07-14 guyWe must also set the link-layer header type before...
2010-07-13 guyAdd a "-d" flag to dumpcap, to print out the generated...
2010-05-28 morrissMove some code (including the optional objects) into...
2010-05-27 guyMake -q not a capture option again - it's used by tshar...
2010-05-26 guyDon't send ^T output to the standard error if we're...
2010-05-26 guyAdd a -q flag to dumpcap, to squelch its reporting...
2010-05-25 guyPull the big pile of code that handles the
2010-05-19 guyDon't have -M affect -v yet; if we end up, for example...
2010-05-19 guy-S doesn't require an interface, either.
2010-05-19 guyRegularize indentation a bit.
2010-05-18 guySquelch an unused-variable warning.
2010-05-18 guyMove some routines around, fix and shuffle comments.
2010-05-18 guyMove get_pcap_linktype() into dumpcap - it's not used...
2010-05-18 guyOnly negative return values from pcap_activate() are...
2010-05-18 guyDon't write the SP_SUCCESS messages unless -Z was speci...
2010-05-17 guyMake -Z always generate machine-readable output, and...
2010-05-17 guyIf dumpcap is run with -D, don't select a default inter...
2010-05-17 guyWhen dumpcap is run to get an interface list, interface...
2010-05-14 guyUm, no, the problem with the Leopard x86 build is that...
2010-05-14 guySee whether the Leopard x86 buildbot is upset because...
2010-05-13 guyFetch an indication of whether the interface supports...
2010-05-11 guyIf we have pcap_open(), and we're *not* opening an...
2010-05-08 guyInclude inet_v6defs.h after include the Windows socket...
2010-05-08 guyInclude inet_v6defs.h if needed to declare inet_ntop().
2010-05-08 guyThe default capture buffer size is, in fact, *nominally...
2010-05-07 guyAs with the list of data link types, so with the list...
2010-05-07 guyAdd routines vfprintf_stderr() and fprintf_stderr(...
2010-05-07 guyFor TShark and Wireshark, get the list of link-layer...
2010-05-07 guyOops, -B disappeared from the list of dumpcap options...
2010-05-07 guyBeginnings of monitor mode support with libpcap 1.x.
2010-05-07 guyInstead, say that the default is platform-dependent.
2010-05-07 guyNow that we support -B on various UN*X platforms as...
2010-05-06 guyJust check for pcap_create(); it first appeared in...
2010-05-06 geraldFix compilation.
2010-05-06 etxrabChecking in Stigs changes from
2010-04-23 geraldRevert r31529. Timing out while waiting for the pcap...
2010-04-01 guyExpand the comment explaining the workaround for the...
2010-03-31 tuexenEnable pcap timeout workaround for Mac OS X 10.6.3...
2010-03-15 morrissDeclare sip_uri_offset_init() as returning void and...
2010-03-04 guy"capture-pcap-util.h" include <pcap.h>, and <pcap.h...
2010-03-04 guyIn Wireshark and TShark, run dumpcap to get interface...
2010-03-02 guySquelch some compiler warnings, clean up indentation...
2010-02-28 stigAdded svn:ignore targets.
2010-01-14 geraldIf we're using threads, time out when reading the file...
2009-11-26 guyOnly do the 1-second timeout in OS X 10.6 and 10.6...
2009-10-06 stigInvert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H
2009-10-01 stigCast a pointer to avoid a warning.
2009-09-29 stigInitialize magic to avoid a warning about a possible...
2009-09-13 morrissDon't use SIGUSR1 to tell dumpcap to exit, use SIGINT...
2009-09-08 krjUse Wireshark/GLib attribute specifiers instead of...
2009-08-31 tuexenUse a timeout of a second for Mac OS X, when building
2009-08-28 etxrabMake the windows build compile.
2009-08-27 geraldProperly set our file descriptor when we're capturing...
2009-08-27 geraldCheck for INVALID_HANDLE_VALUE instead of NULL on Windo...
2009-08-27 wmeierAdd #include <stdio.h> in a few places for Solaris
2009-08-26 geraldAdd a compile-time option to use a separate thread...
2009-08-22 rbalintFrom Rob Leslie <rob@mars.org>:
2009-07-01 geraldUpdates to create_tempfile:
2009-06-26 geraldUnfortunately, r28452 seems to cause more problems...
2009-05-31 rbalintSet SIGPIPE handler every time the program starts.
2009-05-22 geraldFrom Benjamin Tse via bug 2200:
2009-04-27 tuexenAdd -n option to dumpcap. It will save the capture...
2009-04-26 tuexenMake ringbuffer.[ch] file format agnostic.
2009-04-16 geraldFix the last(?) of the Win64 compilation problems.
2009-04-08 wmeierUse wireshark (instead of ether) for temp file name...
2009-01-11 jakeFrom Toralf Förster:
2009-01-11 jakeFrom Ronald W. Henderson:
2008-11-26 rbalintFrom Pavol Rusnak (bug 1740):
2008-11-03 stigDo not set buffer size for remote interfaces or when...
2008-10-31 stigFixed some "ignoring return value" warnings.
2008-10-30 rbalintBased on patch from Sergio Barjola:
2008-08-19 guyThe packet counts and drop counts reported by libpcap...
2008-07-25 geraldIf we can't open open an interface in Windows, instead...
2008-06-30 morrissMove privileges.c and unicode-utils.c from epan to...
2008-06-24 guyFix some references to the global loop_data structure...
2008-06-23 guyRename the global "ld" structure to "global_ld", to...
2008-06-23 guyGet rid of the static capture_opts pointer - it collide...
2008-06-20 guycapture_opts_print_statistics() has nothing to do with...
2008-05-23 etxrabFix some of the Errors/warnings detected by checkapi.
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
next