Unused Value at packet-nisplus.c:1886 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_cb_entry (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-nisplus.c)![]() | ||||||
![]() | ||||||
1877 | dissect_cb_entry(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree) | |||||
1878 | { | |||||
1879 | proto_item* lock_item = NULL; | |||||
1880 | proto_tree* lock_tree = NULL; | |||||
1881 | int old_offset = offset; | |||||
1882 | ||||||
1883 | lock_item = proto_tree_add_item(tree, hf_nispluscb_entry, | |||||
1884 | tvb, offset, -1, FALSE); | |||||
1885 | ||||||
1886 | lock_tree = proto_item_add_subtree(lock_item, ett_nispluscb_entry);
| |||||
1887 | ||||||
1888 | /*XXXXX Not implemented yet*/ | |||||
1889 | ||||||
1890 | proto_item_set_len(lock_item, offset-old_offset); | |||||
1891 | return offset; | |||||
1892 | } | |||||
![]() |