Empty if Statement at packet-pdcp-lte.c:448 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_pdcp_dynamic_chain (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-pdcp-lte.c)![]() | ||||||
![]() | ||||||
438 | RFC 3095, "4.5.6. Self-describing variable-length values" */ | |||||
439 | /* TODO: TS-Stride (1-4 bytes) */ | |||||
440 | if (tis) { | |||||
441 | /* Assume encoded in two bytes for now... */ | |||||
442 | proto_tree_add_bits_ret_val(dynamic_rtp_tree, hf_pdcp_lte_rohc_dynamic_rtp_ts_stride, | |||||
443 | tvb, offset*8 + 2, 14, &ts_stride, FALSE); | |||||
444 | offset += 2; | |||||
445 | } | |||||
446 | ||||||
447 | /* TODO: Time-stride (1-4 bytes) */ | |||||
448 | if (tss) {
| |||||
449 | } | |||||
450 | ||||||
451 | /* Set proper length for subtree */ | |||||
452 | proto_item_set_len(root_ti, offset-tree_start_offset); | |||||
453 | ||||||
454 | /* Add summary to root item */ | |||||
455 | proto_item_append_text(root_ti, " (seqnum = %u, = %u)", | |||||
456 | sequence_number, ); | |||||
457 | } | |||||
458 | ||||||
![]() |