Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 8971] patch: dissect SCSI OSD attribute identification sen

Date: Fri, 26 Jul 2013 07:49:13 +0000

changed bug 8971

What Removed Added
CC   [email protected]

Comment # 3 on bug 8971 from
Hi,

The code don't compile for me :

packet-scsi-osd.c:260:27: error: static declaration of 'attributes_page_vals'
follows non-static declaration
In file included from packet-scsi-osd.c:40:0:
packet-scsi-osd.h:32:27: note: previous declaration of 'attributes_page_vals'
was here
packet-scsi.c: In function 'dissect_scsi_descriptor_snsinfo':
packet-scsi.c:4854:29: error: declaration of 'item' shadows a previous local
[-Werror=shadow]
packet-scsi.c:4810:20: error: shadowed declaration is here [-Werror=shadow]
packet-scsi.c:4860:17: error: implicit declaration of function
'osd_lookup_attribute' [-Werror=implicit-function-declaration]
packet-scsi.c:4860:20: error: assignment makes pointer from integer without a
cast [-Werror]


You are receiving this mail because:
  • You are watching all bug changes.