Skip to content

Instantly share code, notes, and snippets.

@shyiko
Created October 13, 2014 11:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shyiko/b67e160a09dbc42d1d67 to your computer and use it in GitHub Desktop.
Save shyiko/b67e160a09dbc42d1d67 to your computer and use it in GitHub Desktop.
justniffer squeeze installation
wget http://ftp.jaist.ac.jp/pub/sourceforge/j/project/ju/justniffer/justniffer/justniffer%200.5.11/justniffer_0.5.11.tar.gz
tar -xzf justniffer_0.5.11.tar.gz
cd justniffer-0.5.11
apt-get install make
apt-get install gcc
apt-get install g++
apt-get install libc6
apt-get install libboost-dev
apt-get install libboost-regex-dev
apt-get install libboost-iostreams-dev
apt-get install libboost-program-options-dev
apt-get install libnids-dev
apt-get install libpcap-dev
./configure
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment