Um, no, the problem with the Leopard x86 build is that we first do a
[obnox/wireshark/wip.git] / dumpcap.c
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...
2008-03-24 wmeierFix a few typos.
2008-03-24 geralddumpcap.c: Fix a typo.
2008-03-22 wmeierFix (aka workaround) for bug #2228.
2008-03-20 geraldDon't call cap_set_proc() unless we were started with...
2008-02-29 wmeierFix for handling dumpcap errmsgs when wireshark does...
2008-02-25 morrissUse plain old strcmp() instead of g_ascii_strcasecmp...
2008-02-23 wmeierEnsure tshark/wireshark always get good err msgs from...
2008-02-16 guydumpcap doesn't need stuff declared in capture.h; it...
2008-02-16 guyOne include of epan/unicode-utils.h suffices - and...
2008-02-16 guyDirectly call capture_loop_packet_cb(), rather than...
2008-02-16 guyIf we don't have libcap, relinquish special privileges...
2008-02-16 guyPull capture_loop.c into dumpcap.c, as dumpcap is the...
2008-01-20 wmeierFix typo in help text
2007-12-04 kukosaSupport for RPCAP features in GUI (from Boris Misenov...
2007-11-22 wmeierRename Windows ConsoleCtrHandlerRoutine --> capture_cle...
2007-11-21 guyCatch SIGINT, SIGHUP, and SIGTERM on UN*X, so we cleanl...
2007-11-20 geraldIf libcap is present, have dumpcap use it to drop privi...
2007-10-26 geraldFor the Wireshark/TShark -> dumpcap signal pipe on...
2007-10-10 guyMake the sync pipe the standard error, not the standard...
2007-09-30 guy"get_compiled_version_info()" appends to the string...
2007-09-29 guyMake the "-Z" argument to dumpcap take an argument...
2007-09-29 guyDon't hardcode the notion that the sync pipe is the...
2007-09-29 guyWe don't use NetSNMP any more.
2007-08-02 geraldAdd a "-S" flag to dumpcap, which prints out interface...
2007-07-20 geraldRemove the "-I" flag from dumpcap, and add a "-M" flag...
2007-06-11 geraldOne more step in privilege separation.
2007-02-19 wmeierOutput error msgs when using dumpcap from cmd-line...
2007-02-06 morrissFrom Eric Hall to fix bug 1289:
2006-11-02 jmayerFrederic Heem:
2006-10-20 jakeMake dumpcap complile again and other minor improvements.
2006-10-19 guyFix up the changes to put the Portaudio information...
2006-09-22 geraldAdd support for reading from stdin under Windows. ...
2006-08-21 guyAdd to a comment.
2006-08-13 ulflput utf_16to8 under #ifdef _WIN32, thanks Toralf
2006-08-13 ulflanother place missing a call to utf_16to8(), the about...
2006-05-28 etxrabEthereal->Wireshark
2006-05-21 sahlbergname change
2006-04-03 guyDon't report the interface name unconditionally.
next