juiceman84 / Fortigate_Content_Pack

Initial Revision
MIT License
16 stars 24 forks source link

regex updates #8

Closed jczinger closed 6 years ago

jczinger commented 6 years ago

Changed 38 instances of =(\\S+)\\s to =\\\"?(\\S+?)\\\"?\\s in order to to ignore the quotes placed at the start and end of string values in FortiOS 5.6 as per: https://docs.fortinet.com/uploaded/files/3965/fortigate-logging-and-reporting-56.pdf

All string values in log messages are enclosed in double quotes (399871)