From eb744fd329a2147f94b0cd5d8b2e677fbdaa286a Mon Sep 17 00:00:00 2001 From: Robin Sommer Date: Thu, 13 Feb 2014 12:45:51 -0800 Subject: [PATCH] Revert "Expanding the HTTP methods used in the signature to detect HTTP traffic." This reverts commit 506b26e5ff137f61e087292c0b62453086f5fca9. The corresponding patch adding HTTP CONNECT support doesn't work yet so backing this out until we get that in shape. --- scripts/base/protocols/http/dpd.sig | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scripts/base/protocols/http/dpd.sig b/scripts/base/protocols/http/dpd.sig index 3e264f0bb3..13470f4e95 100644 --- a/scripts/base/protocols/http/dpd.sig +++ b/scripts/base/protocols/http/dpd.sig @@ -1,8 +1,6 @@ -# List of HTTP headers pulled from: -# http://annevankesteren.nl/2007/10/http-methods signature dpd_http_client { ip-proto == tcp - payload /^[[:space:]]*(OPTIONS|GET|HEAD|POST|PUT|DELETE|TRACE|CONNECT|PROPFIND|PROPPATCH|MKCOL|COPY|MOVE|LOCK|UNLOCK|VERSION-CONTROL|REPORT|CHECKOUT|CHECKIN|UNCHECKOUT|MKWORKSPACE|UPDATE|LABEL|MERGE|BASELINE-CONTROL|MKACTIVITY|ORDERPATCH|ACL|PATCH|SEARCH|BCOPY|BDELETE|BMOVE|BPROPFIND|BPROPPATCH|NOTIFY|POLL|SUBSCRIBE|UNSUBSCRIBE|X-MS-ENUMATTS|RPC_OUT_DATA|RPC_IN_DATA)[[:space:]]*/ + payload /^[[:space:]]*(GET|HEAD|POST)[[:space:]]*/ tcp-state originator } @@ -13,5 +11,3 @@ signature dpd_http_server { requires-reverse-signature dpd_http_client enable "http" } - -