Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Improvemnts in SSL certificate detection | Luca Deri | 2019-06-30 |
| | |||
* | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2019-06-29 |
|\ | |||
| * | ntohl Portability fixes | Luca Deri | 2019-06-29 |
| | | |||
* | | Initial implementation of datasaver protocol support | Luca Deri | 2019-06-29 |
|/ | |||
* | Dissection improvements | Luca Deri | 2019-06-27 |
| | |||
* | Removed debug message | Luca Deri | 2019-06-25 |
| | |||
* | WhatsApp improvements for video/audio detection | Luca Deri | 2019-06-25 |
| | |||
* | Merge pull request #723 from lance-wyvern/dev | Luca Deri | 2019-06-22 |
|\ | | | | | OICQ protocol version:0x371b | ||
| * | new QQ version:0x3823 | zhenxian.wang | 2019-06-19 |
| | | |||
| * | new QQ version | zhenxian.wang | 2019-06-18 |
| | | |||
* | | Merge pull request #717 from weiyanhua100/dev | Luca Deri | 2019-06-22 |
|\ \ | | | | | | | add null process for malloc. | ||
| * | | add null process for malloc. | weiyanhua | 2019-06-13 |
| | | | |||
* | | | Merge pull request #724 from themadprofessor/fix_dhcp_tests | Luca Deri | 2019-06-22 |
|\ \ \ | | | | | | | | | Fix tests broken by new DHCP fingerprinting | ||
| * | | | Add dhcp fingerprints to expected results | Stuart Reilly | 2019-06-19 |
| | | | | |||
* | | | | Further WhatsApp improvements | Luca Deri | 2019-06-21 |
| | | | | |||
* | | | | Better UDP flow handling | Luca Deri | 2019-06-21 |
| | | | | |||
* | | | | Cleanup | Luca Deri | 2019-06-21 |
| | | | | |||
* | | | | Improved OpenVPN support for UDP-based VPNs | Luca Deri | 2019-06-21 |
| | | | | |||
* | | | | Added WhatsApp Video | Luca Deri | 2019-06-20 |
| | | | | |||
* | | | | WhatsApp improvements | Luca Deri | 2019-06-20 |
| | | | | |||
* | | | | JSON-C fix | Luca Deri | 2019-06-20 |
| | | | | |||
* | | | | Fixed invalid false positive | Luca Deri | 2019-06-20 |
|/ / / | |||
* | | | DHCP fingerprint is now in human readeable format | Luca | 2019-06-18 |
| | | | |||
* | | | Added DHCP fingerpring handling | Luca | 2019-06-18 |
| |/ |/| | |||
* | | SSL cipher improvements | Luca Deri | 2019-06-16 |
| | | |||
* | | Reworked SSL cipher handling | Luca Deri | 2019-06-16 |
| | | |||
* | | Added SSL cipher print | Luca Deri | 2019-06-16 |
|/ | |||
* | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2019-06-05 |
|\ | |||
| * | Added missing antimalware category | lucaderi | 2019-06-03 |
| | | |||
| * | Adds CUSTOM_CATEGORY_ANTIMALWARE category referenced by #710. | Luca Deri | 2019-06-03 |
| | | |||
| * | Merge pull request #691 from pallas/fix-double-strdup | Luca Deri | 2019-06-03 |
| |\ | | | | | | | Fix double-strdup memory leak in ndpi_handle_rule | ||
| | * | Fix double-strdup memory leak in ndpi_handle_rule | Derrick Lyndon Pallas | 2019-04-05 |
| | | | | | | | | | | | | | | | proto is being strdup'd both in the call to ndpi_set_proto_defaults and inside of that function as well, leaking the memory. | ||
| * | | Merge pull request #711 from dfranusic/dev | Luca Deri | 2019-06-03 |
| |\ \ | | | | | | | | | Added PUBLISH/SUBSCRIBE/MESSAGE methods to SIP | ||
| | * \ | Merge remote-tracking branch 'upstream/dev' into dev | Damir Franusic | 2019-05-31 |
| | |\ \ | | |/ / | |/| | | |||
| | * | | SIP Message extension | Damir Franusic | 2019-05-31 |
| | | | | | | | | | | | | | | | | * RFC 3248 | ||
| | * | | Added PUBLISH/SUBSCRIBE methods to SIP | Damir Franusic | 2019-05-29 |
| | | | | |||
* | | | | Added fix for discarding core protocols as subprotocols | Luca Deri | 2019-06-05 |
|/ / / | |||
* | | | Updated results with the new SSL dissection | Luca Deri | 2019-05-30 |
| | | | | | | | | | | | | Added RDP dissector | ||
* | | | Warning fix | Luca | 2019-05-29 |
|/ / | |||
* | | Fixed MySQL dissector | Luca Deri | 2019-05-28 |
| | | | | | | | | | | SSL dissector now reports the protocol version Fixed bug in ndpiReader that ivalidates in some cases the protocl dissection and used to slow down the dissection | ||
* | | Added ndpi_is_safe_ssl_cipher(0 call | Luca Deri | 2019-05-23 |
| | | |||
* | | Disabled debug | Luca Deri | 2019-05-22 |
| | | |||
* | | Update SSL server ciphers | Luca Deri | 2019-05-22 |
| | | |||
* | | SSL certificate analysis improvement | Luca Deri | 2019-05-20 |
| | | |||
* | | Added missing definitions | Luca Deri | 2019-05-20 |
| | | |||
* | | Implements #705 | Luca Deri | 2019-05-20 |
| | | |||
* | | Removed debug code | Luca Deri | 2019-05-20 |
| | | |||
* | | Fixed JA3 decoding | Luca Deri | 2019-05-20 |
| | | | | | | | | Made ndpi_process_extra_packet() optional | ||
* | | Merge pull request #704 from TelecomsSansFrontieres/dev | Luca Deri | 2019-05-18 |
|\ \ | | | | | | | Adding 2 missing Whatsapp IPs | ||
| * | | Adding 2 missing Whatsapp IPs | Clément BRUGUERA | 2019-05-13 |
| | | |