Empty if Statement at packet-gdsdb.c:1111 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
gdsdb_insert (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gdsdb.c)![]() | ||||||
![]() | ||||||
1101 | } | |||||
1102 | ||||||
1103 | static int | |||||
1104 | gdsdb_insert(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree) | |||||
1105 | { | |||||
1106 | /* int offset; */ | |||||
1107 | ||||||
1108 | if (tvb_length(tvb) < 16) { | |||||
1109 | return 0; | |||||
1110 | } | |||||
1111 | if (tree) {
| |||||
1112 | /* hf_gdsdb_insert_statement */ | |||||
1113 | /* */ | |||||
1114 | /* */ | |||||
1115 | } | |||||
1116 | ||||||
1117 | return tvb_length(tvb); | |||||
1118 | } | |||||
1119 | ||||||
1120 | static int | |||||
1121 | gdsdb_cursor(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree) | |||||
![]() |