Bug ID |
8927
|
Summary |
patch: (packet-scsi-osd.c) fix partitions being inadvertently set as removed
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
SVN
|
Hardware |
All
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Minor
|
Priority |
Low
|
Component |
Dissection engine (libwireshark)
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
--
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.
You are receiving this mail because:
- You are watching all bug changes.