Unused Value at packet-dcerpc-mapi.c:8856 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
mapi_dissect_struct_RecipSMTP (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-mapi.c)![]() | ||||||
![]() | ||||||
8845 | mapi_dissect_struct_RecipSMTP(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_) | |||||
8846 | { | |||||
8847 | proto_item *item = NULL; | |||||
8848 | proto_tree *tree = NULL; | |||||
8849 | int old_offset; | |||||
8850 | ||||||
8851 | ||||||
8852 | old_offset = offset; | |||||
8853 | ||||||
8854 | if (parent_tree) { | |||||
8855 | item = proto_tree_add_item(parent_tree, hf_index, tvb, offset, -1, TRUE); | |||||
8856 | tree = proto_item_add_subtree(item, ett_mapi_RecipSMTP);
| |||||
8857 | } | |||||
8858 | ||||||
8859 | ||||||
8860 | proto_item_set_len(item, offset-old_offset); | |||||
8861 | ||||||
8862 | return offset; | |||||
8863 | } | |||||
![]() |