Empty if Statement at packet-pdcp-lte.c:1048 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_pdcp_r_1_ts_or_id_packet (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-pdcp-lte.c)![]() | ||||||
![]() | ||||||
1038 | else { | |||||
1039 | if (check_col(pinfo->cinfo, COL_INFO)) { | |||||
1040 | col_append_str(pinfo->cinfo, COL_INFO, " R-1-ID"); | |||||
1041 | } | |||||
1042 | proto_item_append_text(root_item, " (R-1-ID)"); | |||||
1043 | } | |||||
1044 | ||||||
1045 | if (p_pdcp_info->profile == 1) { | |||||
1046 | /* TODO: */ | |||||
1047 | } | |||||
1048 | else if (p_pdcp_info->profile == 2) {
| |||||
1049 | /* TODO: */ | |||||
1050 | } | |||||
1051 | ||||||
1052 | return offset; | |||||
1053 | } | |||||
1054 | ||||||
1055 | ||||||
1056 | /* Dissect UO-1 packet. | |||||
1057 | Return following offset */ | |||||
1058 | static int dissect_pdcp_uo_1_packet(proto_tree *tree, | |||||
![]() |