aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi-osd.c
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2008-03-14 07:45:30 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2008-03-14 07:45:30 +0000
commit5cdfb6e973b51d608a3b5f1688fe8ed3a41ec7ee (patch)
treec8984cbb43815597bbfd90e9c607fff3b226af14 /epan/dissectors/packet-scsi-osd.c
parent513d00db2fd58f8713ec3d9eb55a5e2762be9feb (diff)
From Dan Messinger:
The OSD APPEND command does not use the sort order field. Wireshark is decoding it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24627 f5534014-38df-0310-8fa8-9805f1628bb7
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 */