http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54455
User: alagoutte
Date: 2013/12/26 09:54 AM
Log:
From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9595
Small changes (mainly textual) to packet-scsi.c
The attached patch fixes small issues in SCSI dissection:
1. Extends the meaning of some fields (for example, the mysterious 'LBPME' becomes 'LBPME (logical block provisioning management enabled) / TPE'
2. Adds another ASC value which is important to me - 'Thin Provisioning Soft Threshold Reached' . Added comment where to get all of them (at http://www.t10.org/lists/asc-alph.txt or http://www.t10.org/lists/asc-num.txt)
3. Fixes a small typo: scsi.extcopy.dest_lba is 'Destination LBA', not 'Source LBA' (silly copy-paste mistake).
Directory: /trunk/epan/dissectors/
Changes Path Action
+2 -2 packet-scsi-sbc.c Modified
+10 -8 packet-scsi.c Modified