ontholerian

Results 4 comments of ontholerian

I found a possible fix for this. src/parser.c#L1681, when the value is getting extracted, it does not strip off the quotes, unlike the OpQuotedParser does on L1636 right above it...

I have submitted a PR (#181) that addresses many of these issue in the v2 version of the parser engine. @marnao: Your first point is fixed in my PR. There...

I am unfamiliar with your testing suite or how to use it, so I do not know how to add tests and make sure they work. Any pointers?

I have since learned that quoted fields is not a part of CEF, but something one of our applications was using. Therefore, I have removed that handling from the parser....