aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols
Commit message (Collapse)AuthorAge
...
| * Fixed stack overflow caused by missing length checkToni Uhlig2020-06-18
| | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | Fixed API documentation: packet tiestamp is expressed in millisecondsLuca Deri2020-06-18
| |
* | Added checks for DGA detectionLuca Deri2020-06-17
|/
* Added DGA risk for names that look like a DGALuca Deri2020-06-11
|
* Win fixesLuca Deri2020-06-08
|
* Added check in TLS 1.2+ for reporting a risk when TLS is not used to carry HTTPSLuca Deri2020-06-08
|
* Added TLS bounadry checkLuca Deri2020-06-07
|
* Removed some obsolete protocols (battlefield, oscar, pcanywhere, tvants)Luca Deri2020-06-06
|
* removed obsolete yahoo pluginLuca Deri2020-06-06
|
* Merge pull request #913 from yskcg/fix_segment_fault_devLuca Deri2020-06-05
|\ | | | | Fix segment fault dev
| * Merge branch 'dev' of github.com:yskcg/nDPI into devysk2020-06-03
| |\
| | * nDpi#remove build warningsysk2020-05-21
| | |
| * | Merge branch 'dev' of github.com:yskcg/nDPI into devysk2020-05-20
| |\ \ | | |/ | |/|
| * | someip#fix when run across architectures such ARM ,may be occour sigbus ↵ysk2020-05-20
| | | | | | | | | | | | error(),Unhandled fault: alignment fault (0x92000021) at 0x00000000f67004aa
* | | Added boundary check in kerberos protocolLuca Deri2020-06-01
| | |
* | | 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
| | |
* | | Added offset check in kerberos dissectorLuca Deri2020-05-31
| | |
* | | Added extra TLS memory boundary checksLuca Deri2020-05-31
| | |
* | | HTTP dissector improvementsLuca Deri2020-05-30
| | |
* | | Minor cleanupLuca 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
| | |
* | | Added check for suspicious HTTP headersTommaso Macchioni2020-05-29
| | |
* | | Added support for Encrypted TLS SNI dissectionLuca Deri2020-05-28
| | | | | | | | | | | | https://datatracker.ietf.org/doc/draft-ietf-tls-sni-encryption/
* | | Added stub for checking HTTP headerLuca Deri2020-05-21
| | | | | | | | | | | | Updated Teams result
* | | Fixed valse positive whatsapp detectionLuca Deri2020-05-20
| | | | | | | | | | | | Cleaned Microsoft IP addresses list
* | | 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
|
* Added NDPI_TLS_CERTIFICATE_EXPIRED, NDPI_TLS_CERTIFICATE_MISMATCH, to ndpi_riskLuca Deri2020-05-15
|
* 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
|
* Set risk field instead of changing protocol when checking for dangerousloures2020-05-13
| | | | HTTP traffic
* Add check for HTTP transfer of executable filesloures2020-05-13
|
* Code cleanupLuca Deri2020-05-13
|
* Merge pull request #897 from catenacyber/fuzzoracleLuca Deri2020-05-12
|\ | | | | Adds bound check in oracle protocol
| * Adds bound check in oracle protocolPhilippe Antoine2020-05-10
| | | | | | | | | | Found by oss-fuzz https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=21780
* | Merge pull request #896 from IvanNardi/natsLuca Deri2020-05-12
|\ \ | | | | | | Fix NATS dissector
| * | Fix NATS dissectorNardi Ivan2020-05-09
| |/
* | Invalid TLS checkLuca Deri2020-05-12
| |
* | Added TLS weak cipher and obsolete protocol version detectionLuca Deri2020-05-10
| |
* | Added detection of self-signed TLS certificatesLuca Deri2020-05-10
| |