aboutsummaryrefslogtreecommitdiff
path: root/tests/cfgs/default/result/lagofast.pcap.out
Commit message (Collapse)AuthorAge
* Rework the old Starcraft code to identify traffic from generic Blizzard ↵Ivan Nardi2025-03-25
| | | | | games (#2776) Remove `NDPI_PROTOCOL_STARCRAFT` and add a generic `NDPI_PROTOCOL_BLIZZARD`.
* Add a new internal function `internal_giveup()`Ivan Nardi2025-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 multicastIvan Nardi2025-03-04
|
* Add LagoFast protocol dissector. (#2743)Toni2025-02-23
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>