Empty if Statement at packet-gdsdb.c:1128 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
gdsdb_cursor (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gdsdb.c)![]() | ||||||
![]() | ||||||
1118 | } | |||||
1119 | ||||||
1120 | static int | |||||
1121 | gdsdb_cursor(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree) | |||||
1122 | { | |||||
1123 | /* int offset; */ | |||||
1124 | ||||||
1125 | if (tvb_length(tvb) < 16) { | |||||
1126 | return 0; | |||||
1127 | } | |||||
1128 | if (tree) {
| |||||
1129 | /* hf_gdsdb_cursor_statement */ | |||||
1130 | /* hf_gdsdb_cursor_type */ | |||||
1131 | } | |||||
1132 | ||||||
1133 | return tvb_length(tvb); | |||||
1134 | } | |||||
1135 | ||||||
1136 | static int | |||||
1137 | gdsdb_sql_response(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree) | |||||
1138 | { | |||||
![]() |