Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | nDPi now finally honours dissection of HTTP responses | Luca Deri | 2019-01-07 | |
| | ||||
* | Added Modbus over TCP dissector | Luca Deri | 2018-12-21 | |
| | ||||
* | Added Ookla cache | Luca Deri | 2018-12-17 | |
| | ||||
* | Fixed eDonkey false positives | Luca Deri | 2018-12-12 | |
| | ||||
* | 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 | |
| | ||||
* | Merge pull request #636 from 2miksyn/dev | Luca Deri | 2018-11-14 | |
|\ | | | | | Improve SSL detection, prevent false positive SSL detection | |||
| * | Improve SSL detection, prevent false positive SSL detection | Mikhail Smirnov | 2018-11-09 | |
| | | ||||
* | | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | kyrol | 2018-11-09 | |
|\ \ | ||||
| * | | Improved Skype detection | Luca Deri | 2018-11-09 | |
| |/ | ||||
| * | Implemented UPnP dissector | Luca Deri | 2018-11-07 | |
| | | ||||
| * | Improved SSL decoding | Luca Deri | 2018-11-03 | |
| | | ||||
* | | FIX missing Application Data pkt for TLS | kyrol | 2018-11-09 | |
|/ | ||||
* | Merge pull request #610 from eglooca/pr-nest-log-sink | Luca Deri | 2018-10-02 | |
|\ | | | | | New dissector: Nest Log Sink | |||
| * | Removed unused varaibles. | Darryl Sokoloski | 2018-09-19 | |
| | | | | | | | | Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca> | |||
| * | New dissector: Nest Log Sink | Darryl Sokoloski | 2018-09-19 | |
| | | | | | | | | | | | | This is a dissector for the Nest Log Sink protocol which is used by the Nest Protect (https://nest.com/ca/smoke-co-alarm/overview/). Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca> | |||
* | | Renamed files to avoid name clashes during compilation with other libs | Luca Deri | 2018-09-29 | |
|/ | ||||
* | Implementation of Bitcoin, Ethereum, ZCash, Monero dissectors all identified ↵ | Luca | 2018-09-18 | |
| | | | | | | as mining Implements #503 | |||
* | Addes support for SMBv1 traffic that has been split from SMBv23 | Luca Deri | 2018-09-17 | |
| | ||||
* | Fixed bug in spotify dissector (subnet /24 was matched as /22). | Daniele De Sensi | 2018-09-11 | |
| | | | | Slight performance improvements in spotify dissector (avoid doing ntohl and masking in each and all if conditions). | |||
* | Fixes #601 | Luca | 2018-09-11 | |
| | ||||
* | FIX: dropbox dissector. UPD: updated pcap file with new dropbox pkts | Campus | 2018-09-05 | |
| | ||||
* | Fix for #400 | Luca Deri | 2018-08-16 | |
| | ||||
* | Completed custom category implementation | Luca Deri | 2018-08-16 | |
| | ||||
* | Added new dissector for Memcached. | Darryl Sokoloski | 2018-08-15 | |
| | | | | Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca> | |||
* | Merge pull request #576 from eglooca/pr-ssdp-min-length | Luca Deri | 2018-07-25 | |
|\ | | | | | Adjust the SSDP dissector's minimum packet length | |||
| * | Decreased minimum packet payload length down to 19 from 100 for SSDP. | Darryl Sokoloski | 2018-07-20 | |
| | | | | | | | | The minimum packet payload length is: "NOTIFY * HTTP/1.1" + 0x0d + 0x0a (19 bytes). | |||
* | | Added checks for missing protocol initialization | Luca Deri | 2018-07-23 | |
| | | | | | | | | | | Fixed missing LOG_ERR initialization Fixed logging warnings | |||
* | | Major code cleanup | Luca | 2018-07-21 | |
|/ | | | | Converted some not popular protocols to NDPI_PROTOCOL_GENERIC with category detection | |||
* | Fixed name clash | Luca Deri | 2018-07-18 | |
| | ||||
* | Improved tor detection to limit false positives | Luca Deri | 2018-07-17 | |
| | ||||
* | Added missing include | Luca Deri | 2018-06-05 | |
| | ||||
* | Fix for https://github.com/ntop/nDPI/issues/572 | Luca Deri | 2018-05-28 | |
| | ||||
* | Update ssl.c | Daniele De Lorenzi | 2018-05-21 | |
| | | | Added support for SMTPS on port 587 | |||
* | Implemented Facebook Messenger (mobile) support | Luca Deri | 2018-05-18 | |
| | | | | Code cleanup | |||
* | Implemented FacebookZero protocol support | Luca Deri | 2018-05-18 | |
| | | | | | | https://code.facebook.com/posts/608854979307125/building-zero-protocol-for-fast-secure-mobile-connections/ Discontinued filetopia protocol | |||
* | fix spotify detection | Campus | 2018-05-17 | |
| | ||||
* | Added ndpi_set_detection_preferences() APi call | Luca Deri | 2018-05-14 | |
| | ||||
* | 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 | |||
* | SSH: increase client's maximum payload length from 100 to 500 | Alexander Gozman | 2018-05-04 | |
| | | | | | | | According to RFC4253, a client may send additional data right after its identification string (before receiving the server's identification string). For instance, PuTTY sends supported ciphers. This exceeds 100 bytes and nDPI fails to detect such SSH sessions. | |||
* | Replaces outdates socrates protocol with ntop | Luca Deri | 2018-04-24 | |
| | ||||
* | :bulb: Add Apache JServ Protocol Dissector | Leonn | 2018-04-22 | |
| | ||||
* | Add length check before several memcmps in msn.c [ASan detected]. | Yingpei Zeng | 2018-04-16 | |
| | ||||
* | Add length check before do memcmp to "x-steam-sid" in http.c | Yingpei Zeng | 2018-04-16 | |
| | ||||
* | Add length check before checking a Tor certificate name | Yingpei Zeng | 2018-04-16 | |
| |