Skip to content

Instantly share code, notes, and snippets.

@dmcrodrigues
Last active October 4, 2015 04:48
Show Gist options
  • Save dmcrodrigues/2580562 to your computer and use it in GitHub Desktop.
Save dmcrodrigues/2580562 to your computer and use it in GitHub Desktop.
compile sipp on ubuntu
#!/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