Unused Value at packet-smb2.c:1956 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_smb2_share_caps (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-smb2.c)![]() | ||||||
![]() | ||||||
1948 | dissect_smb2_share_caps(proto_tree *tree, tvbuff_t *tvb, int offset) | |||||
1949 | { | |||||
1950 | static const int *sc_fields[] = { | |||||
1951 | &hf_smb2_share_caps_dfs, | |||||
1952 | NULL | |||||
1953 | }; | |||||
1954 | proto_item *item; | |||||
1955 | ||||||
1956 | item = proto_tree_add_bitmask(tree, tvb, offset, hf_smb2_share_caps, ett_smb2_share_caps, sc_fields, TRUE);
| |||||
1957 | ||||||
1958 | ||||||
1959 | offset += 4; | |||||
1960 | ||||||
1961 | return offset; | |||||
1962 | } | |||||
![]() |