aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_api.h
Commit message (Collapse)AuthorAge
* Added ndpi_init_serializer_ll() to specify low-level settings for optimizing ↵Alfredo Cardigliano2019-09-11
| | | | memory allocations
* Renamed snapshot API callLuca Deri2019-09-11
|
* Support for nDPI serializer snapshot set/resetAlfredo Cardigliano2019-09-10
|
* Added ndpi_serializer_set_buffer_len() API callLuca Deri2019-09-10
|
* Added ndpi_deserialize_clone_all to the public APIAlfredo Cardigliano2019-09-10
|
* New API ndpi_deserialize_clone_all to clone an record from TLV to a ↵Alfredo Cardigliano2019-09-10
| | | | different format (e.g. JSON)
* Added ndpi_deserialize_clone to the public APIAlfredo Cardigliano2019-09-10
|
* Added ndpi_deserialize_get_format() to read the serialization formatAlfredo Cardigliano2019-09-10
|
* 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
|