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

Date: Mon, 15 Jul 2013 04:50:04 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50603

User: etxrab
Date: 2013/07/14 09:50 PM

Log:
 From Javier Godoy:
 fix partitions being inadvertently set as removed.
 
 In dissect_osd_get_attributes and dissect_osd_set_attributes there were calls to dissect_osd_partition_id with the last parameter (is_removed) set to TRUE instead of FALSE. That caused dissect_osd_partition_id reporting the partitions as "removed". 
 
 The only service action where is_removed must be TRUE is dissect_osd_remove_partition.
 
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8927

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