Empty if Statement at packet-gdsdb.c:769 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
gdsdb_segment (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gdsdb.c)![]() | ||||||
![]() | ||||||
759 | } | |||||
760 | ||||||
761 | static int | |||||
762 | gdsdb_segment(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree) | |||||
763 | { | |||||
764 | /* int offset; */ | |||||
765 | ||||||
766 | if (tvb_length(tvb) < 16) { | |||||
767 | return 0; | |||||
768 | } | |||||
769 | if (tree) {
| |||||
770 | /* hf_gdsdb_segment_blob */ | |||||
771 | /* hf_gdsdb_segment_length */ | |||||
772 | /* hf_gdsdb_segment_segment */ | |||||
773 | } | |||||
774 | ||||||
775 | return tvb_length(tvb); | |||||
776 | } | |||||
777 | ||||||
778 | static int | |||||
779 | gdsdb_seek_blob(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree) | |||||
![]() |