Adds support to m_highlightJSON in RuleMessage class

This variable helds a JSON with information regarding all matches.
Only filled when IncludeFullHighlightLog property is set.
This commit is contained in:
Felipe Zimmerle
2018-10-11 10:00:59 -03:00
parent eec95cfe17
commit e83f66ee49
6 changed files with 13 additions and 3 deletions

View File

@@ -262,7 +262,7 @@ extern "C" {
* Notice that the highlight can be calculate post-analisys. Calculate it
* during the analisys may delay the analisys process.
*
*/
*/
IncludeFullHighlightLogProperty = 4,
};