mirror of
https://github.com/Lanakod-Networks/snort-docker.git
synced 2025-07-04 21:36:37 +03:00
21 lines
410 B
Lua
21 lines
410 B
Lua
---------------------------------------------------------------------------
|
|
-- inline test tweaks
|
|
-- use with --tweaks inline
|
|
---------------------------------------------------------------------------
|
|
|
|
daq =
|
|
{
|
|
modules =
|
|
{
|
|
{
|
|
name = 'pcap',
|
|
mode = 'read-file'
|
|
},
|
|
{
|
|
name = 'dump',
|
|
variables = { 'output=none' }
|
|
},
|
|
},
|
|
}
|
|
|