Infodrom Oldenburg

— tcpflow —

5.6.2007: Syslog logging facility tcpflow 0.21
This patch converts the stdout logging facility to a syslog-based one that uses the uucp facility. This helps when tcplogd runs more or less as daemon in permanent use
Download: Patch.
5.6.2007: Safe flow writing tcpflow 0.21
This patch ensures that new flows are recorded and stored properly. Before it was possible that when a flow with the same specifics (same dst port and host, same src port and host) is to be stored the old file is reopened and rewritten. However, when the file does not exist, tcpflow just ignores that the fopen() call has failed. It will now open it in normal write mode in these cases.
Download: Patch.
5.6.2007: Flow closing tcpflow 0.21
This patch ensures that finished flows (i.e. those whose streams were closed with FIN or FIN+ACK) are removed from the internal data structures so that a new flow with the same specifics (same dst port and host, same src port and host) will be treated properly as a new flow.
Download: Patch.