]> git.ipfire.org Git - thirdparty/suricata.git/commit
Added new WebDAV http methods. 1445/head
authormaxtors <moe.andreas@gmail.com>
Fri, 17 Apr 2015 08:37:21 +0000 (10:37 +0200)
committermaxtors <moe.andreas@gmail.com>
Thu, 23 Apr 2015 11:04:27 +0000 (13:04 +0200)
commite7658fd4f474323df7451cb6dfb516342aa0ae48
tree986ec93bc4ebe33decb86ade9b4dfae96f332831
parent3b26b07963df9ae8e67a0257fe8c0af1112caffb
Added new WebDAV http methods.

Added more WebDAV functions. A complete list of what http
methods libhtp can handle can be found at:
https://github.com/OISF/libhtp/blob/0.5.x/htp/htp_core.h#L260.
So now the methods array reflects these available functions.

The comments have also been changed to reflect the desired style.
src/app-layer-htp.c