diff options
author | Luca Deri <deri@ntop.org> | 2023-06-14 23:44:57 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2023-06-14 23:44:57 +0200 |
commit | d0609ea601f6e0e9fac7cfe622d07e41f0129e89 (patch) | |
tree | 7c94c0dabb6d119ee37ee451a72f0791ec5ef93f /src/lib/ndpi_utils.c | |
parent | 66bee475ae1b1f4b1b4104555b7bb4d38c3e20b6 (diff) |
Implemented Zoom/Teams stream type detection
Diffstat (limited to 'src/lib/ndpi_utils.c')
-rw-r--r-- | src/lib/ndpi_utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ndpi_utils.c b/src/lib/ndpi_utils.c index 10328380c..8356c39b3 100644 --- a/src/lib/ndpi_utils.c +++ b/src/lib/ndpi_utils.c @@ -2995,3 +2995,4 @@ char* ndpi_intoav4(unsigned int addr, char* buf, u_int16_t bufLen) { return(cp); } + |