Add Windows version info resource.
[obnox/wireshark/wip.git] / dumpcap.c
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...