diff options
author | Luca Deri <deri@ntop.org> | 2019-09-09 21:17:53 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-09-09 21:17:53 +0200 |
commit | c5fffce96cb538023d495161960812cf27558757 (patch) | |
tree | ec3a833a48e80f71df0f6a6d53527c34540ae408 /src/lib/protocols/ubntac2.c | |
parent | d457b07f9f182ff2c8fa7d22d9772f3ace4e53a1 (diff) |
Added IMO dissector
Fixed TLS/UDP detection
Reduced UBNT buffer for saving space
Diffstat (limited to 'src/lib/protocols/ubntac2.c')
-rw-r--r-- | src/lib/protocols/ubntac2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/ubntac2.c b/src/lib/protocols/ubntac2.c index cb6a02b6b..6fc004228 100644 --- a/src/lib/protocols/ubntac2.c +++ b/src/lib/protocols/ubntac2.c @@ -51,7 +51,7 @@ void ndpi_search_ubntac2(struct ndpi_detection_module_struct *ndpi_struct, struc if(found) { found += packet->payload[found+1] + 4; /* Skip model name */ - found++; /* Skip len*/ + found++; /* Skip len */ if(found < packet->payload_packet_len) { char version[256]; |