Empty if Statement at packet-gdsdb.c:901 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
gdsdb_event (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gdsdb.c)![]() | ||||||
![]() | ||||||
891 | #endif | |||||
892 | ||||||
893 | static int | |||||
894 | gdsdb_event(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree) | |||||
895 | { | |||||
896 | /* int offset; */ | |||||
897 | ||||||
898 | if (tvb_length(tvb) < 24) { | |||||
899 | return 0; | |||||
900 | } | |||||
901 | if (tree) {
| |||||
902 | /* hf_gdsdb_event_database */ | |||||
903 | /* hf_gdsdb_event_items */ | |||||
904 | /* hf_gdsdb_event_ast */ | |||||
905 | /* hf_gdsdb_event_arg */ | |||||
906 | /* hf_gdsdb_event_rid */ | |||||
907 | } | |||||
908 | return tvb_length(tvb); | |||||
909 | } | |||||
910 | ||||||
911 | static int | |||||
![]() |