* Thu Nov 27 2003 Steve Benson - using *_HEADER_LEN in more places rather than magic nums - released 1.0.1 * Wed Nov 26 2003 Steve Benson - fixed a double-free problem that would cause tcptrack to segfault under heavy load - misc code cleanups. Header sizes defined in headers.h - pcap snaplen reduced to only capture ethernet+ip+tcp headers - added some additional asserts for better error checking - packet queue (PacketBuffer) processing interval reduced to 10ms - fixed freebsd timing issue by providing 3rd arg to pcap_open_live - more timing is controllable via defs.h * Tue Nov 25 2003 Steve Benson - Fixed a memory leak related to handling of non-IP, non-TCP packets. - Fixed a misplaced #endif in headers.h - pcap_lookup_net in Sniffer.cc had "eth0" hardcoded by mistake. Now uses specified interface. - tcptrack only works on ethernet interfaces for now. It will now fail to start up on non-ethernet interfaces and print an error. - TCPConnection & TCContainer no longer care about an ethernet header, in preparation for handling of non-ethernet interfaces. * Sun Nov 23 2003 Steve Benson - Initial release