Empty if Statement at packet-gdsdb.c:1095 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
gdsdb_free_statement (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gdsdb.c)![]() | ||||||
![]() | ||||||
1085 | } | |||||
1086 | ||||||
1087 | static int | |||||
1088 | gdsdb_free_statement(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree) | |||||
1089 | { | |||||
1090 | /* int offset; */ | |||||
1091 | ||||||
1092 | if (tvb_length(tvb) < 12) { | |||||
1093 | return 0; | |||||
1094 | } | |||||
1095 | if (tree) {
| |||||
1096 | /* hf_gdsdb_free_statement */ | |||||
1097 | /* hf_gdsdb_free_option */ | |||||
1098 | } | |||||
1099 | ||||||
1100 | return tvb_length(tvb); | |||||
1101 | } | |||||
1102 | ||||||
1103 | static int | |||||
1104 | gdsdb_insert(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree) | |||||
1105 | { | |||||
![]() |