Install tcpflow
see if libpcap is already installed:
rpm -e libpcap
its already installed so remove it:
rpm -e --nodeps libpcap
now install both libpcap and tcpflow:
rpm -i libpcap-0.6.2-16.i386.rpm
rpm -i tcpflow-0.21-1.i386.rpm
rpm -e libpcap
its already installed so remove it:
rpm -e --nodeps libpcap
now install both libpcap and tcpflow:
rpm -i libpcap-0.6.2-16.i386.rpm
rpm -i tcpflow-0.21-1.i386.rpm
0 Comments:
Post a Comment
<< Home