Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Rework the old Starcraft code to identify traffic from generic Blizzard ↵ | Ivan Nardi | 2025-03-25 |
| | | | | | games (#2776) Remove `NDPI_PROTOCOL_STARCRAFT` and add a generic `NDPI_PROTOCOL_BLIZZARD`. | ||
* | Add a new internal function `internal_giveup()` | Ivan Nardi | 2025-03-05 |
| | | | | | | | | This function is always called once for every flow, as last code processing the flow itself. As a first usage example, check here if the flow is unidirectional (instead of checking it at every packets) | ||
* | Fix function checking if a packet is multicast | Ivan Nardi | 2025-03-04 |
| | |||
* | Add LagoFast protocol dissector. (#2743) | Toni | 2025-02-23 |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com> |