From Ernst Oudhof:
[obnox/wireshark/wip.git] / dumpcap.c
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.
2006-04-03 guyPut the low-level sync routines into a common file...
2006-04-03 guyIn Tethereal, don't save to a temporary file if "-w...
2006-03-24 ulflVarious code cleanup in the capture pipe stuff
2006-03-13 ulflfix bug #803: sync pipe on Win32 wasn't set to binary...
2006-03-05 guyPass two strings in capture child messages, so the...
2006-02-25 ulflupdate some comments, as dumpcap no longer uses console...
2006-02-17 ulflremove dependencies to pcap.h, so getting an idea what...
2006-02-12 guyMove create_tempfile() to tempfile.c out of util.c...
2006-02-12 ulflfreebsd needs to define AF_INET6, seems to need sys...
2006-02-11 ulflthe point of no return ...
2006-02-10 ulflremove all calls to exit() from the capture_opts.c...
2006-02-10 ulflsome improvements in the console output handling
2006-01-12 ulflminor changes to the usage output
2006-01-05 ulflcleanup of exit_main() declaration
2006-01-03 jmayer__attribute__ noreturn can only be used in function...
2005-12-31 ulfladd the GCC specific attribute "noreturn" to exit_main()
2005-12-31 ulflFrom Jaap Keuter:
2005-12-18 jmayerwarning: function declaration isn't a prototype
2005-12-16 ulflsome minor fixes: logging and comments fixed
2005-12-15 ulfluse capture_opts_trim_iface() instead of duplicated...
2005-12-13 ulflHUGE STEP (hopefully toward the right direction):
2005-12-06 ulflrename pcap-....c/.h files to capture-pcap-....c/.h
2005-12-05 ulflno more usage of Ethereal.lib in dumpcap any longer :-)
2005-12-04 jmayerWe need AF_INET6 on linux, so include netdb.h if available.
2005-12-04 ulflmove the complete functionality of the capture info...
2005-12-03 ulflsplit some parts of the packet counting functions into...
2005-12-03 ulflsplit capture.h into capture.h, capture_loop.h and...
2005-12-01 ulflfix OPTINIT string, help output and add an exit_main...
2005-11-28 ulfldumpcap.c doesn't need to link with file.c!
2005-11-28 guyAdd support for building dumpcap, and fix dumpcap to...
2005-11-28 ulflfirst steps towards a separated capture tool, working...