Empty if Statement at packet-gdsdb.c:1002 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
gdsdb_exec_immediate2 (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gdsdb.c)![]() | ||||||
![]() | ||||||
992 | } | |||||
993 | ||||||
994 | static int | |||||
995 | gdsdb_exec_immediate2(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree) | |||||
996 | { | |||||
997 | /* int offset; */ | |||||
998 | ||||||
999 | if (tvb_length(tvb) < 44) { | |||||
1000 | return 0; | |||||
1001 | } | |||||
1002 | if (tree) {
| |||||
1003 | /* hf_gdsdb_prepare2_blr */ | |||||
1004 | /* hf_gdsdb_prepare2_number */ | |||||
1005 | /* */ | |||||
1006 | /* hf_gdsdb_prepare2_outblr */ | |||||
1007 | /* hf_gdsdb_prepare2_outmsgnr */ | |||||
1008 | } | |||||
1009 | ||||||
1010 | return tvb_length(tvb); | |||||
1011 | } | |||||
1012 | ||||||
![]() |