Update value strings.
[metze/wireshark/wip.git] / dumpcap.c
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...
2008-03-24 Bill MeierFix a few typos.
2008-03-24 Gerald Combsdumpcap.c: Fix a typo.
2008-03-22 Bill MeierFix (aka workaround) for bug #2228.
2008-03-20 Gerald CombsDon't call cap_set_proc() unless we were started with...
2008-02-29 Bill MeierFix for handling dumpcap errmsgs when wireshark does...
2008-02-25 Jeff MorrissUse plain old strcmp() instead of g_ascii_strcasecmp...
2008-02-23 Bill MeierEnsure tshark/wireshark always get good err msgs from...
2008-02-16 Guy Harrisdumpcap doesn't need stuff declared in capture.h; it...
2008-02-16 Guy HarrisOne include of epan/unicode-utils.h suffices - and...
2008-02-16 Guy HarrisDirectly call capture_loop_packet_cb(), rather than...
2008-02-16 Guy HarrisIf we don't have libcap, relinquish special privileges...
2008-02-16 Guy HarrisPull capture_loop.c into dumpcap.c, as dumpcap is the...
2008-01-20 Bill MeierFix typo in help text
2007-12-04 Tomas KukosaSupport for RPCAP features in GUI (from Boris Misenov...
2007-11-22 Bill MeierRename Windows ConsoleCtrHandlerRoutine --> capture_cle...
2007-11-21 Guy HarrisCatch SIGINT, SIGHUP, and SIGTERM on UN*X, so we cleanl...
2007-11-20 Gerald CombsIf libcap is present, have dumpcap use it to drop privi...
2007-10-26 Gerald CombsFor the Wireshark/TShark -> dumpcap signal pipe on...
2007-10-10 Guy HarrisMake the sync pipe the standard error, not the standard...
2007-09-30 Guy Harris"get_compiled_version_info()" appends to the string...
2007-09-29 Guy HarrisMake the "-Z" argument to dumpcap take an argument...
2007-09-29 Guy HarrisDon't hardcode the notion that the sync pipe is the...
2007-09-29 Guy HarrisWe don't use NetSNMP any more.
2007-08-02 Gerald CombsAdd a "-S" flag to dumpcap, which prints out interface...
2007-07-20 Gerald CombsRemove the "-I" flag from dumpcap, and add a "-M" flag...
2007-06-11 Gerald CombsOne more step in privilege separation.
2007-02-19 Bill MeierOutput error msgs when using dumpcap from cmd-line...
2007-02-06 Jeff MorrissFrom Eric Hall to fix bug 1289:
2006-11-02 Jörg MayerFrederic Heem:
2006-10-20 Jaap KeuterMake dumpcap complile again and other minor improvements.
2006-10-19 Guy HarrisFix up the changes to put the Portaudio information...
2006-09-22 Gerald CombsAdd support for reading from stdin under Windows. ...
2006-08-21 Guy HarrisAdd to a comment.
2006-08-13 Ulf Lampingput utf_16to8 under #ifdef _WIN32, thanks Toralf
2006-08-13 Ulf Lampinganother place missing a call to utf_16to8(), the about...
2006-05-28 Anders BromanEthereal->Wireshark
2006-05-21 Ronnie Sahlbergname change
2006-04-03 Guy HarrisDon't report the interface name unconditionally.
2006-04-03 Guy HarrisPut the low-level sync routines into a common file...
2006-04-03 Guy HarrisIn Tethereal, don't save to a temporary file if "-w...
2006-03-24 Ulf LampingVarious code cleanup in the capture pipe stuff
2006-03-13 Ulf Lampingfix bug #803: sync pipe on Win32 wasn't set to binary...
2006-03-05 Guy HarrisPass two strings in capture child messages, so the...
2006-02-25 Ulf Lampingupdate some comments, as dumpcap no longer uses console...
2006-02-17 Ulf Lampingremove dependencies to pcap.h, so getting an idea what...
2006-02-12 Guy HarrisMove create_tempfile() to tempfile.c out of util.c...
2006-02-12 Ulf Lampingfreebsd needs to define AF_INET6, seems to need sys...
2006-02-11 Ulf Lampingthe point of no return ...
2006-02-10 Ulf Lampingremove all calls to exit() from the capture_opts.c...
2006-02-10 Ulf Lampingsome improvements in the console output handling
2006-01-12 Ulf Lampingminor changes to the usage output
2006-01-05 Ulf Lampingcleanup of exit_main() declaration
2006-01-03 Jörg Mayer__attribute__ noreturn can only be used in function...
2005-12-31 Ulf Lampingadd the GCC specific attribute "noreturn" to exit_main()
2005-12-31 Ulf LampingFrom Jaap Keuter:
2005-12-18 Jörg Mayerwarning: function declaration isn't a prototype
2005-12-16 Ulf Lampingsome minor fixes: logging and comments fixed
2005-12-15 Ulf Lampinguse capture_opts_trim_iface() instead of duplicated...
2005-12-13 Ulf LampingHUGE STEP (hopefully toward the right direction):
2005-12-06 Ulf Lampingrename pcap-....c/.h files to capture-pcap-....c/.h
2005-12-05 Ulf Lampingno more usage of Ethereal.lib in dumpcap any longer :-)
2005-12-04 Jörg MayerWe need AF_INET6 on linux, so include netdb.h if available.
2005-12-04 Ulf Lampingmove the complete functionality of the capture info...
2005-12-03 Ulf Lampingsplit some parts of the packet counting functions into...
2005-12-03 Ulf Lampingsplit capture.h into capture.h, capture_loop.h and...
2005-12-01 Ulf Lampingfix OPTINIT string, help output and add an exit_main...
2005-11-28 Ulf Lampingdumpcap.c doesn't need to link with file.c!
2005-11-28 Guy HarrisAdd support for building dumpcap, and fix dumpcap to...
2005-11-28 Ulf Lampingfirst steps towards a separated capture tool, working...