Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | A new interface for dissectors registration (#2843) | Ivan Nardi | 2025-05-24 |
| | | | | | | | | | | | | | | | | | | | | | We use `registr_dissector()` instead of `ndpi_set_bitmask_protocol_detection()`. Every file in `src/lib/protocols/*.c` is a dissector. Every dissector can handle multiple protocols. The real goal is this small change: ``` struct call_function_struct { - NDPI_PROTOCOL_BITMASK detection_bitmask; ``` i.e. getting rid of another protocol bitmask: this is mandatory to try to fix #2136 (see also e845e8205b68752c997d05224d8b2fd45acde714) As a nice side effect, we remove a bitmask comparison in the hot function `check_ndpi_detection_func()` TODO: change logging configuration from per-protocol to per-dissector | ||
* | Minor simplification on protocol/dissector registration (#2833) | Ivan Nardi | 2025-05-20 |
| | |||
* | Add the ability to enable/disable every specific flow risks (#2653) | Ivan Nardi | 2025-01-06 |
| | |||
* | Replace my personal email with my corporate one in all my contributions (#2399) | 0x41CEA55 | 2024-04-20 |
| | |||
* | Disable `-Wno-unused-parameter -Wno-unused-function`. (#2358) | Toni | 2024-04-03 |
| | | | | | * unused parameters and functions pollute the code and decrease readability Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Add missing NDPI_LOG_DBG in some dissectors (#2290) | Vladimir Gavrilov | 2024-01-29 |
| | | | | | * Add missing NDPI_LOG_DBG * Add missing NDPI_LOG_DBG in yojimbo.c | ||
* | Add Radmin protocol dissector (#2283) | Vladimir Gavrilov | 2024-01-25 |
* Add Radmin protocol dissector * Update test results |