Wireshark-commits: [Wireshark-commits] rev 20568: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Fri, 26 Jan 2007 17:06:18 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20568

User: jake
Date: 2007/01/26 05:06 PM

Log:
 From Patrick vd Lageweg:
 This patch fixes three problems with the SCSI persistent reserve in command:
 - The Additional length starts at offset 4 and not 0
 - The len field contains the length used by the keys and doesn't include the header length. 
   So don't substract the header length from the length.
 - The key list is traversed from the beginning to end end and not the other way around.

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