Empty if Statement at packet-gdsdb.c:802 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
gdsdb_reconnect (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gdsdb.c)![]() | ||||||
![]() | ||||||
792 | } | |||||
793 | ||||||
794 | static int | |||||
795 | gdsdb_reconnect(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree) | |||||
796 | { | |||||
797 | /* int offset; */ | |||||
798 | ||||||
799 | if (tvb_length(tvb) < 12) { | |||||
800 | return 0; | |||||
801 | } | |||||
802 | if (tree) {
| |||||
803 | /* hf_gdsdb_reconnect_database */ | |||||
804 | } | |||||
805 | ||||||
806 | return tvb_length(tvb); | |||||
807 | } | |||||
808 | ||||||
809 | static int | |||||
810 | gdsdb_info(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree) | |||||
811 | { | |||||
812 | int offset; | |||||
![]() |