diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2024-08-25 14:31:39 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-25 13:31:39 +0200 |
commit | 64a5dc3cb3b3360d31da6014b377561cd899ad45 (patch) | |
tree | fd3a45632b9e22cf16a23ee7b601005ff757c115 /tests/cfgs/default/result/trdp.pcapng.out | |
parent | fbbe40b821b8966e1699d075297ffefeb1d1572c (diff) |
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).
Diffstat (limited to 'tests/cfgs/default/result/trdp.pcapng.out')
-rw-r--r-- | tests/cfgs/default/result/trdp.pcapng.out | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/cfgs/default/result/trdp.pcapng.out b/tests/cfgs/default/result/trdp.pcapng.out new file mode 100644 index 000000000..90e4281a4 --- /dev/null +++ b/tests/cfgs/default/result/trdp.pcapng.out @@ -0,0 +1,30 @@ +DPI Packets (TCP): 4 (4.00 pkts/flow) +DPI Packets (UDP): 2 (1.00 pkts/flow) +Confidence DPI : 3 (flows) +Num dissector calls: 3 (1.00 diss/flow) +LRU cache ookla: 0/0/0 (insert/search/found) +LRU cache bittorrent: 0/0/0 (insert/search/found) +LRU cache stun: 0/0/0 (insert/search/found) +LRU cache tls_cert: 0/0/0 (insert/search/found) +LRU cache mining: 0/0/0 (insert/search/found) +LRU cache msteams: 0/0/0 (insert/search/found) +LRU cache fpc_dns: 0/1/0 (insert/search/found) +Automa host: 0/0 (search/found) +Automa domain: 0/0 (search/found) +Automa tls cert: 0/0 (search/found) +Automa risk mask: 0/0 (search/found) +Automa common alpns: 0/0 (search/found) +Patricia risk mask: 4/0 (search/found) +Patricia risk mask IPv6: 0/0 (search/found) +Patricia risk: 0/0 (search/found) +Patricia risk IPv6: 0/0 (search/found) +Patricia protocols: 6/0 (search/found) +Patricia protocols IPv6: 0/0 (search/found) + +TRDP 14 1508 3 + +Acceptable 14 1508 3 + + 1 TCP 192.168.88.231:45482 <-> 192.168.88.138:17225 [proto: 424/TRDP][IP: 0/Unknown][ClearText][Confidence: DPI][FPC: 0/Unknown, Confidence: Unknown][DPI packets: 4][cat: IoT-Scada/31][6 pkts/536 bytes <-> 4 pkts/408 bytes][Goodput ratio: 25/33][0.01 sec][bytes ratio: 0.136 (Mixed)][IAT c2s/s2c min/avg/max/stddev: 0/5 2/6 6/6 3/0][Pkt Len c2s/s2c min/avg/max/stddev: 66/66 89/102 198/202 49/58][PLAIN TEXT (How are you)][Plen Bins: 0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0] + 2 UDP 192.168.88.231:45318 <-> 192.168.88.138:17225 [proto: 424/TRDP][IP: 0/Unknown][ClearText][Confidence: DPI][FPC: 424/TRDP, Confidence: DPI][DPI packets: 1][cat: IoT-Scada/31][1 pkts/174 bytes <-> 1 pkts/178 bytes][Goodput ratio: 75/76][< 1 sec][PLAIN TEXT (fHow are you)][Plen Bins: 0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0] + 3 UDP 192.168.88.231:47228 -> 192.168.88.138:17224 [proto: 424/TRDP][IP: 0/Unknown][ClearText][Confidence: DPI][FPC: 424/TRDP, Confidence: DPI][DPI packets: 1][cat: IoT-Scada/31][2 pkts/212 bytes -> 0 pkts/0 bytes][Goodput ratio: 60/0][< 1 sec][Risk: ** Unidirectional Traffic **][Risk Score: 10][Risk Info: No server to client traffic][PLAIN TEXT (Hello World)][Plen Bins: 0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0] |