aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_main.c
Commit message (Collapse)AuthorAge
...
* Fixed API documentation: packet tiestamp is expressed in millisecondsLuca Deri2020-06-18
|
* DGA detection improvementsLuca Deri2020-06-18
|
* Added checks for DGA detectionLuca Deri2020-06-17
|
* Implemented proprietary AnyDesk protocolToni Uhlig2020-06-17
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Fixed invalid assignment (typo)Luca Deri2020-06-14
|
* Added improved boundary checkLuca Deri2020-06-14
|
* Added DGA risk for names that look like a DGALuca Deri2020-06-11
|
* Added HTTP checkLuca Deri2020-06-07
|
* Removed some obsolete protocols (battlefield, oscar, pcanywhere, tvants)Luca Deri2020-06-06
|
* removed obsolete yahoo pluginLuca Deri2020-06-06
|
* Merge pull request #913 from yskcg/fix_segment_fault_devLuca Deri2020-06-05
|\ | | | | Fix segment fault dev
| * fix segment fault cause by the ssl.server_names when it may NULLysk2020-06-03
| |
* | Reworked ndpi_strncasestrLuca Deri2020-05-31
| |
* | Added check to avoid producing alerts for known protocol on unknown port ↵Luca Deri2020-05-30
| | | | | | | | when using TLS
* | Added check for heap buffer overflow readLuca Deri2020-05-29
| |
* | Added support for Encrypted TLS SNI dissectionLuca Deri2020-05-28
| | | | | | | | https://datatracker.ietf.org/doc/draft-ietf-tls-sni-encryption/
* | Extended the cache for services that need to be reconciled such as Microsoft ↵Luca Deri2020-05-27
| | | | | | | | | | | | Teams Added JSON-formatted Microsoft list of IP/services
* | Added memory boundary checksLuca Deri2020-05-22
| |
* | MS Teams uses as underlying protocol for voice/video. This commit adds the ↵Luca Deri2020-05-21
|/ | | | | | ability to mark as MS Teams all Skype traffic made by a host with active MS Teams flows
* Added check for binary scriptsLuca Deri2020-05-15
| | | | | Added NDPI_HTTP_NUMERIC_IP_HOST risk ndpi_risk moved to 32 bit
* Extend packet struct with Content-Disposition HTTP header fieldloures2020-05-14
| | | | and improve HTTP binary transfer mime type check
* Added the ability to detect when a known protocol is using a non-standard portLuca Deri2020-05-10
| | | | Added check to spot executables exchanged via HTTP
* Cleaned hyperscan leftoverLuca Deri2020-05-08
| | | | Added further hyperscan hooks
* Added TLS issuerDN and subjectDNLuca Deri2020-05-07
|
* Fixed category matchingLuca Deri2020-05-06
|
* API cleanup for indetifying explicitly in automa's what we're searching ↵Luca Deri2020-05-06
| | | | | | (protocol or category) Removed hyperscan support that is apperently unused
* Updated automa API to use 32 bit values splits from protocol/categpryLuca Deri2020-05-06
|
* Introduced custom protocols with IP and (optional) port supportLuca Deri2020-05-06
| | | | | | | | | | | | | | | | Example - Single IP address ip:213.75.170.11@CustomProtocol - IP address with CIDR ip:213.75.170.11/32@CustomProtocol - IP address with CIDR and port ip:213.75.170.11/32:443@CustomProtocol Please note that there are some restrictions on the port usage. They have been listed in example/protos.txt
* Various fixes to patricia tree handlingLuca Deri2020-05-06
|
* False positive fixesLuca Deri2020-05-06
|
* Reworked protocol handling chnging it is u_int16_tLuca Deri2020-05-06
|
* Removed now obsolete MSN protocolLuca Deri2020-05-03
| | | | Added nats.io protocol dissector
* :bulb: implement websocket protocol dissectorLeonn Paiva2020-04-26
|
* Enable IEC 60870-5-104 dissectorAlfredo Cardigliano2020-04-24
|
* Warning fixLuca Deri2020-04-22
|
* :bug: use protocol_was_guessed in ndpi_detection_giveupLeonn Paiva2020-04-22
|
* :cool: code ident & styleLeonn Paiva2020-04-22
|
* Added detection of Microsoft TeamsLuca Deri2020-04-16
|
* Adds tls check before reading memoryPhilippe Antoine2020-04-15
|
* Use ndpi_handle_ipv6_extension_headers in reader_utilPhilippe Antoine2020-04-15
|
* Restored ndpi_get_api_version() prototypeLuca Deri2020-04-15
|
* Invalid function definition fixLuca Deri2020-04-13
|
* Fix some debug messagesNardi Ivan2020-04-08
|
* Fix an harmless memory leakNardi Ivan2020-04-08
| | | | Leak introduced in 90e08b35, while fixing #845
* Fixes #853 and adds a self check for duplicatesLuca Deri2020-04-07
|
* Compilation fixLuca Deri2020-03-27
|
* Merge pull request #861 from havup/devLuca Deri2020-03-27
|\ | | | | pull request with s7comm
| * Update ndpi_main.chavup2020-03-25
| |
| * Update ndpi_main.chavup2020-03-25
| |
* | Fix ndpi_get_api_version version truncationemanuele-f2020-03-25
|/