Empty if Statement at packet-pdcp-lte.c:1258 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_pdcp_uor_2_ts_or_id_packet (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-pdcp-lte.c)![]() | ||||||
![]() | ||||||
1248 | if (p_pdcp_info->large_cid_present) { | |||||
1249 | offset = dissect_large_cid(tree, tvb, offset); | |||||
1250 | } | |||||
1251 | ||||||
1252 | /* TODO: */ | |||||
1253 | } | |||||
1254 | ||||||
1255 | if (p_pdcp_info->profile == 1) { | |||||
1256 | /* TODO: */ | |||||
1257 | } | |||||
1258 | else if (p_pdcp_info->profile == 2) {
| |||||
1259 | /* TODO: */ | |||||
1260 | } | |||||
1261 | ||||||
1262 | return offset; | |||||
1263 | } | |||||
1264 | ||||||
1265 | ||||||
1266 | ||||||
1267 | ||||||
1268 | /* Show in the tree the config info attached to this frame, as generated fields */ | |||||
![]() |