aboutsummaryrefslogtreecommitdiff
path: root/tests/pcap/http_on_sip_port.pcap
Commit message (Collapse)AuthorAge
* HTTP: fix classification (#1692)Ivan Nardi2022-07-30
If we have a valid HTTP sessions, we should ignore `flow->guessed_protocol_id` field (i.e. classification "by-port") altogheter. The attached trace was classified as "SIP/HTTP" only because the *client* port was 5060... As a general rule, having a classification such as "XXXX/HTTP" is *extremely* suspicious.