Empty if Statement at packet-gdsdb.c:851 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
gdsdb_service_start (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gdsdb.c)![]() | ||||||
![]() | ||||||
841 | } | |||||
842 | ||||||
843 | static int | |||||
844 | gdsdb_service_start(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree) | |||||
845 | { | |||||
846 | /* int offset; */ | |||||
847 | ||||||
848 | if (tvb_length(tvb) < 16) { | |||||
849 | return 0; | |||||
850 | } | |||||
851 | if (tree) {
| |||||
852 | /* hf_gdsdb_info_object */ | |||||
853 | /* hf_gdsdb_info_incarnation */ | |||||
854 | /* hf_gdsdb_info_items */ | |||||
855 | /* hf_gdsdb_info_buffer_length */ | |||||
856 | } | |||||
857 | ||||||
858 | return tvb_length(tvb); | |||||
859 | } | |||||
860 | ||||||
861 | static int | |||||
![]() |