Ethereal-dev: [Ethereal-dev] MX/IP dissector

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Wemelsfelder, Armand" <Armand.Wemelsfelder@xxxxxx>
Date: Thu, 7 Apr 2005 09:07:31 +0200
Hi all,
 
I recently wrote a new dissector for Ethereal (version 0.10.9) that 
analyses our (proprietary but open) MX/IP protocol which lives on top 
of UDP. It uses port number 8655 which is in the process of getting 
registered. MX/IP is a management protocol that is developed by NKF 
Electronics (
www.nkfelectronics.com) to control their network video equipment. The 
dissector has been tested and verified and I sincerely believe it is 
correct. I only tested compilation on the MSVC/Windows platform, but I 
also believe the code is portable to the other platforms as I tried to 
adhere to the Ethereal coding rules with respect to portability.
There is one new file residing in the epan/dissectors directory: packet-mxip.c
 
The corresponding makefile.common in the same directory needs to be patched with makefile.common.patch to include this new file.
 
Best regards,
 
    Armand Wemelsfelder
 

Attachment: packet-mxip.c
Description: Binary data

Attachment: makefile.common.patch
Description: Binary data