Skip to content

jlucovsky/suricata-example-plugins

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Suricata Plugins

eve-file-type

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

Languages

  • C 97.6%
  • Rust 1.4%
  • Makefile 1.0%