fix typo it is one in buffer and one out buffer in transaction request not two out buffers

svn path=/trunk/; revision=16584
This commit is contained in:
Ronnie Sahlberg 2005-11-25 06:45:50 +00:00
parent cdec2dd031
commit ebe4645322
1 changed files with 1 additions and 1 deletions

View File

@ -2007,7 +2007,7 @@ dissect_smb2_transaction_request(tvbuff_t *tvb, packet_info *pinfo, proto_tree *
offset = dissect_smb2_olb_length_offset(tvb, offset, &o_olb, OLB_O_UINT32_S_UINT32, hf_smb2_transaction_out_data);
/* in buffer offset/length */
offset = dissect_smb2_olb_length_offset(tvb, offset, &i_olb, OLB_O_UINT32_S_UINT32, hf_smb2_transaction_out_data);
offset = dissect_smb2_olb_length_offset(tvb, offset, &i_olb, OLB_O_UINT32_S_UINT32, hf_smb2_transaction_in_data);
/* some unknown bytes */
proto_tree_add_item(tree, hf_smb2_unknown, tvb, offset, 4, TRUE);