Empty if Statement at packet-gdsdb.c:934 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
gdsdb_ddl (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gdsdb.c)![]() | ||||||
![]() | ||||||
924 | } | |||||
925 | ||||||
926 | static int | |||||
927 | gdsdb_ddl(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree) | |||||
928 | { | |||||
929 | /* int offset; */ | |||||
930 | ||||||
931 | if (tvb_length(tvb) < 16) { | |||||
932 | return 0; | |||||
933 | } | |||||
934 | if (tree) {
| |||||
935 | /* hf_gdsdb_ddl_database */ | |||||
936 | /* hf_gdsdb_ddl_transaction */ | |||||
937 | /* hf_gdsdb_ddl_blr */ | |||||
938 | } | |||||
939 | ||||||
940 | return tvb_length(tvb); | |||||
941 | } | |||||
942 | ||||||
943 | static int | |||||
944 | gdsdb_slice(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree) | |||||
![]() |