Empty if Statement at packet-wimaxasncp.c:814 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
wimaxasncp_dissect_tlv_value (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/wimaxasncp/packet-wimaxasncp.c)![]() | ||||||
![]() | ||||||
804 | return; | |||||
805 | } | |||||
806 | case WIMAXASNCP_TLV_BITFLAGS32: | |||||
807 | { | |||||
808 | if (length != 4) | |||||
809 | { | |||||
810 | /* encoding error */ | |||||
811 | break; | |||||
812 | } | |||||
813 | ||||||
814 | if (tlv_info->enums == NULL)
| |||||
815 | { | |||||
816 | /* enum values missing */ | |||||
817 | } | |||||
818 | ||||||
819 | if (tree) | |||||
820 | { | |||||
821 | proto_tree *flags_tree; | |||||
822 | proto_item *item; | |||||
823 | guint32 value; | |||||
824 | guint i; | |||||
![]() |