Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed invalid category matching in HTTP | Luca Deri | 2019-11-23 |
| | | | | Fixed overlapping categories | ||
* | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2019-11-23 |
|\ | |||
| * | Memory fixes | Luca Deri | 2019-11-23 |
| | | |||
* | | Added new test pcaps | Luca Deri | 2019-11-23 |
|/ | | | | Renamed protocol 104 to IEC60870 (more meaningful) | ||
* | Added auth failed support with FTP | Luca Deri | 2019-11-21 |
| | |||
* | Implemented telnet password export | Luca Deri | 2019-11-21 |
| | |||
* | Fixed skype/soom false positives | Luca Deri | 2019-11-20 |
| | |||
* | Fixes crash when searching kerberos usernames | Simone Mainardi | 2019-11-19 |
| | | | | | | | | | Fixes (gdb) f 0 101 if(cname_str[cname_len-1] == '$') { (gdb) p cname_len $3 = 0 | ||
* | Removed (unreliable) line protocol detection | Luca Deri | 2019-11-18 |
| | |||
* | Minor fix | Luca Deri | 2019-11-17 |
| | |||
* | Kerberos dissection improvements | Luca Deri | 2019-11-17 |
| | |||
* | Fix possible crash due to unsigned int number wrapping | emanuele-f | 2019-11-11 |
| | |||
* | Telnet fix | Luca Deri | 2019-11-04 |
| | |||
* | Initial work towards HTTP content-type export | Luca | 2019-10-31 |
| | |||
* | Added zabbix dissector | Luca | 2019-10-29 |
| | |||
* | Added telnet dissector | Luca | 2019-10-29 |
| | | | | Improved data report | ||
* | Added ability to defien custom protocols | Luca Deri | 2019-10-29 |
| | |||
* | Added capwap support | Luca Deri | 2019-10-27 |
| | |||
* | Fixed some false positivies with skype and stun-based protocols | Luca Deri | 2019-10-27 |
| | |||
* | nDPI TLS improvements using the server certificate | Luca Deri | 2019-10-26 |
| | |||
* | Further SMB improvements | Luca Deri | 2019-10-25 |
| | |||
* | Ficed invalid SMBv1 detection | Luca Deri | 2019-10-25 |
| | |||
* | SSH dissection improvements | Luca Deri | 2019-10-25 |
| | |||
* | SMTP and SSH dissection fixes | Luca Deri | 2019-10-24 |
| | |||
* | Major cleanup | Luca Deri | 2019-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 SMTP | Luca Deri | 2019-10-22 |
| | |||
* | Silenced TLS warning | Luca Deri | 2019-10-21 |
| | |||
* | Reworked email metaata extraction | Luca Deri | 2019-10-21 |
| | |||
* | Added POP3 metadata extraction | Luca Deri | 2019-10-20 |
| | |||
* | Implemented IMAP data extraction | Luca Deri | 2019-10-20 |
| | |||
* | Implemented FTP user/pwd extraction | Luca Deri | 2019-10-20 |
| | |||
* | Added NetBIOS metadata export | Luca Deri | 2019-10-08 |
| | |||
* | Implemented Kerberos metadata extraction | Luca Deri | 2019-10-08 |
| | |||
* | Fix invalid memory accesses | emanuele-f | 2019-10-04 |
| | |||
* | Handle TCP DNS replies and add is_reply flag | emanuele-f | 2019-10-03 |
| | |||
* | Fix DNS reply dissection issues | emanuele-f | 2019-10-03 |
| | |||
* | Improved Viber protocol dissection | Luca Deri | 2019-10-02 |
| | | | | Added Hulu dissection | ||
* | Removed http:// from HTTP url | Luca Deri | 2019-10-01 |
| | | | | Reported URL in ndpiReader | ||
* | Reworked categories handling | Luca Deri | 2019-09-29 |
| | | | | | Removed GenericProtocol and replaced with categories Removed ndpi_pref_enable_category_substring_match option: substring matching is now default | ||
* | Merge pull request #778 from choyos/dev | Luca Deri | 2019-09-29 |
|\ | | | | | Added support for dissection of DNP3 and IEC104 protocols | ||
| * | Added support for industrial protocols DNP3, IEC 60780-5-104 | choyos | 2019-09-20 |
| | | |||
* | | Add Cisco anyconnect VPN signature. | Ravi Kerur | 2019-09-28 |
| | | | | | | | | Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com> | ||
* | | Improved category handlign in subprotocols | Luca Deri | 2019-09-27 |
| | | | | | | | | | | Further DNS dissection fixes Fixed WeChat invalid category | ||
* | | Fixed partial string matches | Luca Deri | 2019-09-27 |
| | | |||
* | | Added ndpi_extra_dissection_possible() API call | Luca Deri | 2019-09-26 |
| | | |||
* | | Fixed false positive with STUN detection | Luca Deri | 2019-09-26 |
| | | |||
* | | Added Zoom protocol support removing invalid STUN/Skype detections | Luca Deri | 2019-09-26 |
| | | |||
* | | Merge pull request #783 from ntop/ndpi_ps_vue | Luca Deri | 2019-09-26 |
|\ \ | | | | | | | Ndpi ps vue | ||
| * | | Modified logic and test pcap file included. | Ravi Kerur | 2019-09-25 |
| | | | | | | | | | | | | Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com> | ||
| * | | Initial PS_VUE support based on public IP. | Ravi Kerur | 2019-09-25 |
| | | | | | | | | | | | | Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com> |