aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_main.c
Commit message (Collapse)AuthorAge
...
* | Major cleanupLuca Deri2019-10-24
|/ | | | Removed ndpi_pref_http_dont_dissect_response and ndpi_pref_dns_dont_dissect_response as the ndpi_extra_dissection_possible() call will now handle everything
* Added extra processing for POP and SMTPLuca Deri2019-10-22
|
* Fix memory leak in ndpiReader.Ravi Kerur2019-10-19
| | | | | | Changes in library for strict function prototype. Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com>
* Updated ndpi_flow2jsonLuca Deri2019-10-16
|
* Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca Deri2019-10-15
|\
| * Implement nDPI patricia tree APIemanuele-f2019-10-15
| |
* | Initial implementation of ndpi_flow2json APi callLuca Deri2019-10-15
|/
* Modified API signatures forLuca Deri2019-10-09
| | | | | - ndpi_ssl_version2str() - ndpi_detection_giveup()
* Replace strtok with reentrant versionemanuele-f2019-10-08
|
* New API functions: ndpi_load_categories_file and ndpi_load_categoryemanuele-f2019-10-08
|
* Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca Deri2019-10-08
|\
| * Fix leaks in ndpi_load_hostname_category when ac_automata_add failsemanuele-f2019-10-08
| |
| * ndpi_load_hostname_category now performs strdup on the name argumentemanuele-f2019-10-08
| | | | | | | | This simplifies the API as an application is not required to keep references to the strings to free
* | Added ndpi_get_l4_proto_name() and ndpi_get_l4_proto_info() API calls to ↵Luca Deri2019-10-08
|/ | | | print L4 protocol
* Fixed ndpi_extra_dissection_possible()Luca Deri2019-10-04
|
* Fix out of bounds read in ndpi_match_custom_categoryemanuele-f2019-10-04
|
* Fixed invalid network searchthat caused categories to be set randomlyLuca Deri2019-10-04
|
* Merge pull request #792 from ntop/ndpi_streamingLuca Deri2019-10-03
|\ | | | | Move Hulu and Disney+ to category match.
| * Move Hulu and Disney+ to category match.Ravi Kerur2019-10-02
| | | | | | | | Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com>
* | Fix DNS reply dissection issuesemanuele-f2019-10-03
|/
* Code cleanupLuca Deri2019-10-02
|
* Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca Deri2019-10-02
|\
| * Merge pull request #791 from ntop/ndpi_hsLuca Deri2019-10-02
| |\ | | | | | | Fix crash due to recent code changes when using hyperscan and mining_…
| | * Fix crash due to recent code changes when using hyperscan and mining_hosts.Ravi Kerur2019-10-02
| | | | | | | | | | | | Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com>
* | | Improved Viber protocol dissectionLuca Deri2019-10-02
|/ / | | | | | | Added Hulu dissection
* / Fixes leaks in ndpi_add_host_url_subprotocolemanuele-f2019-10-02
|/ | | | | It is now possible to deallocate strings in ac_automata_release via an additional parameter
* Added SSH handling in ndpi_extra_dissection_possible()Luca Deri2019-09-30
|
* Updated the logic of ndpi_is_subprotocol_informative()Luca Deri2019-09-30
|
* Reworked categories handlingLuca Deri2019-09-29
| | | | | Removed GenericProtocol and replaced with categories Removed ndpi_pref_enable_category_substring_match option: substring matching is now default
* Merge pull request #778 from choyos/devLuca Deri2019-09-29
|\ | | | | Added support for dissection of DNP3 and IEC104 protocols
| * Added support for industrial protocols DNP3, IEC 60780-5-104choyos2019-09-20
| |
* | Add Cisco anyconnect VPN signature.Ravi Kerur2019-09-28
| | | | | | | | Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com>
* | Improved category handlign in subprotocolsLuca Deri2019-09-27
| | | | | | | | | | Further DNS dissection fixes Fixed WeChat invalid category
* | Fixed partial string matchesLuca Deri2019-09-27
| |
* | Added ndpi_extra_dissection_possible() API callLuca Deri2019-09-26
| |
* | Added Zoom protocol support removing invalid STUN/Skype detectionsLuca Deri2019-09-26
| |
* | Merge pull request #783 from ntop/ndpi_ps_vueLuca Deri2019-09-26
|\ \ | | | | | | Ndpi ps vue
| * | Modified logic and test pcap file included.Ravi Kerur2019-09-25
| | | | | | | | | | | | Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com>
| * | Initial PS_VUE support based on public IP.Ravi Kerur2019-09-25
| | | | | | | | | | | | Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com>
| * | Initial Zoom detection based on IP and ports.Ravi Kerur2019-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | Following IP and ports are reported by Zoom support to open up in firewall. https://support.zoom.us/hc/en-us/articles/201362683-Network-Firewall-or-Proxy-Server-Settings-for-Zoom Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com>
* | | Fix bad protocols returned in ndpi_detection_giveup when detection is ↵emanuele-f2019-09-26
| | | | | | | | | | | | already complete
* | | Improved packet datastructure cleanup after packet processingLuca Deri2019-09-25
|/ / | | | | | | | | Cleaned up code of steam dissector Added steam test pcap
* | ndpiReader now report protocol category and breedLuca Deri2019-09-21
| | | | | | | | Modified TikTok category to Fun
* | STUN protocol dissector code cleanupLuca2019-09-20
| |
* | Unified WhatsApp Video and Audio under WhatsAppCallLuca2019-09-20
|/
* Add ndpi_parse_ip_string and ndpi_get_ip_string APIemanuele-f2019-09-19
|
* Code cleanupLuca Deri2019-09-15
|
* As TLS certificate fingerprint is computed, TLS without certificate protocol ↵Luca Deri2019-09-15
| | | | | | has been removed Various improvemenets in detection quality
* TLS disection improvementsLuca Deri2019-09-15
|
* TLS certificate hash is not reportedLuca Deri2019-09-14
|