Empty if Statement at packet-gdsdb.c:984 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
gdsdb_execute (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gdsdb.c)![]() | ||||||
![]() | ||||||
974 | } | |||||
975 | ||||||
976 | static int | |||||
977 | gdsdb_execute(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree) | |||||
978 | { | |||||
979 | /* int offset; */ | |||||
980 | ||||||
981 | if (tvb_length(tvb) < 12) { | |||||
982 | return 0; | |||||
983 | } | |||||
984 | if (tree) {
| |||||
985 | /* hf_gdsdb_execute_statement */ | |||||
986 | /* hf_gdsdb_execute_transaction */ | |||||
987 | /* */ | |||||
988 | /* */ | |||||
989 | } | |||||
990 | ||||||
991 | return tvb_length(tvb); | |||||
992 | } | |||||
993 | ||||||
994 | static int | |||||
![]() |