Actions
Optimization #5047
closed
VJ
OD
sip: implement pattern based protocol detection
Optimization #5047:
sip: 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.
VJ Updated by Victor Julien about 4 years ago
- Related to Feature #3351: sip: parse traffic over tcp added
PA Updated by Philippe Antoine almost 3 years ago
I wonder if probing parser makes sense at all if we have pattern matching for protocol detection
VJ Updated by Victor Julien almost 3 years ago
Based on my SIP knowledge I think pattern only should be enough.
PA Updated by Philippe Antoine almost 3 years ago
- Assignee set to OISF Dev
- Target version set to 8.0.0-beta1
PA Updated by Philippe Antoine over 2 years ago
- Label Beginner added
PA Updated by Philippe Antoine over 2 years ago
- Status changed from New to In Progress
GL Updated by Giuseppe Longo almost 2 years ago
- Status changed from In Progress to Closed
Merged with https://github.com/OISF/suricata/pull/10513
Actions