HomeFreeBSD

Implement 'T' field matching.

Description

Implement 'T' field matching.

Implement 'T' field matching. This is needed to prevent false
positives. However, it's not general enough. It only handles one field
and there's a ton of edge cases even with that it likely wouldn't
handle. To do it more generally and also eliminate a lot of the
hackiness that's in this program now, we'd need to creating
directories for lookups ala awk, pearl, python, etc. It appears to be
sufficient, though, to get my keyboard loaded on boot.

Sponsored by: Netflix

Details

Provenance
impAuthored on
Parents
rS329441: If we're passed an argument, then treat it as a single NOMATCH event
Branches
Unknown
Tags
Unknown