From 64a5dc3cb3b3360d31da6014b377561cd899ad45 Mon Sep 17 00:00:00 2001 From: Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> Date: Sun, 25 Aug 2024 14:31:39 +0300 Subject: Add TRDP protocol support (#2528) The Train Real Time Data Protocol (TRDP) is a UDP/TCP-based communication protocol designed for IP networks in trains, enabling data exchange between devices such as door controls and air conditioning systems. It is standardized by the IEC under IEC 61375-2-3 and is not related to the Remote Desktop Protocol (RDP). --- tests/cfgs/default/pcap/trdp.pcapng | Bin 0 -> 2140 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/cfgs/default/pcap/trdp.pcapng (limited to 'tests/cfgs/default/pcap') diff --git a/tests/cfgs/default/pcap/trdp.pcapng b/tests/cfgs/default/pcap/trdp.pcapng new file mode 100644 index 000000000..63644e959 Binary files /dev/null and b/tests/cfgs/default/pcap/trdp.pcapng differ -- cgit v1.2.3