mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Ignore case when matching prefix in http analyzer
This commit is contained in:
parent
4f65b89edf
commit
40935c31b1
11 changed files with 98 additions and 18 deletions
|
@ -14,7 +14,7 @@ signature dpd_http_client {
|
|||
|
||||
signature dpd_http_server {
|
||||
ip-proto == tcp
|
||||
payload /^HTTP\/[0-9]/
|
||||
payload /^[hH][tT][tT][pP]\/[0-9]/
|
||||
tcp-state responder
|
||||
enable "http"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue