(see also http://nicoretti.github.io/nc-network-sniffer/)
A Make and a Bake based build is suppored.
- Run make based build
make
- executable can be found at /out/sniffer
- Install the bake build tool
gem install bake-toolkit
- Run bake based build in nc-network-sniffer directory
bake Debug -v2 -a black
- executable can be found at /Debug/sniffer
Attention: requires root privileges.
snf INTERFACE
Example (Sniff trafic on eth0):
sniffer eth0