http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20679
User: sahlberg
Date: 2007/02/01 08:56 PM
Log:
Ian Schorr <ian.schorr@xxxxxxxxx>
Wed, Jan 31, 2007 at 7:24 PM
To: wireshark-dev@xxxxxxxxxxxxx
Hello,
Please consider for checkin the following new dissectors, for the FMP protocol.
FMP (File Mapping Protocol) is the network protocol basis for EMC's HighRoad (MPFS) technology.?\194?\160 Highroad is used to allow multiple clients to share access to NAS-shared files while allowing clients to directly access data volumes (via, for example, Fibre Channel or iSCSI).?\194?\160 EMC currently uses this technology in our Celerra NAS servers, and we're currently in the process of open sourcing portions of the technology.
FMP actually consists of two ONC/RPC-based protocols - the core FMP protocol, and FMP/Notify.?\194?\160 The latter is used as an asynchronous callback to inform clients of status changes, such as lock revocation.
We'd like to offer these dissectors to Wireshark users for help in debugging or otherwise troubleshooting MPFS-related problems.?\194?\160 There are still a few minor changes that need to be made ( i.e. a handful of fields that aren't decoded) but the dissector is overall fairly complete and very usable.
Let me know if there are questions or feedback, or otherwise if other info is needed (like sample captures, which I don't want to send out to the mailing list).
Thanks,
Ian Schorr
EMC Corporation
Directory: /trunk/epan/dissectors/
Changes Path Action
+4 -0 Makefile.common Modified
+2328 -0 packet-fmp.c Added
+214 -0 packet-fmp.h Added
+644 -0 packet-fmp_notify.c Added
+50 -0 packet-fmp_notify.h Added
Directory: /trunk/
Changes Path Action
+1 -0 AUTHORS Modified