aboutsummaryrefslogtreecommitdiff
path: root/tests/pcap/ocsp.pcapng
Commit message (Collapse)AuthorAge
* Add detection of OCSP (#1370)Ivan Nardi2021-11-11
This protocol is detected via HTTP Content-Type header. Until 89d548f9, nDPI had a dedicated automa (`content_automa`) to classify a HTTP flow according to this header. Since then, this automa has been useless because it is always empty. Re-enable it to match only a string seems overkilling. Remove all `content_automa` leftovers.