From a10c48c80a3a3075b2314c951fb288cdc14c18b8 Mon Sep 17 00:00:00 2001 From: Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> Date: Thu, 22 Aug 2024 16:26:32 +0300 Subject: Add CNP/IP protocol support (#2521) 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. --- tests/cfgs/default/pcap/cnp_ip.pcapng | Bin 0 -> 260 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/cfgs/default/pcap/cnp_ip.pcapng (limited to 'tests/cfgs/default/pcap/cnp_ip.pcapng') diff --git a/tests/cfgs/default/pcap/cnp_ip.pcapng b/tests/cfgs/default/pcap/cnp_ip.pcapng new file mode 100644 index 000000000..4f2306047 Binary files /dev/null and b/tests/cfgs/default/pcap/cnp_ip.pcapng differ -- cgit v1.2.3