tcptrace
6.6.7 patch:
- memory management to
run
continuosly... the tcp connection statistics are printed out when
the connection is closed and the memory freed.
- spurious timeout
(srto)
statistics (-Q option). An algorithm for spurious timeout
retransmission identification has been developed.
- rtt samples in a
single
output file (-Ufilename option). The round trip time samples are
stored in a single file for all connections.
Note:
- In this version there is an hard filter on the samba
ports
(135 and 445) to avoid tcptrace to waste memory due to Active Directory
worm
propagation. To remove this filter, you have to change the code in
trace.c:1459
- Many modifications have been done to run
continuously; the
connection report is printed out when the connection is closed or a
timeout has been expired.
- The memory management modifications have not been
tested
with all the tcptrace options and modules. I used only these options:
-nlrQUfilename --tsv
- The original tcptrace version can be found at
www.tcptrace.org
|