diff options
author | Luca Deri <deri@ntop.org> | 2019-11-28 23:20:40 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-11-28 23:20:40 +0100 |
commit | 7da7ae622b2b77ea573319b1485018e8df6fdd6b (patch) | |
tree | 839961b097c0c2e79eb60e877f13fd5519daee30 /src/lib/protocols/ntp.c | |
parent | d328c3bccc55d0c0171a3c227a23b8e4e663819d (diff) |
Improvements to stop dissection when the first protocol is detected
Used IP-based detection to compute the application protocol
Improved application detection
Diffstat (limited to 'src/lib/protocols/ntp.c')
-rw-r--r-- | src/lib/protocols/ntp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/ntp.c b/src/lib/protocols/ntp.c index a03ed3b43..126dadc4c 100644 --- a/src/lib/protocols/ntp.c +++ b/src/lib/protocols/ntp.c @@ -58,8 +58,8 @@ void ndpi_search_ntp_udp(struct ndpi_detection_module_struct *ndpi_struct, struc return; } } - NDPI_EXCLUDE_PROTO(ndpi_struct, flow); + NDPI_EXCLUDE_PROTO(ndpi_struct, flow); } |