Unused Value at packet-dcerpc-mapi.c:4102 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
mapi_dissect_struct_request (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-mapi.c)![]() | ||||||
![]() | ||||||
4097 | mapi_dissect_struct_request(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *parent_tree _U_, guint8 *drep _U_, int hf_index _U_, guint32 param _U_) | |||||
4098 | { | |||||
4099 | proto_item *item = NULL; | |||||
4100 | proto_tree *tree = NULL; | |||||
4101 | int old_offset; | |||||
4102 | old_offset = offset;
| |||||
4103 | if (parent_tree) { | |||||
4104 | item = proto_tree_add_item(parent_tree, hf_index, tvb, offset, -1, TRUE); | |||||
4105 | tree = proto_item_add_subtree(item, ett_mapi_mapi_request); | |||||
4106 | } | |||||
4107 | offset = mapi_dissect_struct_EcDoRpc_MAPI_REQ(tvb, offset, pinfo, tree, drep, hf_mapi_mapi_request_mapi_req, 0); | |||||
4108 | return offset; | |||||
4109 | } | |||||
![]() |