Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 358 Bytes

Install_tcpreply.md

File metadata and controls

20 lines (15 loc) · 358 Bytes

Goal: Installing TCPreply on Ubuntu.

Installing tcpreply

  1. Download ## Download the tar file from the source forge: http://sourceforge.net/projects/tcpreplay/

  2. Unzip the tar file ##

tar -zxvf <tcpreply file name>
  1. configure and install
cd <tcpreply folder name>/
./configure
make
sudo make install