Text   |  XML   |  ReML   |   Visible Warnings:

Empty if Statement  at packet-wimaxasncp.c:814

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

wimaxasncp_dissect_tlv_value

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/wimaxasncp/packet-wimaxasncp.c)expand/collapse
Show more  
 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;
Show more  




Change Warning 90.27844 : Empty if Statement

Because they are very similar, this warning shares annotations with warning 90.27845.

Priority:
State:
Finding:
Owner:
Note: