var keyword incorrect?
Status: Alpha
Brought to you by:
ronnystandtke
When I create rule that uses variables, resulting conf
file looks like that:
...
# variables
var: HOME_NET 10.10.10.192
...
At my computer snort (version 2.0.2 (Build 92))
complains, that it is incorrect. Changing it manually to:
...
# variables
var HOME_NET 10.10.10.192
...
repairs problem
--
piotr at software . com . pl