libnids

Network intrusion detection system E-component library

brewmacoslinux
Try with needOr install directly
Source

About

Implements E-component of network intrusion detection system

Commands

libnids

Examples

Include libnids in C/C++ code for packet analysis$ gcc -o detector detector.c -lnids -lpcap
Check libnids installation and version$ pkg-config --modversion libnids
Get compiler flags for linking against libnids$ pkg-config --cflags --libs libnids