File tcpflow.changes of Package tcpflow
-------------------------------------------------------------------
Tue Mar 31 18:06:09 UTC 2015 - p.drouand@gmail.com
- Update to version 1.4.4
* The ChangeLog/NEWS file has not been updated for this release
- Use the download Url provided by upstream
- Add openssl-devel and boost-devel build require; new upstream dependency
-------------------------------------------------------------------
Fri Aug 24 09:25:04 UTC 2012 - cfarrell@suse.com
- license update: GPL-3.0+
Source code files state that they are ^GPL^ licensed and to refer back to
the ^LICENSE^ file for details. There is no ^LICENSE^ file but there is a
^COPYING^ file and that is clearly GPL-3.0
-------------------------------------------------------------------
Wed Aug 22 03:19:20 UTC 2012 - Greg.Freemyer@gmail.com
Upgrade to v1.3.0
- converted code from c to c++
* various fixes and additional features
* src/tcpip.cpp (tcpip::close_file): added support for FUTIMENS, but I don't yet have a system on which to test it. Hope that it's good.
* src/main.cpp (main): -r option now allows for multiple files to be specified.
* src/main.cpp (main): -R option now allows for incomplete tcp connections to be finished.
* src/tcpip.cpp (tcpdemux::tcpdemux): default outdir is now "."
* src/xml.cpp (xml::add_cpuid): better handling of CPUID instruction. Now it really should not show up on non-Intel architectures.
* src/main.cpp (main): added printing stats for debug level 3.
* src/tcpip.cpp (tcpdemux::close_all): Jeremey's FD ring has been replaced with an unordere dset.
* COPYING: updated to GPLv3
* src/flow.cpp (flow::filename): completely rewrote to support templates.
(flow::print_usage): added to give information on templates.
* src/main.cpp (main): fixed option parsing bug.
(class ipaddr): created class for IP addresses
(class flow_state_struct): created class from struct
* src/main.cpp (print_usage): -X added for XML output.
* src/main.cpp (main): changed bytes_per_flow from int to uint64_t
progname is now a global.
* src/main.cpp (main): added -B option to force binary output.
* src/util.cpp: removed copy_argv(); replaced with a simple std::string manipulation.
(flow_filename): modified to work with outdir
* 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.
-------------------------------------------------------------------
Sun Dec 18 18:28:21 UTC 2011 - sebastien@sebbraun.de
- Initial packaging attempt