
SmartSniff
SmartSniff is a packet sniffer that capture TCP/IP packets and display them as sequence of conversations between clients and servers. You can view the TCP/IP...
tcpflow, a TCP Flow Recorder, is a program that captures data transmitted as part of TCP connections (flows), and stores the data in a way that is convenient for...
tcpflow, a tcp flow recorder, is a program that captures data transmitted as part of tcp connections (flows), and stores the data in a way that is convenient for protocol analysis or debugging. a program like 'tcpdump' shows a summary of packets seen on the wire, but usually doesn't store the data that's actually being transmitted. in contrast, tcpflow reconstructs the actual data streams and stores each flow in a separate file for later analysis.
tcpflow understands sequence numbers and will correctly reconstruct data streams regardless of retransmissions or outoforder delivery. however, it currently does not understand ip fragments; flows containing ip fragments will not be recorded properly.
tcpflow is based on the lbl packet capture library (available from lbl) and therefore supports the same rich filtering expressions that programs like 'tcpdump' support. it should compile under most popular versions of unix; see the install file for details.
Productivity Developer Tools Security
packet-capture