Empty if Statement at packet-gdsdb.c:1079 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
gdsdb_fetch_response (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gdsdb.c)![]() | ||||||
![]() | ||||||
1069 | } | |||||
1070 | ||||||
1071 | static int | |||||
1072 | gdsdb_fetch_response(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree) | |||||
1073 | { | |||||
1074 | /* int offset; */ | |||||
1075 | ||||||
1076 | if (tvb_length(tvb) < 12) { | |||||
1077 | return 0; | |||||
1078 | } | |||||
1079 | if (tree) {
| |||||
1080 | /* hf_gdsdb_fetchresponse_status */ | |||||
1081 | /* */ | |||||
1082 | } | |||||
1083 | ||||||
1084 | return tvb_length(tvb); | |||||
1085 | } | |||||
1086 | ||||||
1087 | static int | |||||
1088 | gdsdb_free_statement(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree) | |||||
1089 | { | |||||
![]() |