aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pdcp-nr.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-11-11PDCP-NR: Show some config highlights in config root and Info column.Martin Mathieson1-0/+25
2018-08-14WIP GTP: Make it possible to configure PDCP parameters to dissectAndersBroman1-2/+5
2018-06-20PDCP NR: upgrade SDAP dissection to v15.0.0Pascal Quantin1-26/+33
2018-06-19PDCP NR: fix IP tvbuff creation when MAC-I is presentPascal Quantin1-1/+1
2018-06-04PDCP NR: add SDAP header presence indication and dissectionPascal Quantin1-5/+79
2018-05-24PDCP NR: add a framing option to indicate MAC-I presence in user plane PDU (C...Pascal Quantin1-25/+24
2018-05-21PDCP NR: status bitmap starts at FMC+1Pascal Quantin1-3/+3
2018-04-30pdcp-nr: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2018-04-23PDCP NR: tweaks for framing formatPascal Quantin1-20/+16
2018-04-20PDCP-NR: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2018-04-14PDCP NR: remove a now meaningless commentPascal Quantin1-2/+0
2018-04-14PDCP NR: reuse existing pdcp_nr_info structure after first passPascal Quantin1-86/+84
2018-04-13PDCP NR: add expert info for unknown / missing UDP framing tagsPascal Quantin1-2/+21
2018-04-12PDCP NR: add SN length to PDCP context for user plane PDUsPascal Quantin1-0/+5
2018-04-12PDCP NR: rework UDP framing formatPascal Quantin1-11/+13
2018-04-10"#if 0" out some currently-unused value_strings.Guy Harris1-0/+2
2018-04-10NR (5G) PDCPMartin Mathieson1-0/+1631