Hello.
I’m currently developing a Zeek plugin that parses the Profinet_IO_CM protocol traffic.
The PROFINET_IO_CM protocol is transported within a DCE/RPC protocol wrapper.
The DCE/RPC protocol is transported within a UDP packet.
So,
I’ve run into a problem, when Zeek is trying to detect UDP based DCE/RPC “connections.”
Zeek can correctly recognize “normal” UDP based client/server connections.
(e.g. From a DNS client to a DNS server)
but, it runs into problems when parsing the UDP based PROFINET_IO_CM protocol.
I’ve attached a detailed write-up (.txt) document that describes the nature of the problem
(along with a proposed solution)
-and- a small .pcapng file that contains actual PROFINET_IO_CM protocol traffic.
Any ideas on how to resolve this issue?
It seems like a “Zeek source code change” will be required, to correct this issue?
Thanks,
–Brett
pn_io_cm_udp_connections.txt (6.01 KB)
PROFINET_only.pcapng (3.68 KB)