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

Date: Tue, 12 Mar 2013 01:25:07 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=48258

User: sahlberg
Date: 2013/03/11 06:25 PM

Log:
 SPC-3 and later has a 16-bit allocation length for the INQUIRY allocation
 length.
 
 While SPC-2 only has one byte for allocation length
 
 Change this to treat allocation length as a 16 bit quantity starting one byte prior to the current single byte that wireshark dissects.
 This makes it correct for SPC-3 and later  and still works for SPC-2 since that first byte is reserverd, == must be 0, in SPC-2 and prior.

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