Empty if Statement at packet-gdsdb.c:951 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
gdsdb_slice (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gdsdb.c)![]() | ||||||
![]() | ||||||
941 | } | |||||
942 | ||||||
943 | static int | |||||
944 | gdsdb_slice(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree) | |||||
945 | { | |||||
946 | /* int offset; */ | |||||
947 | ||||||
948 | if (tvb_length(tvb) < 24) { | |||||
949 | return 0; | |||||
950 | } | |||||
951 | if (tree) {
| |||||
952 | /* hf_gdsdb_slice_transaction */ | |||||
953 | /* hf_gdsdb_slice_id */ | |||||
954 | /* hf_gdsdb_slice_sdl */ | |||||
955 | /* hf_gdsdb_slice_parameters */ | |||||
956 | } | |||||
957 | ||||||
958 | return tvb_length(tvb); | |||||
959 | } | |||||
960 | ||||||
961 | static int | |||||
![]() |