Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 28105: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Tue, 21 Apr 2009 13:52:03 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28105

User: wmeier
Date: 2009/04/21 06:52 AM

Log:
 infiniband: Fix various issues mostly relating to protocol field display:
 - Conform display of fields to Infiniband spec (1.2.1): E.G.: use correct bitmasks in hf[];
   (The verification/correction process is not complete: see packet-inifiniband.h);
 - Comment out unused hf[] & related elements;
 - hf[]: FT_BOOLEAN entries with bitmask: "BASE" should be "bitwidth of parent bitfield";
 - packet-infiniband.c: Use consistent indentation;
 -                      Move proto_register & proto_reg_handoff to the end of the file.

Directory: /trunk/epan/dissectors/
  Changes    Path                   Action
  +2313 -2313 packet-infiniband.c    Modified
  +104 -100  packet-infiniband.h    Modified