aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols
Commit message (Collapse)AuthorAge
* Fixed false positive mining detectionLuca2019-03-01
|
* Improved MDNS dissectionLuca Deri2019-02-24
|
* Fix invalid TCP DNS dissectionemanuele-f2019-02-19
|
* Aligned DNS to HTTP dissectionLuca Deri2019-02-07
|
* Improved HTTP response code handlingLuca Deri2019-01-23
|
* Merge pull request #659 from cavedon/direction-endiannessLuca Deri2019-01-20
|\ | | | | Compute packet_direction consistently independently from endianness
| * QUIC: convert little endian offsets to host endiannessLudovico Cavedon2019-01-15
| | | | | | | | | | | | | | Offset in the QUIC protocol are little endian. Reading them as uint32_t works on little endian architectures, but breaks on big endian ones. This change applies the proper conversion and fixes running the http_ipv6 and quic tests on big endian architectures.
* | Removed debug codeLuca Deri2019-01-17
| |
* | Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca Deri2019-01-17
|\ \
| * | Warnign fixesLuca Deri2019-01-17
| | | | | | | | | | | | Updated test results
* | | Removed this party LRU and replaced with home grownLuca Deri2019-01-17
|/ /
* / Disabled ookla statistics: needs to be improvedLuca Deri2019-01-16
|/
* Fixes ookla lru cache use with IPv6Simone Mainardi2019-01-15
|
* Fix for IPv6 HTTP trafficLuca Deri2019-01-14
|
* Merge pull request #654 from u-devel/patch-1Luca Deri2019-01-13
|\ | | | | Update radius.c to RFC2865
| * Update radius.c to RFC2865u-devel2019-01-12
| | | | | | According to RFC2865 code can have value up to 13, also payload length ranges should be applied.
* | FIX H.323 broken detectionu-devel2019-01-13
|/ | | | | | TPKT header length field can have value more then 255, and in fact in all of the cases I've met it is more then 255. Thus checking real H.323 packet like this: (packet->payload[2] == 0x00) stop detecting H.323 conversation at all.
* nDPi now finally honours dissection of HTTP responsesLuca Deri2019-01-07
|
* Added Modbus over TCP dissectorLuca Deri2018-12-21
|
* Added Ookla cacheLuca Deri2018-12-17
|
* Fixed eDonkey false positivesLuca Deri2018-12-12
|
* Added the concept of protocols that can have subprotocols. Example Spotify ↵Luca2018-11-30
| | | | | | cannot have subprotocols, DNS can (DNS.Spotify) Merged Skype call in/out in Skype Call
* Improved heuristicsLuca2018-11-29
| | | | Used the host guessed protocol if upper protocol has not been detected
* Improved skype, teredo, netbios heuristicsLuca Deri2018-11-21
| | | | Changed ndpi_detection_giveup() API: guess is now part of the call
* Improved WeChat supportLuca Deri2018-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 printAlfredo Cardigliano2018-11-16
|
* Improved skype heuristicLuca Deri2018-11-15
|
* Merge pull request #636 from 2miksyn/devLuca Deri2018-11-14
|\ | | | | Improve SSL detection, prevent false positive SSL detection
| * Improve SSL detection, prevent false positive SSL detectionMikhail Smirnov2018-11-09
| |
* | Merge branch 'dev' of https://github.com/ntop/nDPI into devkyrol2018-11-09
|\ \
| * | Improved Skype detectionLuca Deri2018-11-09
| |/
| * Implemented UPnP dissectorLuca Deri2018-11-07
| |
| * Improved SSL decodingLuca Deri2018-11-03
| |
* | FIX missing Application Data pkt for TLSkyrol2018-11-09
|/
* Merge pull request #610 from eglooca/pr-nest-log-sinkLuca Deri2018-10-02
|\ | | | | New dissector: Nest Log Sink
| * Removed unused varaibles.Darryl Sokoloski2018-09-19
| | | | | | | | Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
| * New dissector: Nest Log SinkDarryl Sokoloski2018-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 libsLuca Deri2018-09-29
|/
* Implementation of Bitcoin, Ethereum, ZCash, Monero dissectors all identified ↵Luca2018-09-18
| | | | | | as mining Implements #503
* Addes support for SMBv1 traffic that has been split from SMBv23Luca Deri2018-09-17
|
* Fixed bug in spotify dissector (subnet /24 was matched as /22).Daniele De Sensi2018-09-11
| | | | Slight performance improvements in spotify dissector (avoid doing ntohl and masking in each and all if conditions).
* Fixes #601Luca2018-09-11
|
* FIX: dropbox dissector. UPD: updated pcap file with new dropbox pktsCampus2018-09-05
|
* Fix for #400Luca Deri2018-08-16
|
* Completed custom category implementationLuca Deri2018-08-16
|
* Added new dissector for Memcached.Darryl Sokoloski2018-08-15
| | | | Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
* Merge pull request #576 from eglooca/pr-ssdp-min-lengthLuca Deri2018-07-25
|\ | | | | Adjust the SSDP dissector's minimum packet length
| * Decreased minimum packet payload length down to 19 from 100 for SSDP.Darryl Sokoloski2018-07-20
| | | | | | | | The minimum packet payload length is: "NOTIFY * HTTP/1.1" + 0x0d + 0x0a (19 bytes).
* | Added checks for missing protocol initializationLuca Deri2018-07-23
| | | | | | | | | | Fixed missing LOG_ERR initialization Fixed logging warnings
* | Major code cleanupLuca2018-07-21
|/ | | | Converted some not popular protocols to NDPI_PROTOCOL_GENERIC with category detection