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 35241: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Tue, 21 Dec 2010 21:29:49 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35241

User: jake
Date: 2010/12/21 01:29 PM

Log:
 From daulis0@xxxxxxxxx:
 There are 2 parts to the CIGI protocol. 1) Host to IG messages and 2) IG to
 Host messages. Currently, Host to IG messages are parsed correctly, but IG to
 Host messages show Malformed Packet (or may not even detect as CIGI at all)
 
 Some of the protocol format is different between versions. The "Minor Version"
 is used by the dissector to separate the differences, but this field is in a
 different location in the IG Control Packet (Host to IG message) vs the Start
 of Frame Packet (IG to Host message).
 
 Attached patch to correct this.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +23 -3     packet-cigi.c    Modified