Empty if Statement at packet-gdsdb.c:869 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
gdsdb_release (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gdsdb.c)![]() | ||||||
![]() | ||||||
859 | } | |||||
860 | ||||||
861 | static int | |||||
862 | gdsdb_release(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree) | |||||
863 | { | |||||
864 | /* int offset; */ | |||||
865 | ||||||
866 | if (tvb_length(tvb) < 8) { | |||||
867 | return 0; | |||||
868 | } | |||||
869 | if (tree) {
| |||||
870 | /* hf_gdsdb_release_object */ | |||||
871 | } | |||||
872 | ||||||
873 | return tvb_length(tvb); | |||||
874 | } | |||||
875 | ||||||
876 | #if 0 | |||||
877 | static int | |||||
878 | gdsdb_prepare2(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree) | |||||
879 | { | |||||
![]() |