mirror of https://github.com/OISF/suricata
json: skip over double dots in output tokenizing
Interface name shortening introduces double periods ('..') as spacers, which cause issues during JSON stats serialization as there '.' characters are also used as separators to define nesting of the JSON output. This commit makes sure that '..' are skipped during tokenizing. Fixes Redmine bug #2208.pull/2941/head
parent
d9e5dfa1f0
commit
4d25593b4a
Loading…
Reference in New Issue