Text   |  XML   |  ReML   |   Visible Warnings:

Empty if Statement  at packet-pdcp-lte.c:1127

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

dissect_pdcp_uo_1_ts_or_id_packet

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-pdcp-lte.c)expand/collapse
Show more  
 1117      else {
 1118          if (check_col(pinfo->cinfo, COL_INFO)) {
 1119              col_append_str(pinfo->cinfo, COL_INFO, " UO-1-ID");
 1120          }
 1121          proto_item_append_text(root_item, " (UO-1-ID)");
 1122      }
 1123   
 1124      if (p_pdcp_info->profile == 1) {
 1125          /* TODO: */
 1126      }
 1127      else if (p_pdcp_info->profile == 2) {
 1128          /* TODO: */
 1129      }
 1130   
 1131      return offset;
 1132  }
 1133   
 1134   
 1135   
 1136   
 1137   
Show more  




Change Warning 66.27332 : Empty if Statement

Priority:
State:
Finding:
Owner:
Note: