Actions
Bug #1162
closedproto-detect: make sure probing parsers for all registered ports are run
Affected Versions:
Effort:
Difficulty:
Label:
Description
If we register protocols:
protoA: udp: detection-ports: dp: 53 protoB: udp: detection-ports: sp: 1234
We need to inspect both when our flow has ports 1234 > 53. Currently we would only inspect the parser registered at 53 (protoA), as we look up parser for f>dp first.
Updated by Victor Julien over 10 years ago
- Status changed from New to Assigned
- Assignee set to Victor Julien
- Target version changed from 3.0RC2 to 2.0.1rc1
Updated by Victor Julien over 10 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Actions