Sign inSign up

xiche/centos-snort3-dev

By xiche

Updated about 6 years ago

CentOS-based Snort++ development image

Image
1

115

xiche/centos-snort3-dev repository overview

Snort++ build quick start (inside the container) with unit test support:

cd $HOME
git clone https://github.com/snort3/libdaq.git
cd libdaq
./bootstrap
./configure --libdir=/usr/local/lib64
make -j$(nproc) install
ldconfig

cd $HOME
git clone https://github.com/snort3/snort3.git
cd snort3
export PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig
./configure_cmake.sh --prefix=$HOME/install/snort3 --enable-unit-tests
cd build
make -j$(nproc) install
make -j$(nproc) check

$HOME/install/snort3/bin/snort -V
$HOME/install/snort3/bin/snort --catch-test all

Tag summary

Content type

Image

Digest

Size

224.3 MB

Last updated

about 6 years ago

docker pull xiche/centos-snort3-dev:8