Skip to content

truffle-hog/spp-profinet

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors