chixsh / spp-profinet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spp_profinet

Setup

  1. Build Snort from source using this guide (chapter 9 and 10).
  2. Extract the zipped version of spp_profinet into your Snort root overwriting existing files.
  3. Execute the following in your Snort root:
sudo apt-get install automake
sudo apt-get install autoconf
sudo apt-get install libtool
make clean
make distclean
## Be careful!! MAKE SURE YOU ARE IN YOUR SNORT MAIN SOURCE FOLDER
find . -name "Makefile.in" -type f -delete
aclocal
autoconf
automake --add-missing
autoreconf --force --install
./configure.sh
make
sudo make install

Comment: Snort root is the main source folder you built Snort in.

About

License:GNU General Public License v2.0


Languages

Language:C 93.6%Language:Python 2.1%Language:Makefile 2.1%Language:C++ 1.5%Language:Shell 0.7%