diff options
author | Luca <deri@ntop.org> | 2019-08-07 20:00:59 +0200 |
---|---|---|
committer | Luca <deri@ntop.org> | 2019-08-07 20:00:59 +0200 |
commit | 800deb3f54c62cb80693ccff0dfec1e6525d7173 (patch) | |
tree | c92a2dc2b903ae27ac29dc986f0c3b4a7d396724 /src | |
parent | 49f5beab84593eaca08f61d88b69f9dc17936cb9 (diff) | |
parent | a6fe581d48a246044ed838c89be008e07ba794f9 (diff) |
Merge branch 'dev' of https://github.com/ntop/nDPI into dev
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/ndpi_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 6dc19d743..c59201c9a 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -846,7 +846,7 @@ static void ndpi_init_protocol_defaults(struct ndpi_detection_module_struct *ndp no_master, "XDMCP", NDPI_PROTOCOL_CATEGORY_REMOTE_ACCESS, ndpi_build_default_ports(ports_a, 177, 0, 0, 0, 0) /* TCP */, ndpi_build_default_ports(ports_b, 177, 0, 0, 0, 0) /* UDP */); - ndpi_set_proto_defaults(ndpi_mod, NDPI_PROTOCOL_ACCEPTABLE, NDPI_PROTOCOL_SMBV1, + ndpi_set_proto_defaults(ndpi_mod, NDPI_PROTOCOL_POTENTIALLY_DANGEROUS, NDPI_PROTOCOL_SMBV1, 0 /* can_have_a_subprotocol */, no_master, no_master, "SMBv1", NDPI_PROTOCOL_CATEGORY_SYSTEM_OS, ndpi_build_default_ports(ports_a, 0, 0, 0, 0, 0) /* TCP */, |