diff options
author | Luca Deri <deri@ntop.org> | 2018-11-07 22:43:33 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2018-11-07 22:43:33 +0100 |
commit | e240bbd4a4dfa34bd166ed5e9ae19a060ae42981 (patch) | |
tree | f74c3144e064bd63ad886b4c68ac51d69c7d574f /src/lib/ndpi_main.c | |
parent | f7e7ef2f30620e604b3ecaeec1c166ad36da59a9 (diff) |
Implemented UPnP dissector
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 519d6a1ad..7dd8777ec 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -3170,6 +3170,9 @@ void ndpi_set_protocol_detection_bitmask2(struct ndpi_detection_module_struct *n /* REDIS */ init_redis_dissector(ndpi_struct, &a, detection_bitmask); + /* UPnP */ + init_upnp_dissector(ndpi_struct, &a, detection_bitmask); + /* VHUA */ init_vhua_dissector(ndpi_struct, &a, detection_bitmask); |