Actions
Bug #7495
openprotocol detection: probing parsers do not finish as soon as possible
Affected Versions:
Effort:
Difficulty:
Label:
Description
the check if (alproto_masks[0] == mask) {
fails if alproto_masks has checked and failed more protocols than expected in mask
Because mask
only relies on port when alproto_masks
may also contain a protocol from pe0
which is either the protocol found in the other direction or alproto_expect
Actions