| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | Crash fix when not using CSV output | Luca Deri | 2020-01-19 | |
| | | ||||
| * | Added sanity check | Luca | 2020-01-15 | |
| | | ||||
| * | Merge pull request #830 from catenacyber/fuzzpcap | Luca Deri | 2020-01-14 | |
| |\ | | | | | Adds another fuzz target | |||
| | * | New fuzz target : fuzz_ndpi_reader | Philippe Antoine | 2020-01-14 | |
| | | | ||||
| | * | Compile libndpireader | Philippe Antoine | 2020-01-14 | |
| | | | ||||
| * | | Merge pull request #828 from vitalivanov/pull_764 | Luca Deri | 2020-01-14 | |
| |\ \ | | | | | | | example: fix compilation of ndpireader on latest dpdk. | |||
| | * | | example: fix compilation of ndpireader on latest dpdk. | Vitaliy Ivanov | 2020-01-13 | |
| | |/ | | | | | | | | | | | | | | | | | | | | | reader_util.c:1708:43: error: 'ETHER_MAX_LEN' undeclared here (not in a function) .rxmode = { .max_rx_pkt_len = ETHER_MAX_LEN } ^~~~~~~~~~~~~ DPDK before 19.08 had a macro ETHER_MAX_LEN, in later versions it was changed to RTE_ETHER_MAX_LEN. Signed-off-by: Vitaliy Ivanov <vitaliyi@interfacemasters.com> | |||
| * | | Merge pull request #829 from vitalivanov/pull_warning_vit | Luca Deri | 2020-01-14 | |
| |\ \ | | | | | | | example: fix build warning. | |||
| | * | | example: fix build warning. | Vitaliy Ivanov | 2020-01-13 | |
| | |/ | | | | | | | | | | | | | | | ndpiReader.c:24:0: warning: "_GNU_SOURCE" redefined #define _GNU_SOURCE <command-line>:0:0: note: this is the location of the previous definition Signed-off-by: Vitaliy Ivanov <vitaliyi@interfacemasters.com> | |||
| * / | Fix misleading error message | Alfredo Cardigliano | 2020-01-14 | |
| |/ | ||||
| * | Updated results with the new output | Luca Deri | 2020-01-10 | |
| | | ||||
| * | Added missing flow extra info export in flows | Luca Deri | 2020-01-10 | |
| | | ||||
| * | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2020-01-10 | |
| |\ | ||||
| | * | Added further TLS checks | Luca | 2020-01-10 | |
| | | | ||||
| * | | Added flow extra info field | Luca Deri | 2020-01-10 | |
| |/ | | | | Updated tests/results | |||
| * | Minor cleanup | Luca Deri | 2020-01-10 | |
| | | ||||
| * | Fix for invalid TLS leght | Luca Deri | 2020-01-09 | |
| | | ||||
| * | Added check for preventing TLS misbehavior | Luca Deri | 2020-01-09 | |
| | | ||||
| * | Fix for avoiding misdetection in TLS | Luca | 2020-01-09 | |
| | | ||||
| * | Added bootstrap ethereum nodes | Luca Deri | 2020-01-08 | |
| | | ||||
| * | Tool for listing the current bitcoin IPv4 nodes | Luca Deri | 2020-01-08 | |
| | | ||||
| * | Various ethereum improvements | Luca Deri | 2020-01-08 | |
| | | ||||
| * | Code hardening | Luca Deri | 2020-01-08 | |
| | | ||||
| * | Cosmetic fixes | Luca Deri | 2020-01-06 | |
| | | ||||
| * | Added check to avoid double allocations with retransmitted packets | Luca Deri | 2020-01-06 | |
| | | ||||
| * | Added missing RPM files | Luca Deri | 2020-01-06 | |
| | | ||||
| * | Removed TLS debug code that could have caused crashes | Luca Deri | 2020-01-05 | |
| | | ||||
| * | Added packet boundary checks | Luca Deri | 2020-01-05 | |
| | | ||||
| * | Use share instead of sbin for sample files | Luca Deri | 2020-01-05 | |
| | | | | | Fixes #826 | |||
| * | Merge pull request #825 from aouinizied/fix_python_bindings | Luca Deri | 2020-01-05 | |
| |\ | | | | | Update Python cffi bindings. | |||
| | * | Update ndpi_flow_struct definition. | Zied Aouini | 2019-12-23 | |
| | | | ||||
| * | | Minor cleanup | Luca Deri | 2020-01-05 | |
| | | | ||||
| * | | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2020-01-05 | |
| |\ \ | ||||
| | * | | Fix leaks and sha1 certificate detection | emanuele-f | 2020-01-02 | |
| | | | | ||||
| | * | | Fix invalid free on non-tls flows | emanuele-f | 2020-01-02 | |
| | | | | ||||
| | * | | Add fingerprint_set flag | emanuele-f | 2020-01-02 | |
| | | | | ||||
| | * | | Updated TLS support | Luca | 2020-01-02 | |
| | | | | ||||
| | * | | Minor changes | Luca | 2020-01-02 | |
| | | | | ||||
| | * | | Renamed TLS requested server name | Luca | 2020-01-02 | |
| | | | | ||||
| | * | | Added TLS test | Luca | 2020-01-01 | |
| | | | | ||||
| | * | | Reworked TLS dissection | Luca | 2020-01-01 | |
| | | | | ||||
| | * | | Minor fix | Luca Deri | 2019-12-29 | |
| | | | | ||||
| | * | | Kerberos fixes | Luca | 2019-12-29 | |
| | | | | | | | | | | | | | Minor TLS cleanup | |||
| | * | | Removed disable_metadata_export preference that is no longer useful | Luca | 2019-12-29 | |
| | | | | | | | | | | | | | since ndpi_process_extra_packet() can drive limited or full metadata export | |||
| | * | | Fix crash in ndpi_fill_ip_protocol_category when both saddr and daddr are 0 | emanuele-f | 2019-12-23 | |
| | |/ | | | | | | | | | | | In this corner case, the "prefix" variable was not initialized leading to a failed assertion and crash: ndpi_patricia_search_best2: Assertion `prefix->bitlen <= patricia->maxbits' failed. | |||
| * / | Updated (C) | Luca Deri | 2020-01-05 | |
| |/ | ||||
| * | Added snprintf() return code check | Luca Deri | 2019-12-18 | |
| | | ||||
| * | Fix for custom protocol detection | Luca Deri | 2019-12-18 | |
| | | ||||
| * | Merge pull request #824 from catenacyber/stunfix | Luca Deri | 2019-12-18 | |
| |\ | | | | | Fix read buffer overflow in stun | |||
| | * | Fix read buffer overflow in stun | Philippe Antoine | 2019-12-18 | |
| | | | ||||