rsyslog / liblognorm

a fast samples-based log normalization library
http://www.liblognorm.com
GNU Lesser General Public License v2.1
99 stars 64 forks source link

Update Checkpoint parser #325

Open KGuillemot opened 5 years ago

KGuillemot commented 5 years ago

Update Checkpoint parser to parse newest format with quoted strings, for example : [action:"Accept"; dst:"192.168.1.2"; product:"FireWall"; src:"192.168.1.3"; ]

KGuillemot commented 5 years ago

Hello, Do you know what is going on concerning the tests failures ?

solhuebner commented 5 years ago

Also, have a look at #234 as it is meant to fix the no quotes support so that we do not try to fix it in different ways

KGuillemot commented 4 years ago

Also, have a look at #234 as it is meant to fix the no quotes support so that we do not try to fix it in different ways

Hello, No, it's a different parser.

rgerhards commented 4 years ago

Top go forward, the CI failures must be fixed. I guess they indicate a backwards.-incompatible changed happened.