aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi-osd.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2008-03-14 07:45:30 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2008-03-14 07:45:30 +0000
commit14e0b8f79233987dde0b88aec2667cf9244c9585 (patch)
treec8984cbb43815597bbfd90e9c607fff3b226af14 /epan/dissectors/packet-scsi-osd.c
parent9815fec31d4709adb6c63ad54c9ed4722b02a47e (diff)
From Dan Messinger:
The OSD APPEND command does not use the sort order field. Wireshark is decoding it. svn path=/trunk/; revision=24627
Diffstat (limited to 'epan/dissectors/packet-scsi-osd.c')
-rw-r--r--epan/dissectors/packet-scsi-osd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/packet-scsi-osd.c b/epan/dissectors/packet-scsi-osd.c
index 186319d7e7..3170a2d198 100644
--- a/epan/dissectors/packet-scsi-osd.c
+++ b/epan/dissectors/packet-scsi-osd.c
@@ -1912,9 +1912,8 @@ dissect_osd_append(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
dissect_osd_option(tvb, offset, tree);
offset++;
- /* getset attributes byte / sort order */
+ /* getset attributes byte */
dissect_osd_getsetattrib(tvb, offset, tree, cdata);
- dissect_osd_sortorder(tvb, offset, tree);
offset++;
/* timestamps control */