mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-04 18:00:17 +00:00
Add WebDAV detection support (#2224)
* Add WebDAV detection support * Add pcap example * Update test results * Remove redundant checks * Add WebDAV related HTTP methods to fuzz/dictionary.dict * Add note about WebDAV
This commit is contained in:
parent
41aa2f96b6
commit
6fc8aa4e61
15 changed files with 119 additions and 18 deletions
|
|
@ -404,6 +404,7 @@ typedef enum {
|
|||
NDPI_PROTOCOL_UFTP = 373,
|
||||
NDPI_PROTOCOL_OPENFLOW = 374,
|
||||
NDPI_PROTOCOL_JSON_RPC = 375,
|
||||
NDPI_PROTOCOL_WEBDAV = 376,
|
||||
|
||||
#ifdef CUSTOM_NDPI_PROTOCOLS
|
||||
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue