Fix for bug 924. Adding preference whether to check the DVMRP V3 Major/Minor version.
[obnox/wireshark/wip.git] / dumpcap.c
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...