aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | Added check for spotify payload lenghtLuca Deri2020-06-01
| | |
* | | Check to avoid allocating twice the esni memoryLuca Deri2020-06-01
| | |
* | | Reworked HTTP header processing workflowLuca Deri2020-06-01
| | |
* | | HTTP comparison optimizationLuca Deri2020-05-31
| | |
* | | Minor changesLuca Deri2020-05-31
| | |
* | | Reworked ndpi_strncasestrLuca Deri2020-05-31
| | |
* | | Added offset check in kerberos dissectorLuca Deri2020-05-31
| | |
* | | Added extra TLS memory boundary checksLuca Deri2020-05-31
| | |
* | | Added check to avoid producing alerts for known protocol on unknown port ↵Luca Deri2020-05-30
| | | | | | | | | | | | when using TLS
* | | HTTP dissector improvementsLuca Deri2020-05-30
| | |
* | | Minor cleanupLuca Deri2020-05-29
| | |
* | | Added check for heap buffer overflow readLuca Deri2020-05-29
| | |
* | | Fixes for https://github.com/ntop/nDPI/pull/911Luca Deri2020-05-29
| | | | | | | | | | | | Added code for dumping invalid HTTP header
* | | Added references to ESNILuca Deri2020-05-29
| | |
* | | Merge pull request #911 from tmacchioni/devLuca Deri2020-05-29
|\ \ \ | | | | | | | | Added check for suspicious HTTP headers
| * | | Added check for suspicious HTTP headersTommaso Macchioni2020-05-29
|/ / /
* | | Refreshed test pcapLuca Deri2020-05-28
| | |
* | | Added support for Encrypted TLS SNI dissectionLuca Deri2020-05-28
| | | | | | | | | | | | https://datatracker.ietf.org/doc/draft-ietf-tls-sni-encryption/
* | | Added ndpi_serialize_risk() API functionLuca Deri2020-05-27
| | |
* | | Result updateLuca Deri2020-05-27
| | |
* | | Added pcap with encrypted SNILuca Deri2020-05-27
| | | | | | | | | | | | | | | - https://blog.cloudflare.com/encrypted-sni/ - https://www.inmotionhosting.com/support/website/security/dns-over-https-encrypted-sni-in-firefox/
* | | Extended the cache for services that need to be reconciled such as Microsoft ↵Luca Deri2020-05-27
| | | | | | | | | | | | | | | | | | Teams Added JSON-formatted Microsoft list of IP/services
* | | Add ndpi_serialize_start_of_list/ndpi_serialize_end_of_list to serialize ↵Alfredo Cardigliano2020-05-25
| | | | | | | | | | | | simple lists in JSON
* | | Added ndpi_serialize_risk() to the nDPI APILuca Deri2020-05-24
| | |
* | | Added flow risk serilizationLuca Deri2020-05-24
| | |
* | | Update APIs and structures.aouinizied2020-05-22
| | |
* | | Added memory boundary checksLuca Deri2020-05-22
| | |
* | | Added stub for checking HTTP headerLuca Deri2020-05-21
| | | | | | | | | | | | Updated Teams result
* | | MS Teams uses as underlying protocol for voice/video. This commit adds the ↵Luca Deri2020-05-21
| | | | | | | | | | | | | | | | | | ability to mark as MS Teams all Skype traffic made by a host with active MS Teams flows
* | | Fixed valse positive whatsapp detectionLuca Deri2020-05-20
| | | | | | | | | | | | Cleaned Microsoft IP addresses list
* | | Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca Deri2020-05-20
|\ \ \
| * \ \ Merge pull request #905 from lnslbrty/devLuca Deri2020-05-20
| |\ \ \ | | |_|/ | |/| | Fixed docstring typos for ndpi_finalize_initalization
| | * | Fixed docstring typos for ndpi_finalize_initalizationToni Uhlig2020-05-17
| | |/ | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | / Removed bittorrent false positive detectionLuca Deri2020-05-20
|/ /
* / Added fix to avoid potential heap buffer overflow in H.323 dissectorLuca Deri2020-05-19
|/ | | | Modified HTTP report information to make it closer to the HTTP field names
* Added check for invalid HTTP URLsLuca Deri2020-05-16
|
* Added check for binary scriptsLuca Deri2020-05-15
| | | | | Added NDPI_HTTP_NUMERIC_IP_HOST risk ndpi_risk moved to 32 bit
* Fix for potential heap-buffer-overflow in ndpi_search_openvpnLuca Deri2020-05-15
|
* Added NDPI_HTTP_SUSPICIOUS_USER_AGENT ndpi_riskLuca Deri2020-05-15
|
* Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca Deri2020-05-15
|\
| * Added link to nfstreamLuca Deri2020-05-15
| |
* | Added NDPI_TLS_CERTIFICATE_EXPIRED, NDPI_TLS_CERTIFICATE_MISMATCH, to ndpi_riskLuca Deri2020-05-15
|/
* Gotomeeting address range fixLuca Deri2020-05-15
|
* Improvements on GotoMeetingLuca Deri2020-05-15
| | | | Added pcap for testing malware
* Merge pull request #903 from Loures/devLuca Deri2020-05-14
|\ | | | | Extend packet struct with Content-Disposition HTTP header field
| * Extend filetype matching for Content-Disposition headerloures2020-05-14
| |
| * Extend packet struct with Content-Disposition HTTP header fieldloures2020-05-14
|/ | | | and improve HTTP binary transfer mime type check
* Code clenup for PR #902Luca Deri2020-05-14
|
* Merge pull request #902 from Loures/devLuca Deri2020-05-14
|\ | | | | Add check for HTTP transfer of executable files
| * Set risk field instead of changing protocol when checking for dangerousloures2020-05-13
| | | | | | | | HTTP traffic