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

Wireshark-bugs: [Wireshark-bugs] [Bug 8905] patch: (SCSI OSD) per-attribute subtree

Date: Mon, 08 Jul 2013 15:54:13 +0000

changed bug 8905

What Removed Added
CC   [email protected]

Comment # 3 on bug 8905 from
Hi Javier,

the code don't build : 
packet-scsi-osd.c:1440:18: error: declaration of 'ti' shadows a previous local
[-Werror=shadow]
packet-scsi-osd.c:1414:16: error: shadowed declaration is here [-Werror=shadow]

+                proto_tree_add_text(tree, tvb, offset,
tvb_length_remaining(tvb, offset), "Don't know how to decode this attribute
list type:0x%02x",type);

What don't use the new proto_tree_add_expert ?


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