aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols
Commit message (Collapse)AuthorAge
...
* | Merge pull request #868 from disconnect3d/patch-1Luca Deri2020-04-15
|\ \ | | | | | | Fix off by one when checking for "GET / HTTP" string
| * | Fix off by one when checking for "GET / HTTP" stringDisconnect3d2020-04-13
| |/
* | Fix some debug messagesNardi Ivan2020-04-08
| |
* | kerberos: fix heap-overflow errorNardi Ivan2020-04-08
| |
* | s7comm: fix heap-overflow errorNardi Ivan2020-04-08
|/
* ssh: fixing unsigned overflow leading to heap overflowPhilippe Antoine2020-04-02
| | | | cf GHSL-2020-051
* ssh: adds systematic bounds checks in concat_hash_stringPhilippe Antoine2020-04-02
| | | | cf GHSL-2020-052
* openvpn: fix heap-overflow errorNardi Ivan2020-03-27
|
* telnet: fix another heap-overflow errorNardi Ivan2020-03-27
|
* telnet: fix heap-overflow errorNardi Ivan2020-03-27
| | | | | There is some boilerplate since I removed an if branch and I had to reindent the code
* kerberos: fix use-after-free errorNardi Ivan2020-03-27
| | | | | After leaving kerberos code, the original packet may be processed from other dissector (i.e. TLS)
* tls: fix heap-overflow errorNardi Ivan2020-03-27
|
* ssh: fix heap-overflow errorNardi Ivan2020-03-27
|
* quic: fix heap-overflow errorNardi Ivan2020-03-27
|
* h323: fix heap-overflow errorNardi Ivan2020-03-27
|
* soulseek: fix heap-overflow errorNardi Ivan2020-03-27
|
* ciscovpn: fix heap-overflow errorNardi Ivan2020-03-27
|
* Update s7comm.chavup2020-03-27
|
* Update s7comm.chavup2020-03-27
|
* Update s7comm.chavup2020-03-27
|
* Update s7comm.chavup2020-03-27
|
* Update s7comm.chavup2020-03-26
|
* Add files via uploadhavup2020-03-25
|
* Fixed invalid allocationLuca Deri2020-03-24
|
* tls_supported_versions only if version_str is initializedPhilippe Antoine2020-03-19
| | | | With version_len == (extension_len-1)
* Fix use of uninitialized value in TLSPhilippe Antoine2020-03-19
|
* Adds different checks against overflowsPhilippe Antoine2020-03-19
|
* Update for QUIC 046Luca Deri2020-03-17
|
* Fixes netbios overreadSimone Mainardi2020-03-12
| | | | | | This commit inherits from https://github.com/ntop/nDPI/commit/7a2bcd9c395f9fe554109e04add33e9e65564d82 but leaves ndpi_netbios_name_interpret as part of the API as it is used by ntopng
* Fixed API change which removed ndpi_netbios_name_interpretSimone Mainardi2020-03-12
| | | | This reverts commit 7a2bcd9c395f9fe554109e04add33e9e65564d82.
* Fix infinite loop in tlsPhilippe Antoine2020-03-12
|
* Fix buffer overread in yahooPhilippe Antoine2020-03-12
|
* Fix buffer overread in netbiosPhilippe Antoine2020-03-12
|
* Fix buffer over read in dnsPhilippe Antoine2020-03-12
|
* Fix snprintf return value check for tlsPhilippe Antoine2020-03-12
|
* Fix buffer overread in ndpi_search_setup_capwapPhilippe Antoine2020-03-12
|
* NetBIOS dissection improvementsLuca Deri2020-03-01
|
* Added SMBv1 over NetBIOS detectionLuca Deri2020-03-01
|
* Compilation fixLuca Deri2020-02-28
|
* Adds check before memcpy for bittorrentPhilippe Antoine2020-02-26
|
* Fix off by one in imapPhilippe Antoine2020-02-26
|
* Fixed swapped protocolLuca Deri2020-02-23
|
* Fix various buffer over readsPhilippe Antoine2020-02-18
|
* Fixed TLS client SNI dissectionLuca Deri2020-02-17
|
* Fix memory invalid access in SMTP and leaks in TLSemanuele-f2020-02-13
|
* Fix possible leakemanuele-f2020-02-13
|
* Fix invalid memory reademanuele-f2020-02-12
|
* Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca2020-02-10
|\
| * Allocation fix in kerberos dissectorLuca Deri2020-02-10
| |
* | Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca2020-02-10
|\|