mirror of https://github.com/OISF/suricata
cybersecurityidsintrusion-detection-systemintrusion-prevention-systemipsnetwork-monitornetwork-monitoringnsmsecuritysuricatathreat-hunting
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Allow use of the Flow Logging API through Lua scripts. Minimal script: function init (args) local needs = {} needs["type"] = "flow" return needs end function setup (args) end function log(args) startts = SCFlowTimeString() ipver, srcip, dstip, proto, sp, dp = SCFlowTuple() print ("Flow IPv" .. ipver .. " src " .. srcip .. " dst " .. dstip .. " proto " .. proto .. " sp " .. sp .. " dp " .. dp) end function deinit (args) end |
11 years ago | |
---|---|---|
benches | ||
contrib | ||
doc | ||
lua | 11 years ago | |
m4 | ||
qa | ||
rules | 11 years ago | |
scripts | ||
src | 11 years ago | |
.gitignore | ||
.travis.yml | ||
COPYING | ||
ChangeLog | 11 years ago | |
LICENSE | ||
Makefile.am | ||
Makefile.cvs | ||
acsite.m4 | ||
autogen.sh | ||
classification.config | ||
config.rpath | ||
configure.ac | 11 years ago | |
doxygen.cfg | ||
reference.config | ||
suricata.yaml.in | 11 years ago | |
threshold.config |