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

Wireshark-dev: [Wireshark-dev] Error: Found non-ASCII characters on line 871 of packet-scsi-osd

From: Anders Broman <anders.broman@xxxxxxxxxxxx>
Date: Mon, 15 Jul 2013 08:08:40 +0000

Hi,

Could someone apply this patch please?

Regards

Anders

 

Index: packet-scsi-osd.c

===================================================================

--- packet-scsi-osd.c   (revision 2070)

+++ packet-scsi-osd.c   (working copy)

@@ -868,7 +868,7 @@

                guint32 length,padlen;

                proto_item *item_type, *item_length;

 

-               /* descrptor type */

+               /* descriptor type */

                item_type= proto_tree_add_item(tree, hf_scsi_osd2_cdb_continuati

on_descriptor_type, tvb, offset, 2, ENC_BIG_ENDIAN);

                type=tvb_get_ntohs(tvb, offset);

                offset+=2;