How do I add support for a new protocol to Wireshark?
Hello wireshark community, We are a hardware developer and we have created a simple UDP Ethernet protocol to stream with our own devices.
And It would be great to publish it on Wireshark.
I have a few questions:
- Does the protocol have to be a standard? Is there a specification like port number, header count, etc..? Lets say We would like use UDP port: 7256 and our main header 20 byte long.
- What do I need to do to publish and support it in Wireshark?
Thank you for your answers.