aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_api.h
Commit message (Collapse)AuthorAge
...
* nDPI serialization: uint key compression, new deserialization APIAlfredo Cardigliano2019-09-10
|
* Added ndpi_alloc_data_analysis APi callLuca Deri2019-09-02
|
* Added new parameter to -PLuca Deri2019-09-02
|
* Added ndpi_serialize_string_binary() callLuca Deri2019-09-02
|
* Implemented IAT (Inter Arrival Time) statsLuca2019-08-29
|
* Added entropy, average, stddev, variance, bytes ratio calculationLuca2019-08-28
|
* Initial work towards traffic classificationLuca2019-08-27
|
* Serialization/deserialization of int32/int64/float with uint keyAlfredo Cardigliano2019-08-26
|
* Implemented STUN cache to enhance matching of STUN-based protocolsLuca2019-08-12
|
* Reworked SSL/TLS field namingLuca2019-08-08
|
* Implemented DTLS supportLuca2019-08-08
| | | | Renamed ssl to tls
* Split serialization code from ndpi_utilsLuca Deri2019-07-30
|
* Initial CSV implementationLuca Deri2019-07-29
|
* Fix for ndpi_serialize_string_uint32_format with JSONLuca Deri2019-07-28
|
* Added string/float support in (de)serializationLuca Deri2019-07-27
|
* Added int32/int64 (with sign) serialization/deserializationLuca Deri2019-07-24
|
* serializer char* parameters are now constAlfredo Cardigliano2019-07-19
|
* Improvements for dta dissectionLuca Deri2019-07-18
|
* Deserialization boundary check fix, new end_of_record typeAlfredo Cardigliano2019-07-17
|
* Added ndpi_serialization_uint32_uint64 and ndpi_serialization_string_uint64Alfredo Cardigliano2019-07-17
|
* Added ndpi_serialization_string_uint32Alfredo Cardigliano2019-07-16
|
* Merge pull request #736 from themadprofessor/patch-1Luca Deri2019-07-13
|\ | | | | Fix invalid function prototype
| * Fix invalid function prototypeStuart Reilly2019-07-12
| | | | | | Solves a warning when compiling with strict-prototypes.
* | initial work towards simple serilizer/deserialierLuca Deri2019-07-13
|/
* Various TLS improvementsLuca Deri2019-07-02
|
* Merge remote-tracking branch 'upstream' into devStuart Reilly2019-07-01
|\
| * Added ndpi_has_human_readeable_string for detecting human-readeable strings ↵Luca Deri2019-06-30
| | | | | | | | in buffers
* | Remove duplicate defintions and fix function prototypesStuart Reilly2019-06-28
|/
* Dissection improvementsLuca Deri2019-06-27
|
* Reworked SSL cipher handlingLuca Deri2019-06-16
|
* Added ndpi_is_safe_ssl_cipher(0 callLuca Deri2019-05-23
|
* Make path const in ndpi_load_protocols_fileDerrick Lyndon Pallas2019-04-05
|
* Implemented ndpi_process_partial_detection() API call to handle partial ↵Luca Deri2019-04-01
| | | | matches due to the nDPI specified configuration
* Change ndpi_fill_ip_protocol_category to pass IPs explicitlyemanuele-f2019-02-12
|
* Removed this party LRU and replaced with home grownLuca Deri2019-01-17
|
* Expose ndpi_fill_ip_protocol_category api to handle ICMP flows categoryemanuele-f2018-12-12
|
* 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
* Added ndpi_flowv4_flow_hash and ndpi_flowv6_flow_hash skeletons forLuca Deri2018-11-14
| | | | implementing https://github.com/corelight/community-id-spec
* Add function to search host in custom categoriesemanuele-f2018-10-10
|
* Added ndpi_protocol2id() API callLuca2018-09-17
|
* Completed custom category implementationLuca Deri2018-08-16
|
* Major code cleanupLuca2018-07-21
| | | | Converted some not popular protocols to NDPI_PROTOCOL_GENERIC with category detection
* Hidden ndpi_detection_module_struct definitionLuca Deri2018-05-14
|
* Added ndpi_set_detection_preferences() APi callLuca Deri2018-05-14
|
* Added ndpi_fill_protocol_category callLuca Deri2018-05-11
| | | | Introduced intitial Skype in/out support
* Improved hyperscan support and category definitionLuca Deri2018-05-10
|
* Implemented custom category loading.Luca2018-04-26
| | | | Modified ndpiReader with -c <file> (use mining_hosts.txt as example) for loading name-based categories
* Added API callsLuca Deri2018-03-23
| | | | | | | ndpi_network_ptree_match ndpi_check_flow_func ndpi_config.h is now installed with "make install"
* Added ndpi_get_api_version() API call to be used in applications thatLuca2018-03-21
| | | | are dynamically linking with nDPI, to make sure the APIs are in sync