Skip to content
forked from regit/SuricataC

A Suricata unix socket client coded in plain C

License

Notifications You must be signed in to change notification settings

H5eye/SuricataC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SuricataC

What is this

This program is an example code which show how to connect to suricata unix socket. Its main capability is to ask suricata to work on pcap files.

Using it

Syntax is the following

SuricataC [-f file] [pcap] [dir]

Two running modes here. Or you give two arguments which are a pcap file and an output directory. Or use -f to specify a file containing a list of treatment to do

/path/to/file;/path/to/output/dir

About

A Suricata unix socket client coded in plain C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.5%
  • Makefile 5.5%