Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Added boundary check | Luca Deri | 2020-10-27 |
| | |||
* | Improve skype detection (#1039) | Igor Duarte | 2020-10-27 |
| | | | | | | | * Add new skype pcap PCAP extracted from SkypeIRC.cap (available in https://wiki.wireshark.org/SampleCaptures?action=AttachFile&do=get&target=SkypeIRC.cap) * Improve skype detection | ||
* | Fixed false positive detection for Skype.SkypeCall (affects at least Cisco ↵ | Toni Uhlig | 2020-09-02 |
| | | | | | | HSRP and RADIUS). Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Updated (C) | Luca Deri | 2020-01-05 |
| | |||
* | Fixed skype/soom false positives | Luca Deri | 2019-11-20 |
| | |||
* | Added capwap support | Luca Deri | 2019-10-27 |
| | |||
* | Fixed some false positivies with skype and stun-based protocols | Luca Deri | 2019-10-27 |
| | |||
* | Added Zoom protocol support removing invalid STUN/Skype detections | Luca Deri | 2019-09-26 |
| | |||
* | Adedd DTLS check in STUN | Luca Deri | 2019-09-21 |
| | | | | Uodated (C) | ||
* | TLS cerficate hash calculation | Luca Deri | 2019-09-14 |
| | |||
* | Dissection improvements | Luca Deri | 2019-06-27 |
| | |||
* | 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 heuristics | Luca | 2018-11-29 |
| | | | | Used the host guessed protocol if upper protocol has not been detected | ||
* | Improved skype, teredo, netbios heuristics | Luca Deri | 2018-11-21 |
| | | | | Changed ndpi_detection_giveup() API: guess is now part of the call | ||
* | Improved WeChat support | Luca Deri | 2018-11-19 |
| | | | | | Removed Musical.ly protocol as the service has been merged with another one and thus it is no longer used Improved guess for UDP protocols | ||
* | commented out debug print | Alfredo Cardigliano | 2018-11-16 |
| | |||
* | Improved skype heuristic | Luca Deri | 2018-11-15 |
| | |||
* | Major code cleanup | Luca | 2018-07-21 |
| | | | | Converted some not popular protocols to NDPI_PROTOCOL_GENERIC with category detection | ||
* | Refactoring the debugging output. | Vitaly Lavrov | 2017-10-26 |
| | | | | | | | | | | | | | | levels of debug output: 0 - ERROR: Only for errors. 1 - TRACE: Start of each packets and if found protocol. 2 - DEBUG: Start of searching each protocol and excluding protocols. 3 - DEBUG_EXTRA: For all other messages. Added field ndpi_struct->debug_logging for enable debug output of each protocols. Simple macros for debugging output are added: NDPI_LOG_ERR(), NDPI_LOG_INFO(), NDPI_LOG_DBG(), NDPI_LOG_DBG2(), NDPI_EXCLUDE_PROTO() | ||
* | Fixed TINC bug (cache usage) | Luca Deri | 2017-07-27 |
| | | | | | | Merged MS Lync with Skype (Microsoft renamed MS Lync in Skype for Business) Renumbered Nintendo protocols in former MS Lync that was no longer used Fix for #425 | ||
* | change behaviour for https://github.com/ntop/nDPI/issues/344 - fix skype ↵ | Campus | 2017-03-15 |
| | | | | detection deleting parts that detect host name and ip addr (duplicate behaviour) - improved any detection after fix - added skype host name | ||
* | improved skype detection | Campus | 2017-02-16 |
| | |||
* | Fix for #86 | Luca Deri | 2015-10-26 |
| | |||
* | Fixes #83. Critical fix: due to an invalid endianess conversion some ↵ | Luca Deri | 2015-08-26 |
| | | | | protocol were not properly indetified | ||
* | Cleaned up starcraft protocol code | Luca Deri | 2015-07-21 |
| | | | | Fixed false-positive in Skype dissector | ||
* | Reworked protocol initialization. Work in progress (more cleanup is needed) | Luca | 2015-07-08 |
| | |||
* | Added support for Snapchat | Luca | 2015-07-05 |
| | | | | Reworked code to better handle host-based protocols | ||
* | Reworked skype code | Luca | 2015-07-01 |
| | |||
* | Split former protocol into upper and lower protocol | Luca | 2015-07-01 |
| | |||
* | Removed commented code | Luca | 2015-07-01 |
| | | | | Renamed ndpi_int_add_connection() with ndpi_set_detected_protocol() | ||
* | deleted protocol type (real-correlated) | Michele Campus | 2015-06-29 |
| | |||
* | Initial import from SVN | Luca Deri | 2015-04-19 |