Unused Value at packet-smb2.c:3794 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_smb2_FSCTL_SET_OBJECT_ID (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-smb2.c)![]() | ||||||
![]() | ||||||
3785 | dissect_smb2_FSCTL_SET_OBJECT_ID(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, int offset, gboolean data_in) | |||||
3786 | { | |||||
3787 | ||||||
3788 | /* There is no out data */ | |||||
3789 | if(!data_in){ | |||||
3790 | return; | |||||
3791 | } | |||||
3792 | ||||||
3793 | /* FILE_OBJECTID_BUFFER */ | |||||
3794 | offset=dissect_smb2_FILE_OBJECTID_BUFFER(tvb, pinfo, tree, offset);
| |||||
3795 | ||||||
3796 | return; | |||||
3797 | } | |||||
![]() |