Unused Value at packet-dcerpc-dfs.c:597 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
netdfs_dissect_struct_dfs_Info0 (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-dfs.c)![]() | ||||||
![]() | ||||||
586 | netdfs_dissect_struct_dfs_Info0(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_) | |||||
587 | { | |||||
588 | proto_item *item = NULL; | |||||
589 | proto_tree *tree = NULL; | |||||
590 | int old_offset; | |||||
591 | ||||||
592 | ||||||
593 | old_offset = offset; | |||||
594 | ||||||
595 | if (parent_tree) { | |||||
596 | item = proto_tree_add_item(parent_tree, hf_index, tvb, offset, -1, TRUE); | |||||
597 | tree = proto_item_add_subtree(item, ett_netdfs_dfs_Info0);
| |||||
598 | } | |||||
599 | ||||||
600 | ||||||
601 | proto_item_set_len(item, offset-old_offset); | |||||
602 | ||||||
603 | return offset; | |||||
604 | } | |||||
![]() |