Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Added NDPI_MALICIOUS_JA3 flow risk | Luca Deri | 2021-02-22 |
| | | | | Added ndpi_load_malicious_ja3_file() API call | ||
* | Implemented TLS Certificate Sibject matching | Luca Deri | 2021-02-22 |
| | | | | Improved AnyDesk detection | ||
* | Added risky domain flow-risk support | Luca Deri | 2021-02-21 |
| | |||
* | Fix small memory leak (#1133) | Ivan Nardi | 2021-02-10 |
| | | | Now function definition matches the prototype in ndpi_api.h.in | ||
* | Fixed memory leaks caused by conditional free'ing for some TLS connec… (#1132) | Toni | 2021-02-10 |
| | | | | | | | | | | | | | | | * Fixed memory leaks caused by conditional free'ing for some TLS connections. * Members of tls_quic struct should also free'd if the detected master protocol is IMAPS / POPS / SMTPS / etc. Signed-off-by: Toni Uhlig <matzeton@googlemail.com> * Prevent reader_util.c from exit()'ing if maximum flow count reached. This confuses the fuzzer. * Improved fuzz/Makefile.am to use LDADD for ../example/libndpiReader.a instead of LDFLAGS. That way, fuzz_ndpi_reader re-links to ../example/libndpiReader.a if something changed there. Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Fixed CPHA missing protocol initialization | Luca Deri | 2021-02-10 |
| | | | | Improved IEC104 and IRC detection | ||
* | Extended the API to calculate jitter | Luca Deri | 2021-02-09 |
| | | | | | | - ndpi_jitter_init() - ndpi_jitter_free() - ndpi_jitter_add_value() | ||
* | Removed debug statement | Luca Deri | 2021-02-09 |
| | |||
* | Added timeseries forecasting support implementing Holt-Winters with ↵ | Luca Deri | 2021-02-08 |
| | | | | | | | | | confidence interval New API calls added - ndpi_hw_init() - ndpi_hw_add_value() - ndpi_hw_free() | ||
* | Implemented more efficient and memory savvy RSI | Luca Deri | 2021-02-05 |
| | |||
* | RSI enhancements | Luca Deri | 2021-02-05 |
| | |||
* | Implemented API for computing RSI (Relative Strenght Index) | Luca Deri | 2021-02-04 |
| | | | | | | void ndpi_init_rsi(struct ndpi_rsi_struct *s, u_int16_t num_learning_values); void ndpi_free_rsi(struct ndpi_rsi_struct *s); float ndpi_rsi_add_value(struct ndpi_rsi_struct *s, const u_int32_t value); | ||
* | Fix a warning (#1125) | Ivan Nardi | 2021-02-03 |
| | | | | | | | | | | | | | | | Introduced in 5f7b9d802 reader_util.c: In function ‘process_ndpi_collected_info’: reader_util.c:1148:60: warning: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 64 [-Wformat-truncation=] 1148 | sizeof(flow->ssh_tls.client_requested_server_name), "%s", | ^~ reader_util.c:1147:5: note: ‘snprintf’ output between 1 and 256 bytes into a destination of size 64 1147 | snprintf(flow->ssh_tls.client_requested_server_name, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1148 | sizeof(flow->ssh_tls.client_requested_server_name), "%s", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1149 | flow->ndpi_flow->protos.tls_quic_stun.tls_quic.client_requested_server_name); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
* | Improved debug message | Luca Deri | 2021-02-03 |
| | |||
* | Fixes due to datatype rename | Luca Deri | 2021-01-22 |
| | |||
* | Cleaned up tls/quic datatypes | Luca Deri | 2021-01-21 |
| | |||
* | Reworked TLS fingerprint calcolation | Luca Deri | 2021-01-21 |
| | | | | Modified TLS memory free | ||
* | Added missing comma (#1116) | morefigs | 2021-01-21 |
| | | | I presume there is a comma missing in this comma separated list. | ||
* | Added simple hash implementation to the nDPI API | Luca Deri | 2021-01-20 |
| | |||
* | Code cleanup: third party uthash is at the right place | Luca Deri | 2021-01-20 |
| | |||
* | (C) Update | Luca Deri | 2021-01-07 |
| | |||
* | Split HTTP request from response Content-Type. Request Content-Type should ↵ | Luca Deri | 2021-01-06 |
| | | | | be present with POSTs and not with other methods such as GET | ||
* | Fix some warnings when compiling with "-W -Wall" flags (#1103) | Ivan Nardi | 2021-01-04 |
| | |||
* | Restored QUIC stats | Luca Deri | 2020-12-30 |
| | |||
* | Fixed output when tLS (nad not QUIC) is used | Luca Deri | 2020-12-28 |
| | |||
* | Fixes bug introduced by https://github.com/ntop/nDPI/pull/1085 | Luca Deri | 2020-12-12 |
| | |||
* | Fix minimum packet length condition (#1087) | Zied Aouini | 2020-12-12 |
| | |||
* | Added --ignore-vlanid / -I to exclude VLAN ids for flow hash calculation. ↵ | Toni | 2020-12-11 |
| | | | | | #1073 (#1085) Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | nDPI rules (work in progress) implementation | Luca Deri | 2020-11-30 |
| | |||
* | Support raw IPv4 / IPv6 pcap packet processing. (#1053) | Toni | 2020-11-09 |
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Cosmetic changes | Luca Deri | 2020-11-03 |
| | |||
* | Moved global in reader_util.c | Luca Deri | 2020-10-27 |
| | |||
* | Added -D flag for detecting DoH in the wild | Luca Deri | 2020-10-26 |
| | | | | Removed heuristic from CiscoVPN as it leads to false positives | ||
* | Various improvemement when using ndpi_pref_enable_tls_block_dissection: | Luca Deri | 2020-10-24 |
| | | | | | | application data TLS blocks are now ignored when exchanged before - the end of certificate negotiation (up to TLS 1.2) - change cipher | ||
* | Added -x for checking patterns | Luca Deri | 2020-10-22 |
| | |||
* | Fix parsing of DLT_PPP datalink type (#1042) | Ivan Nardi | 2020-10-21 |
| | |||
* | CAPWAP tunnel decoding fix (#1038) | Zied Aouini | 2020-10-21 |
| | | | | | * Fix CAPWAP processing. * Update result. | ||
* | Fixed missing PCAP include directories in Makefiles. (#1034) | Toni | 2020-10-19 |
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Fix CAPWAP handling. | aouinizied | 2020-10-13 |
| | |||
* | Added ndpi_quick_16_byte_hash | Luca | 2020-10-05 |
| | | | | Warning fix | ||
* | Warning fix | Luca Deri | 2020-10-03 |
| | |||
* | Added missing files to `make dist' target which are not required to build ↵ | Toni | 2020-09-29 |
| | | | | | nDPI but still somehow essential. (#1024) Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Add unit tests to travis. Move ndpi serializer tests to unit tests. | Alfredo Cardigliano | 2020-09-21 |
| | |||
* | Merge pull request #1018 from lnslbrty/fix/make-dist | Luca Deri | 2020-09-20 |
|\ | | | | | Fixed broken `make dist' and added CI check. | ||
| * | Fixed broken `make dist' and added CI check. | Toni Uhlig | 2020-09-19 |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | | Merge pull request #1017 from lnslbrty/fix/mingw-xcompile | Luca Deri | 2020-09-20 |
|\ \ | | | | | | | Added support for mingw xcompile. | ||
| * | | Fixed mingw build w/o examples/tests/fuzzer. | Toni Uhlig | 2020-09-18 |
| |/ | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | | Reworked MDNS dissector that is not based on the DNS dissector | Luca Deri | 2020-09-17 |
| | | |||
* | | Merge pull request #1012 from IvanNardi/ua | Luca Deri | 2020-09-17 |
|\ \ | | | | | | | QUIC: extract User Agent information | ||
| * | | http: create a common function to parse User Agent field | Nardi Ivan | 2020-09-08 |
| |/ | | | | | | | Prepare the code to handle UA information from flows other than HTTP |