Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Various optimizations to reduce not-necessary calls | Luca Deri | 2020-09-24 | |
| | | | | | Optimized various UDP dissectors Removed dead protocols such as pando and pplive | |||
* | Minor change for alignment issue | Luca Deri | 2020-09-21 | |
| | ||||
* | Added (optional) notifier for LRU add | Luca Deri | 2020-08-31 | |
| | ||||
* | Fixed valse positive whatsapp detection | Luca Deri | 2020-05-20 | |
| | | | | Cleaned Microsoft IP addresses list | |||
* | Updated (C) | Luca Deri | 2020-01-05 | |
| | ||||
* | Fix read buffer overflow in stun | Philippe Antoine | 2019-12-18 | |
| | ||||
* | Code cleanup | Luca Deri | 2019-12-09 | |
| | ||||
* | 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 | |
| | ||||
* | 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 | |
| | ||||
* | 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. | |||
* | 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 | |||
* | Improved STUN caching | Luca Deri | 2019-09-18 | |
| | ||||
* | New instagram testing set | Luca Deri | 2019-09-18 | |
| | ||||
* | Various STUN improvements | Luca Deri | 2019-09-17 | |
| | ||||
* | Added STUN check to avoid false positives | Luca Deri | 2019-09-11 | |
| | | | | | Added fingerprint comments in SSH/TLS Added netflow test pcap | |||
* | Skype STUN enhancements | Luca | 2019-09-06 | |
| | ||||
* | Enhanced Signal detection | Luca | 2019-09-05 | |
| | ||||
* | Enhanced STUN cache | Luca | 2019-09-05 | |
| | ||||
* | Implemented STUN cache to enhance matching of STUN-based protocols | Luca | 2019-08-12 | |
| | ||||
* | Improved google duo detection | Luca | 2019-08-12 | |
| | ||||
* | Various TLS/STUN improvememnts | Luca | 2019-08-08 | |
| | ||||
* | Reworked SSL/TLS field naming | Luca | 2019-08-08 | |
| | ||||
* | Implemented DTLS support | Luca | 2019-08-08 | |
| | | | | Renamed ssl to tls | |||
* | Better messenger traffic guess | Luca Deri | 2019-07-25 | |
| | ||||
* | Added -e option to ndpiReader for searchign human readeable strings lenght | Luca Deri | 2019-07-24 | |
| | | | | Default human readeable strings lenght is not 5 chars (used to be 8) | |||
* | Updated results with new dissection | Luca Deri | 2019-07-24 | |
| | ||||
* | Merged Google Hangout and Duo as they are pretty similar from the network ↵ | Luca Deri | 2019-07-22 | |
| | | | | standpoint and from the features they implement | |||
* | Improved WhatsApp detection | Luca Deri | 2019-07-22 | |
| | ||||
* | STUN, Hangout, Duo dissection improvements | Luca Deri | 2019-07-21 | |
| | ||||
* | Added support for Google Duo | Luca Deri | 2019-07-19 | |
| | ||||
* | Improved Facebook messnger mobile detection | Luca Deri | 2019-07-18 | |
| | ||||
* | Added Line protocol dissection | Luca Deri | 2019-07-15 | |
| | | | | Add fix for discarding STUN over TCP flows | |||
* | Solve remaining warnings | Stuart Reilly | 2019-07-12 | |
| | ||||
* | Improved whatsapp dissection | Luca Deri | 2019-07-11 | |
| | ||||
* | Removed debug message | Luca Deri | 2019-06-25 | |
| | ||||
* | WhatsApp improvements for video/audio detection | Luca Deri | 2019-06-25 | |
| | ||||
* | Further WhatsApp improvements | Luca Deri | 2019-06-21 | |
| | ||||
* | Added WhatsApp Video | Luca Deri | 2019-06-20 | |
| | ||||
* | WhatsApp improvements | Luca Deri | 2019-06-20 | |
| | ||||
* | Added the concept of protocols that can have subprotocols. Example Spotify ↵ | Luca | 2018-11-30 | |
| | | | | | | cannot have subprotocols, DNS can (DNS.Spotify) Merged Skype call in/out in Skype Call | |||
* | Improved Skype detection | Luca Deri | 2018-11-09 | |
| | ||||
* | Major code cleanup | Luca | 2018-07-21 | |
| | | | | Converted some not popular protocols to NDPI_PROTOCOL_GENERIC with category detection | |||
* | Fix for https://github.com/ntop/nDPI/issues/572 | Luca Deri | 2018-05-28 | |
| | ||||
* | Skype CallIn/CallOut are not set as | Luca Deri | 2018-05-14 | |
| | | | | | Skype.SkypeCallOut Skype.SkypeCallIn | |||
* | Added ndpi_fill_protocol_category call | Luca Deri | 2018-05-11 | |
| | | | | Introduced intitial Skype in/out support |