Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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> | |||
| * | | Initial Zoom detection based on IP and ports. | Ravi Kerur | 2019-09-25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Following IP and ports are reported by Zoom support to open up in firewall. https://support.zoom.us/hc/en-us/articles/201362683-Network-Firewall-or-Proxy-Server-Settings-for-Zoom Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com> | |||
* | | | Restructure DNS search code | emanuele-f | 2019-09-26 | |
| | | | ||||
* | | | Improved packet datastructure cleanup after packet processing | Luca Deri | 2019-09-25 | |
|/ / | | | | | | | | | Cleaned up code of steam dissector Added steam test pcap | |||
* | | Changed the packets handling with STUN msg_type > 0x000C and other fixes. | marco-testa | 2019-09-24 | |
| | | | | | | Eliminated double call to the ndpi_int_stun_add_connection function. | |||
* | | Rewritten qq dissector | Luca Deri | 2019-09-23 | |
| | | ||||
* | | Adedd DTLS check in STUN | Luca Deri | 2019-09-21 | |
| | | | | | | | | Uodated (C) | |||
* | | STUN protocol dissector code cleanup | Luca | 2019-09-20 | |
| | | ||||
* | | Unified WhatsApp Video and Audio under WhatsAppCall | Luca | 2019-09-20 | |
|/ | ||||
* | Improved STUN-based protocol heuristic both in terms of accuracy and packets ↵ | Luca | 2019-09-20 | |
| | | | | necessary for the detection | |||
* | Fixed JA3C compuration wtih SSL (no TLS) traffic | Luca Deri | 2019-09-19 | |
| |