Unused Value at packet-dcerpc-mapi.c:8600 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
mapi_dissect_struct_Release_req (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-mapi.c)![]() | ||||||
![]() | ||||||
8589 | mapi_dissect_struct_Release_req(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_) | |||||
8590 | { | |||||
8591 | proto_item *item = NULL; | |||||
8592 | proto_tree *tree = NULL; | |||||
8593 | int old_offset; | |||||
8594 | ||||||
8595 | ||||||
8596 | old_offset = offset; | |||||
8597 | ||||||
8598 | if (parent_tree) { | |||||
8599 | item = proto_tree_add_item(parent_tree, hf_index, tvb, offset, -1, TRUE); | |||||
8600 | tree = proto_item_add_subtree(item, ett_mapi_Release_req);
| |||||
8601 | } | |||||
8602 | ||||||
8603 | ||||||
8604 | proto_item_set_len(item, offset-old_offset); | |||||
8605 | ||||||
8606 | return offset; | |||||
8607 | } | |||||
![]() |