Github user cestella commented on the issue:
https://github.com/apache/incubator-metron/pull/541
Currently, I'm using the SequenceMatcher to compile a matching expression
and then using a searcher to search in the byte array for that expression (code
is
[here](https://github.com/cestella/incubator-metron/blob/c50a50d230ae1d71a7a512fc199e26264b17ca60/metron-platform/metron-pcap/src/main/java/org/apache/metron/pcap/pattern/ByteArrayMatchingUtil.java)
). From what I can tell, this isn't using the NFA or DFA under the hood, is
that wrong?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---