aboutsummaryrefslogtreecommitdiff
path: root/tests/cfgs/default/result/cnp_ip.pcapng.out
Commit message (Collapse)AuthorAge
* 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)
* Implemented Mikrotik discovery protocol dissection and metadata extraction ↵Luca Deri2024-11-14
| | | | (#2618)
* Added sonos dissectorLuca Deri2024-10-13
|
* Add CNP/IP protocol support (#2521)Vladimir Gavrilov2024-08-22
ISO/IEC 14908-4 defines how to tunnel Control Network Protocol (CNP) over IP networks. It encapsulates protocols like EIA-709, EIA-600, and CNP, making it a versatile solution for building automation and control systems.