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