Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Implemented IAT (Inter Arrival Time) stats | Luca | 2019-08-29 | |
| | ||||
* | Added entropy, average, stddev, variance, bytes ratio calculation | Luca | 2019-08-28 | |
| | ||||
* | Initial work towards traffic classification | Luca | 2019-08-27 | |
| | ||||
* | Serialization/deserialization of int32/int64/float with uint key | Alfredo Cardigliano | 2019-08-26 | |
| | ||||
* | Implemented STUN cache to enhance matching of STUN-based protocols | Luca | 2019-08-12 | |
| | ||||
* | Reworked SSL/TLS field naming | Luca | 2019-08-08 | |
| | ||||
* | Implemented DTLS support | Luca | 2019-08-08 | |
| | | | | Renamed ssl to tls | |||
* | Split serialization code from ndpi_utils | Luca Deri | 2019-07-30 | |
| | ||||
* | Initial CSV implementation | Luca Deri | 2019-07-29 | |
| | ||||
* | Fix for ndpi_serialize_string_uint32_format with JSON | Luca Deri | 2019-07-28 | |
| | ||||
* | Added string/float support in (de)serialization | Luca Deri | 2019-07-27 | |
| | ||||
* | Added int32/int64 (with sign) serialization/deserialization | Luca Deri | 2019-07-24 | |
| | ||||
* | serializer char* parameters are now const | Alfredo Cardigliano | 2019-07-19 | |
| | ||||
* | Improvements for dta dissection | Luca Deri | 2019-07-18 | |
| | ||||
* | Deserialization boundary check fix, new end_of_record type | Alfredo Cardigliano | 2019-07-17 | |
| | ||||
* | Added ndpi_serialization_uint32_uint64 and ndpi_serialization_string_uint64 | Alfredo Cardigliano | 2019-07-17 | |
| | ||||
* | Added ndpi_serialization_string_uint32 | Alfredo Cardigliano | 2019-07-16 | |
| | ||||
* | Merge pull request #736 from themadprofessor/patch-1 | Luca Deri | 2019-07-13 | |
|\ | | | | | Fix invalid function prototype | |||
| * | Fix invalid function prototype | Stuart Reilly | 2019-07-12 | |
| | | | | | | Solves a warning when compiling with strict-prototypes. | |||
* | | initial work towards simple serilizer/deserialier | Luca Deri | 2019-07-13 | |
|/ | ||||
* | Various TLS improvements | Luca Deri | 2019-07-02 | |
| | ||||
* | Merge remote-tracking branch 'upstream' into dev | Stuart Reilly | 2019-07-01 | |
|\ | ||||
| * | Added ndpi_has_human_readeable_string for detecting human-readeable strings ↵ | Luca Deri | 2019-06-30 | |
| | | | | | | | | in buffers | |||
* | | Remove duplicate defintions and fix function prototypes | Stuart Reilly | 2019-06-28 | |
|/ | ||||
* | Dissection improvements | Luca Deri | 2019-06-27 | |
| | ||||
* | Reworked SSL cipher handling | Luca Deri | 2019-06-16 | |
| | ||||
* | Added ndpi_is_safe_ssl_cipher(0 call | Luca Deri | 2019-05-23 | |
| | ||||
* | Make path const in ndpi_load_protocols_file | Derrick Lyndon Pallas | 2019-04-05 | |
| | ||||
* | Implemented ndpi_process_partial_detection() API call to handle partial ↵ | Luca Deri | 2019-04-01 | |
| | | | | matches due to the nDPI specified configuration | |||
* | Change ndpi_fill_ip_protocol_category to pass IPs explicitly | emanuele-f | 2019-02-12 | |
| | ||||
* | Removed this party LRU and replaced with home grown | Luca Deri | 2019-01-17 | |
| | ||||
* | Expose ndpi_fill_ip_protocol_category api to handle ICMP flows category | emanuele-f | 2018-12-12 | |
| | ||||
* | Improved skype, teredo, netbios heuristics | Luca Deri | 2018-11-21 | |
| | | | | Changed ndpi_detection_giveup() API: guess is now part of the call | |||
* | Improved WeChat support | Luca Deri | 2018-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 for | Luca Deri | 2018-11-14 | |
| | | | | implementing https://github.com/corelight/community-id-spec | |||
* | Add function to search host in custom categories | emanuele-f | 2018-10-10 | |
| | ||||
* | Added ndpi_protocol2id() API call | Luca | 2018-09-17 | |
| | ||||
* | Completed custom category implementation | Luca Deri | 2018-08-16 | |
| | ||||
* | Major code cleanup | Luca | 2018-07-21 | |
| | | | | Converted some not popular protocols to NDPI_PROTOCOL_GENERIC with category detection | |||
* | Hidden ndpi_detection_module_struct definition | Luca Deri | 2018-05-14 | |
| | ||||
* | Added ndpi_set_detection_preferences() APi call | Luca Deri | 2018-05-14 | |
| | ||||
* | Added ndpi_fill_protocol_category call | Luca Deri | 2018-05-11 | |
| | | | | Introduced intitial Skype in/out support | |||
* | Improved hyperscan support and category definition | Luca Deri | 2018-05-10 | |
| | ||||
* | Implemented custom category loading. | Luca | 2018-04-26 | |
| | | | | Modified ndpiReader with -c <file> (use mining_hosts.txt as example) for loading name-based categories | |||
* | Added API calls | Luca Deri | 2018-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 that | Luca | 2018-03-21 | |
| | | | | are dynamically linking with nDPI, to make sure the APIs are in sync | |||
* | Added simplified makefile | Luca Deri | 2017-12-25 | |
| | | | | | Fixed small warnings Compilation fixes | |||
* | Implements ndpi_get_category_id | Simone Mainardi | 2017-12-11 | |
| | ||||
* | Refactoring the debugging output. | Vitaly Lavrov | 2017-10-26 | |
| | | | | | | | | | | | | | | levels of debug output: 0 - ERROR: Only for errors. 1 - TRACE: Start of each packets and if found protocol. 2 - DEBUG: Start of searching each protocol and excluding protocols. 3 - DEBUG_EXTRA: For all other messages. Added field ndpi_struct->debug_logging for enable debug output of each protocols. Simple macros for debugging output are added: NDPI_LOG_ERR(), NDPI_LOG_INFO(), NDPI_LOG_DBG(), NDPI_LOG_DBG2(), NDPI_EXCLUDE_PROTO() | |||
* | Added ndpi_is_subprotocol_informative() API call | Luca Deri | 2017-10-06 | |
| |