Empty if Statement at packet-gdsdb.c:969 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
gdsdb_slice_response (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gdsdb.c)![]() | ||||||
![]() | ||||||
959 | } | |||||
960 | ||||||
961 | static int | |||||
962 | gdsdb_slice_response(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree) | |||||
963 | { | |||||
964 | /* int offset; */ | |||||
965 | ||||||
966 | if (tvb_length(tvb) < 8) { | |||||
967 | return 0; | |||||
968 | } | |||||
969 | if (tree) {
| |||||
970 | /* hf_gdsdb_sliceresponse_length */ | |||||
971 | } | |||||
972 | ||||||
973 | return tvb_length(tvb); | |||||
974 | } | |||||
975 | ||||||
976 | static int | |||||
977 | gdsdb_execute(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree) | |||||
978 | { | |||||
979 | /* int offset; */ | |||||
![]() |