Wireshark-bugs: [Wireshark-bugs] [Bug 8503] Add USBPcap support

Date: Thu, 21 Mar 2013 11:26:10 +0000

Comment # 5 on bug 8503 from
But there is always some errors 
+                    tvb_memcpy(tvb, (guint8 *)&iso_status, offset, 4);
+                    proto_tree_add_item(tree, hf_usb_win32_iso_status, tvb,
offset, 4, iso_status);
+                    offset += 4;
It will be use proto_tre_add_uint (not item)


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