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
2017-12-04 12:10:38 -03:00
parent 5b447b075f
commit 05a683bf9a
6 changed files with 13 additions and 3 deletions

View File

@@ -151,6 +151,7 @@ class RuleMessage {
std::list<std::string> m_tags;
RuleMessageHighlight m_highlight;
std::string m_highlightJSON;
};