| Commit message (Expand) | Author | Age |
* | Implemented algorithms for K-Nearest Neighbor Search (KNN) (#2554) | Luca Deri | 2024-09-10 |
* | wireshark: extcap: export flow risk info | Nardi Ivan | 2024-09-05 |
* | wireshark: extcap: fix output data link type | Nardi Ivan | 2024-09-05 |
* | Added print_ndpi_address_port in nDPi API | Luca Deri | 2024-08-27 |
* | Endian-independent implementation of IEEE 802.3 CRC32 (#2529) | Vladimir Gavrilov | 2024-08-25 |
* | Introduced ndpi_master_app_protocol typedef | Luca Deri | 2024-08-24 |
* | Initialization fix | Luca Deri | 2024-08-22 |
* | Fixed initialization | Luca Deri | 2024-08-22 |
* | Update all IP lists (#2515) | Ivan Nardi | 2024-08-02 |
* | FPC: small improvements (#2512) | Ivan Nardi | 2024-07-22 |
* | ndpi_strncasestr: optimization, fixes, tests (#2507) | Petr | 2024-07-18 |
* | ndpi_memmem: optimized, fixed bug, added tests (#2499) | Petr | 2024-07-15 |
* | Optimize performance of ndpi_strnstr() and possible bugfix (#2494) | Petr | 2024-07-15 |
* | Add infrastructure for explicit support of Fist Packet Classification (#2488) | Ivan Nardi | 2024-07-03 |
* | Modified separator from , (comma) to | (pipe) as some fields such as the HTTP... | Luca Deri | 2024-07-01 |
* | wireshark: lua: export some metadata | Nardi Ivan | 2024-06-25 |
* | wireshark: extcap: restore filtering mechanism | Nardi Ivan | 2024-06-25 |
* | Added default port mappings to ndpiReader help -H (#2477) | Mark Jeffery | 2024-06-19 |
* | Zoom: remove "stun_zoom" LRU cache | Nardi Ivan | 2024-06-17 |
* | Added NDPI_PROTOCOL_NTOP assert and removed percentage comparison (#2460) | Mark Jeffery | 2024-06-10 |
* | Follow-up of 2093ac5bf (#2451) | Ivan Nardi | 2024-05-21 |
* | Minor dissector optimizations | Luca Deri | 2024-05-20 |
* | Added dpi.compute_entropy configuration parameter | Luca Deri | 2024-05-18 |
* | Revert `ndpi_strnstr()` optimization introduced in a813121e0 (#2439) | Ivan Nardi | 2024-05-11 |
* | `ndpi_strnstr()` optimization (#2433) | Vladimir Gavrilov | 2024-05-10 |
* | Added optimized memmem/strlcpy version (#2424) | Toni | 2024-05-08 |
* | Remove "zoom" cache (#2420) | Ivan Nardi | 2024-05-06 |
* | Add strlcpy implementation (#2395) | 0x41CEA55 | 2024-04-19 |
* | Domain Classification Improvements (#2396) | Luca Deri | 2024-04-18 |
* | Fixed minor glitches | Luca Deri | 2024-04-15 |
* | STUN: add support for ipv6 in some metadata (#2389) | Ivan Nardi | 2024-04-13 |
* | Implemented STUN peer_address, relayed_address, response_origin, other_addres... | Luca Deri | 2024-04-12 |
* | STUN: improve extraction of Mapped-Address metadata (#2370) | Ivan Nardi | 2024-04-08 |
* | Added support for STUN Mapped IP address | Luca Deri | 2024-04-03 |
* | Disable `-Wno-unused-parameter -Wno-unused-function`. (#2358) | Toni | 2024-04-03 |
* | Added support for roaring bitmap v3 (#2355) | Luca Deri | 2024-03-25 |
* | ahocorasick: improve matching with subdomains (#2331) | Ivan Nardi | 2024-03-06 |
* | ndpiReader: restore `ndpiReader -x $DOMAIN_NAME` functionality (#2329) | Ivan Nardi | 2024-02-26 |
* | Remove spurious call to `exit()` | Nardi Ivan | 2024-02-12 |
* | Added stress test | Luca Deri | 2024-02-11 |
* | Improve `ndpi_set_config` error printing. (#2300) | Toni | 2024-02-02 |
* | Allow multiple `struct ndpi_detection_module_struct` to share some state (#2271) | Ivan Nardi | 2024-02-01 |
* | Fixed loading of non-ICANN domains that caused false positives with ndpi_load... | Luca Deri | 2024-01-27 |
* | example: rework code between `ndpiReader.c` and `reader_util.c` (#2273) | Ivan Nardi | 2024-01-22 |
* | Improve handling of custom rules (#2276) | Ivan Nardi | 2024-01-21 |
* | config: follow-up (#2268) | Ivan Nardi | 2024-01-20 |
* | config: allow configuration of guessing algorithms | Nardi Ivan | 2024-01-18 |
* | config: move debug/log configuration to the new API | Nardi Ivan | 2024-01-18 |
* | config: remove `enum ndpi_prefs` | Nardi Ivan | 2024-01-18 |
* | config: remove `ndpi_set_detection_preferences()` | Nardi Ivan | 2024-01-18 |