Empty if Statement at packet-gdsdb.c:1062 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
gdsdb_fetch (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gdsdb.c)![]() | ||||||
![]() | ||||||
1052 | } | |||||
1053 | ||||||
1054 | static int | |||||
1055 | gdsdb_fetch(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree) | |||||
1056 | { | |||||
1057 | /* int offset; */ | |||||
1058 | ||||||
1059 | if (tvb_length(tvb) < 16) { | |||||
1060 | return 0; | |||||
1061 | } | |||||
1062 | if (tree) {
| |||||
1063 | /* hf_gdsdb_fetch_statement */ | |||||
1064 | /* */ | |||||
1065 | /* */ | |||||
1066 | } | |||||
1067 | ||||||
1068 | return tvb_length(tvb); | |||||
1069 | } | |||||
1070 | ||||||
1071 | static int | |||||
1072 | gdsdb_fetch_response(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree) | |||||
![]() |