Skip to content

jasonish/suricata-example-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Suricata Plugins

These are example plugins for Suricata 8.0. To see plugins for 7.0 and 6.0 see the 7.0 and 6.0 branches.

eve-filetype

This is an example plugin that implements a "file-type" for Suricata eve logs. A file type plugin receives rendered EVE records which can then be written to a file, sent to a database, etc.

pf-ring

The PF_RING plugin is an example of a plugin implementing a capture source.

Building

To build a plugin, go into the plugin directory and execute make like:

CPPFLAGS="-I/path/to/suricata/src" make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published