From Patrick vd Lageweg:

The PERSISTENT REVERVE OUT dissectors uses the table of the PERSISTENT REVERVE
IN command to decode the Service Action field which is obviously not correct.
This patch fixes the problem.


svn path=/trunk/; revision=20631
This commit is contained in:
Stephen Fisher 2007-01-30 19:43:29 +00:00
parent 4f563a8fd3
commit 7317125c33
1 changed files with 1 additions and 1 deletions

View File

@ -3090,7 +3090,7 @@ dissect_spc3_persistentreserveout (tvbuff_t *tvb, packet_info *pinfo _U_, proto_
return;
if (isreq && iscdb) {
proto_tree_add_item (tree, hf_scsi_persresvin_svcaction, tvb, offset,
proto_tree_add_item (tree, hf_scsi_persresvout_svcaction, tvb, offset,
1, 0);
proto_tree_add_item (tree, hf_scsi_persresv_scope, tvb, offset+1, 1, 0);
proto_tree_add_item (tree, hf_scsi_persresv_type, tvb, offset+1, 1, 0);