Last active
October 4, 2015 04:48
-
-
Save dmcrodrigues/2580562 to your computer and use it in GitHub Desktop.
compile sipp on ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
sudo apt-get install pcaputils libpcap-dev libncurses5-dev | |
wget 'http://sourceforge.net/projects/sipp/files/sipp/3.2/sipp.svn.tar.gz/download' | |
tar zxvf sipp.svn.tar.gz | |
# compile sipp | |
make | |
# compile sipp with pcapplay support | |
make pcapplay |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment