aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pdcp-nr.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-20Check that value_string values fit into field widthMartin Mathieson1-1/+1
2022-12-20PDCP-NR: Add a field to show/filter decrypted dataMartin Mathieson1-8/+24
2022-07-26PDCP_NR: Show direction in more sequence analysis expert outputMartin Mathieson1-6/+16
2022-05-24PDCP-NR: Fix a test (flagged by coverity)Martin Mathieson1-2/+4
2022-05-24PDCP-NR: Add separate UL/DL expert info ei items for missing SNsMartin Mathieson1-5/+13
2022-04-20libgcrypt: Require version 1.8.0John Thacker1-2/+0
2022-04-19PDCP-NR: changes to make security keys work betterMartin Mathieson1-61/+221
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-4/+4
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-2/+2
2021-12-06PDCP-NR: For broadcast PDU, don't dissect header and MACMartin Mathieson1-20/+22
2021-07-29More fussing with masks.Martin Mathieson1-1/+1
2021-03-04PDCP-NR: some decryption changes.Martin Mathieson1-90/+124
2021-02-14PDCP: set key error strings with g_strdup_print)Martin Mathieson1-11/+5
2021-02-09PDCP NR: fix compilation without any ciphering algorithm availablePascal Quantin1-2/+4
2021-01-17PDCP-NR: Add ZUC Cipher/integrity calls.Martin Mathieson1-8/+60
2021-01-12PDCP-NR: Trivial updates to some commentsMartin Mathieson1-9/+6
2021-01-09PDCP-NR security fixesMartin Mathieson1-20/+20
2021-01-05PDCP NR: Get DRB params when RLC not presentMartin Mathieson1-0/+24
2021-01-03PDCP-NR: Set 'cipheringDisabled' from RRCMartin Mathieson1-14/+24
2021-01-01PDCP-NR: Report errors for invalid keysMartin Mathieson1-18/+67
2020-12-31PDCP-NR: add ciphering and integrity checkingMartin Mathieson1-50/+1074
2020-09-25SDAP: Show presence in configuration, and summary in root.Martin Mathieson1-4/+29
2020-09-24SDAP: Add some long help, and fix filter name.Martin Mathieson1-4/+4
2020-02-01PDCP NR: call NR RRC dissector for signalling payloadPascal Quantin1-5/+33
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-22/+22
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