Empty if Statement at packet-pdcp-lte.c:1081 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_pdcp_uo_1_packet (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-pdcp-lte.c)![]() | ||||||
![]() | ||||||
1071 | offset++; | |||||
1072 | ||||||
1073 | /* Large CID */ | |||||
1074 | if (p_pdcp_info->large_cid_present) { | |||||
1075 | offset = dissect_large_cid(tree, tvb, offset); | |||||
1076 | } | |||||
1077 | ||||||
1078 | if (p_pdcp_info->profile == 1) { | |||||
1079 | /* TODO: */ | |||||
1080 | } | |||||
1081 | else if (p_pdcp_info->profile == 2) {
| |||||
1082 | /* TODO: */ | |||||
1083 | } | |||||
1084 | ||||||
1085 | return offset; | |||||
1086 | } | |||||
1087 | ||||||
1088 | ||||||
1089 | /* Dissect UO-1-TS or UO-1-ID packet. | |||||
1090 | Return following offset */ | |||||
1091 | static int dissect_pdcp_uo_1_ts_or_id_packet(proto_tree *tree, | |||||
![]() |