ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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

Date: Wed, 01 Dec 2010 23:30:08 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35099

User: morriss
Date: 2010/12/01 03:30 PM

Log:
 From Zachary Mark via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5457 :
 
 The scsi_persresv_type_val field in packet-scsi.c contains a mapping of
 persistent reservation opcodes to their descriptive types.  The opcode for the
 Exclusive Access - Registrants Only field is incorrectly set to 7, when the
 correct opcode is 6 (as per SPC-2 onward).  The attached patch corrects this
 discrepancy.
 
 The attached patch also adds support for dissecting opcodes 7 and 8, the two
 all registrants reservation types present in SPC-3 onward.

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