-- silenced bogus -O2 warnings
-- updated ChangeLog terms; added env vars
-- latest from Tom
+-- minor doc updates
124
-- valgrind cleanup
* Use a shared configuration and attribute table
* Use a simple, scriptable configuration
* Make key components pluggable
-* Autogenerate low-level documentation
+* Autogenerate reference documentation
* Autodetect services for portless configuration
* Support sticky buffers in rules
* Provide better cross platform support
=== Gotchas
-* A table with a nil key will not caught, eg:
+* A nil key in a table will not caught. Neither will a nil value in a
+ table. Neither of the following will cause errors, nor will they
+ actually set http_server.post_depth:
- stream_tcp = { show_rebuilt_packets }
+ http_server = { post_depth }
+ http_server = { post_depth = undefined_symbol }
* Snort can't tell you the exact filename or line number of a semantic
error but it will tell you the fully qualified name.
static const Parameter s_params[] =
{
{ "~", Parameter::PT_INT, "1:", nullptr,
- "generator id" },
+ "relative severity level; 1 is highest priority" },
{ nullptr, Parameter::PT_MAX, nullptr, nullptr, nullptr }
};