Actions
Optimization #5047
closedsip: implement pattern based protocol detection
Effort:
Difficulty:
Label:
Beginner
Description
SIP looks a lot like HTTP, so we can use HTTP like protocol detection to match SIP independent of port and fall back to the existing probing parser logic if that fails.
Updated by Victor Julien over 2 years ago
- Related to Feature #3351: sip: parse traffic over tcp added
Updated by Philippe Antoine over 1 year ago
I wonder if probing parser makes sense at all if we have pattern matching for protocol detection
Updated by Victor Julien over 1 year ago
Based on my SIP knowledge I think pattern only should be enough.
Updated by Philippe Antoine over 1 year ago
- Assignee set to OISF Dev
- Target version set to 8.0.0-beta1
Updated by Philippe Antoine 11 months ago
- Status changed from New to In Progress
Updated by Giuseppe Longo 6 months ago
- Status changed from In Progress to Closed
Merged with https://github.com/OISF/suricata/pull/10513
Actions