aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols
Commit message (Collapse)AuthorAge
...
* Win fixesLuca Deri2019-12-14
|
* Fixed bug that prevented SMTP email to be dissectedLuca Deri2019-12-09
|
* Fixed invalid password report on telnetLuca Deri2019-12-09
|
* Code cleanupLuca Deri2019-12-09
|
* Code cleanupLuca Deri2019-12-09
|
* Code cleanupLuca Deri2019-12-09
|
* Code improvementsLuca Deri2019-12-09
|
* Improved memory management in the kerberos dissectorLuca Deri2019-12-08
|
* Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca Deri2019-12-08
|\
| * Additional memory bounds checksemanuele-f2019-12-04
| |
| * Fix reversed offset checkemanuele-f2019-12-04
| |
| * Fix invalid memory accessemanuele-f2019-12-04
| |
| * Fix invalid reads and add valgrind testemanuele-f2019-12-04
| |
* | Major kerberos reworkLuca Deri2019-12-08
|/
* Improved category detection with HTTPLuca Deri2019-12-01
|
* Improvements to stop dissection when the first protocol is detectedLuca Deri2019-11-28
| | | | | Used IP-based detection to compute the application protocol Improved application detection
* Added buffer overflow check in smpp dissectorLuca Deri2019-11-26
|
* Fixed buffer overflow in DNS dissectionLuca Deri2019-11-26
|
* Fixed buffer overflow in amazon video dissectorLuca Deri2019-11-26
|
* Fixed invalid category matching in HTTPLuca Deri2019-11-23
| | | | Fixed overlapping categories
* Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca Deri2019-11-23
|\
| * Memory fixesLuca Deri2019-11-23
| |
* | Added new test pcapsLuca Deri2019-11-23
|/ | | | Renamed protocol 104 to IEC60870 (more meaningful)
* Added auth failed support with FTPLuca Deri2019-11-21
|
* Implemented telnet password exportLuca Deri2019-11-21
|
* Fixed skype/soom false positivesLuca Deri2019-11-20
|
* Fixes crash when searching kerberos usernamesSimone Mainardi2019-11-19
| | | | | | | | | Fixes (gdb) f 0 101 if(cname_str[cname_len-1] == '$') { (gdb) p cname_len $3 = 0
* Removed (unreliable) line protocol detectionLuca Deri2019-11-18
|
* Minor fixLuca Deri2019-11-17
|
* Kerberos dissection improvementsLuca Deri2019-11-17
|
* Fix possible crash due to unsigned int number wrappingemanuele-f2019-11-11
|
* Telnet fixLuca Deri2019-11-04
|
* Initial work towards HTTP content-type exportLuca2019-10-31
|
* Added zabbix dissectorLuca2019-10-29
|
* Added telnet dissectorLuca2019-10-29
| | | | Improved data report
* Added ability to defien custom protocolsLuca Deri2019-10-29
|
* Added capwap supportLuca Deri2019-10-27
|
* Fixed some false positivies with skype and stun-based protocolsLuca Deri2019-10-27
|
* nDPI TLS improvements using the server certificateLuca Deri2019-10-26
|
* Further SMB improvementsLuca Deri2019-10-25
|
* Ficed invalid SMBv1 detectionLuca Deri2019-10-25
|
* SSH dissection improvementsLuca Deri2019-10-25
|
* SMTP and SSH dissection fixesLuca Deri2019-10-24
|
* Major cleanupLuca Deri2019-10-24
| | | | Removed ndpi_pref_http_dont_dissect_response and ndpi_pref_dns_dont_dissect_response as the ndpi_extra_dissection_possible() call will now handle everything
* Added extra processing for POP and SMTPLuca Deri2019-10-22
|
* Silenced TLS warningLuca Deri2019-10-21
|
* Reworked email metaata extractionLuca Deri2019-10-21
|
* Added POP3 metadata extractionLuca Deri2019-10-20
|
* Implemented IMAP data extractionLuca Deri2019-10-20
|
* Implemented FTP user/pwd extractionLuca Deri2019-10-20
|