Sunday, October 22, 2017

Ostinato & packETH

Ostinato

Need traffic generator that can generate vlan traffic - trying out Ostinato

Build:

https://devguide.ostinato.org/BuildingFromSource.html

git clone https://github.com/pstavirs/ostinato.git

On Ubuntu 16.04, install deps:
sudo apt-get install qt4-dev-tools libqt4-dev

sudo apt install protobuf-compiler protobuf-c-compiler libprotobuf-dev libpcap-dev

qmake
make
sudo make install

/usr/local/bin/ostinato

Note:
- Does seems to work with wifi interface. Only can see bluetooth adaptor. Didn't investigate further.

packETH

http://packeth.sourceforge.net/packeth/Home.html

sudo apt install libgtk2.0-dev
./configure
make
sudo packETH

packETH is more straightforward, and work with wifi interface.
Build the packet and use Gen-b to send


No comments: