Changelog for
tcpflow-1.2.6-1.el6.i386.rpm :
Thu Apr 19 14:00:00 2012 Simson Garfinkel
1.2.6-1
* Release 1.2.6-1
* configure.ac: incremented version to 1.2.6 (1.2.5 had a bad tag)
* src/tcpip.cpp (tcpip::print_packet): fixed error in fwrite().
* src/main.cpp (print_usage): fixed misspelling of name
* src/tcpip.cpp (tcpdemux::tcpdemux): default outdir is now \".\"
Mon Mar 26 14:00:00 2012 Simson Garfinkel 1.2.3-1
* Release 1.2.3-1
* src/xml.cpp (xml::add_cpuid): better handling of CPUID instruction. Now it really should not show up on non-Intel architectures.
* src/xml.cpp: added unistd.h
* src/main.cpp (main): added printing stats for debug level 3.
* src/datalink.cpp (find_handler): changed \'looking for handler\' to debug level 2.
* src/tcpip.cpp (tcpdemux::close_all): Jeremey\'s FD ring has been replaced with an unordere dset.
* src/tcpdemux.h (class tcpdemux): tcpdemux is now a class. By 1.3 it will be a linkable class separate from this program.
* configure.ac: added -funit-at-a-time
* COPYING: updated to GPLv3
* src/xml.cpp (xml::xmlout): writing with size-length tag just outputs the value now.
Sat Mar 3 13:00:00 2012 Simson Garfinkel 1.2.1-1
* Release 1.2.1-1
* Bug fixes and performances improvements
Sun Jan 29 13:00:00 2012 Simson Garfinkel 1.1.0-1
* Release 1.1.0-1
* C++ rewrite
* improved performance
* DFXML output
Sun Dec 4 13:00:00 2011 Simson Garfinkel 1.0.6-1
* Release 1.0.6-1
* src/tcpflow.h (flow_state_struct): added bytes_printed counter
* src/tcpip.c (print_packet): modified to respect bytes_per_flow
* src/main.c (main): removed prepending of (ip or ip6 or vlan) from user expressions. We now just use what the user provided.
* src/flow.c (open_file): replaced FGETPOS(flow_state->fp, &(flow_state->pos)) with ftell()
* src/tcpip.c (store_packet): FSETPOS replaced with fseek (it\'s better now than in 1999)
* src/util.c: applied ipv6 patches
* src/tcpip.c: applied ipv6 patches
* src/tcpflow.h: applied ipv6 patches
* src/sysdep.h: applied ipv6 patches
* src/main.c: applied ipv6 patches
* src/datalink.c: applied ipv6 patches
* configure.ac: applied ipv6 patches.
* src/sysdep.h: removed standards.h and added sys/cdefs.h.
* Makefile.am (EXTRA_DIST): added TODO.txt
* doc/tcpflow.1.in: updated doc to reflect new author and distribution point.
* src/main.c (print_usage): removed \"by Jeremy Elson \" from usage.
* src/util.c (flow_filename): vlan changed from [42] to --42 to avoid some shell issues.
* Applied debian patch 20_fix-usage, which fixed the usage statement.
* manually applied debian patch 10_extra-opts, which improves color rendering and passes the state structure, rather than forcing it to be re-calculated.