HI, I am working on MATIP (port 350) over TCP/IP traffic analysis as per the RFC https://tools.ietf.org/html/draft-rfced-info-matip-00#section-8.1.1.1 Would be great if I can get the packet analyzer for MATIP. Any help would be greatly appreciated. asked 10 Jul '17, 05:22 J4jay |
If you have some programming experience and you don't want to take the burden of rolling out a Wireshark development environment, you may use Lua to write your own dissector. The price is slower speed as compared to dissectors written in C, the advantage is the speed and simplicity of development.
If you want to have this protocol supported in some future Wireshark version open an enhancement bug (including sample capture(s)). Maybe someone will look after it.
There has been a patch for MATIP a long, long time ago, which hasn't been merged.