On Oct 9, 2007 2:51 AM, Piotr Dula (pdula) <[EMAIL PROTECTED]> wrote: > > > Hello, > > I was trying to install tcpreplay. I know it needs libnet, so I had > installed it before ( in default directory, using just ./configure, make, > make install ). However, tcpreplay script can't find it: > > ########################################################################## > TCPREPLAY Suite Configuration Results (3.2.0) > ########################################################################## > libpcap: /usr (>= 0.9.6) > libnet: no > autogen: > 64bit counter support: yes > tcpdump binary path: /usr/sbin/tcpdump > tcpreplay edit support: no > tcpbridge support: yes > > Supported Packet Injection Methods (*): > Linux PF_PACKET: yes > BSD BPF: no > libnet: no > pcap_inject: yes > pcap_sendpacket: yes > > > How can I tell tcpreplay where it should look for libnet during the > installation? > > Thank you for help,
Hi Piotr, Long story short, but libnet is more trouble then it's worth, so I rewrote some of it. Now tcpreplay doesn't need libnet for most common platforms like Linux. So libnet is not required and tcpreplay will not try to use it unless you explicitly tell it to. If tcpreplay ever can't resolve a hard depandancy, it will generate an error message. -- Aaron Turner http://synfin.net/ http://tcpreplay.synfin.net/ - Pcap editing & replay tools for Unix They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. -- Benjamin Franklin ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Tcpreplay-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tcpreplay-users
