Skip to content

AdaptiveParser Toolkit v1.4.2

Compare
Choose a tag to compare
@leongor leongor released this 20 Sep 12:20

Update v1.4.1
New KeyValue parser introduced.
dataAttr parameter is optional now - requires single input attribute if not present.
Bug fix for fusing few operators in the same PE problem.
Skipped string fix.
Added globalEscapeChar/escapeChar parameters to support escaped characters.
Added escaped characters support to CEFParser..
Added skipChars parameter to support skipping unneeded characters in strings, enums and blobs.
Added Unknown and Very-High severity values to CEFParser.
Fixed comment init bug.
Introduced optional error output port.
Added new ErrorPortSample.
Added new allowEmpty parameter.
Added new EmptyFieldsSample.
Added new attrNameQuoted parameter.
Fixed timestamp with no year handling.

Update v1.4.2:
Added new attrFieldName parameter.
Added new 'list<Prefix/Suffix>', 'map<Prefix/Suffix>', 'tuple<Prefix/Suffix>' inheritable parameters.
Updated 'prefix' and 'suffix' to work only with primitives.
Updated 'prefix' and 'suffix' to be inheritable.
'Undefined' updated to work with collection types.
Introduced new Bro parser.
Introduced new JSON parser.

Update v1.4.2.1
KeyValue parser allows multiple non unique keys.
KeyValue parser allows to push multiple keys to list or set (can be in mixed order).

Update v1.4.2.2
Fixed non unique tuples definition.
Fixed map + attrNamePrefix issue.
Fixed minor bugs.
Fixed single element tuple with reparse issue.
Map fix to JSONParser.
Added new JSONParserSample.

Update v1.4.2.3
Added passAttrs parameter to allow passing input attributes through.