aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rrc.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-20/+20
2019-10-18RRC: Add System Information Block type to info columnDarien Spencer1-158/+404
2019-09-23RRC: Partial SIB dissection in BCCH-BCH messagesDarien Spencer1-39/+204
2019-09-22RRC: do not use a freed wmem_strbuf structurePascal Quantin1-1/+1
2019-09-17RRC: Reconstruct MCC-MNC pairs in PLMN-IdentityWithOptionalMCC elementDarien Spencer1-43/+95
2019-07-13RRC: Remove duplicate dissection of algorithm cap bitmapsDarien Spencer1-141/+55
2019-04-04asn2wrs: Improve filtername of named bits.Anders Broman1-219/+219
2019-04-04PER: Use proto_tree_add_bitmask... () for named bits.Anders Broman1-113/+392
2019-04-04ETSI CAT: add dissection of Network Measurement ResultsPascal Quantin1-163/+164
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-122/+122
2019-02-18Add protocol filter for exported parts of 3G and LTE RRC.Martin Mathieson1-137/+373
2018-09-28RRC: upgrade dissector to v15.4.0Pascal Quantin1-2/+2
2018-06-26RRC: upgrade dissector to v15.3.0Pascal Quantin1-3738/+4500
2018-06-09RRC: Simplify private data creationDarien Spencer1-14/+10
2018-06-04RRC: Use PINFO_FD_VISITED macroDarien Spencer1-7/+7
2018-05-17RRC: Make the U-RNTI field filterableDarien Spencer1-37/+70
2018-04-10RRC: upgrade dissector to v15.2.0Pascal Quantin1-2639/+3439
2018-02-28rrc: remove unused function.Dario Lombardo1-11/+6
2018-02-28rrc: move allocation within if statement.Dario Lombardo1-4/+4
2018-02-27rrc: check parameter when creating cipher info (found by clang).Dario Lombardo1-5/+8
2018-02-18ASN.1: update auto generated dissectorsPascal Quantin1-7/+7
2018-02-13NBAP: Fix and enhance SIB parsingNick James1-243/+241
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-06RRC: Fix direction valuesNick James1-11/+13
2017-12-25RRC: Spot more UE transitionsNick James1-153/+284
2017-11-30RRC: Improve C-RNTI resolvingDarien Spencer1-21/+22
2017-11-30rrc: Remove unused GTreeDarien Spencer1-15/+7
2017-11-30RRC: reset strbuf pointer after its usePascal Quantin1-38/+73
2017-11-30RRC: Fixup wmem_strbuf usage.Gerald Combs1-33/+35
2017-11-17rrc: fixed incorrect constantsDarien Spencer1-2/+2
2017-10-29Add conversation endpoint typeMichael Mann1-1/+1
2017-10-15rrc: Dissect algorithm capabilitiesDarien Spencer1-53/+139
2017-09-27RRC: upgrade dissector to v14.4.0Pascal Quantin1-110/+110
2017-09-17RRC: check wmem_strbuf_t pointer before using itPascal Quantin1-38/+41
2017-09-15UMTS RRC: Call E.212 DissectorDarien Spencer1-37/+145
2017-09-13UMTS RLC: Mark ciphered framesDarien Spencer1-154/+239
2017-07-23RRC: upgrade dissector to v14.3.0Pascal Quantin1-7996/+10818
2017-06-19RLC: Renamed U-RNTI to UE IDDarien Spencer1-1/+1
2017-06-19[UMTS RLC] Rename proto variableDarien Spencer1-2/+2
2017-06-17[UMTS RLC] Renaming dissector files to fit FP/MACDarien Spencer1-1/+1
2017-05-12UMTS Iub: Resolve U-RNTI for C-RNTIS. Shapira1-47/+148
2017-05-07UMTS Iub: Refactored U-RNTI resolving logic for dedicated channelsS. Shapira1-85/+80
2017-04-20UMTS Iub: Added U-RNTI resolving logic for UEs on DCHsswsdev1-154/+307
2017-03-27[UMTS RRC] Added dissection of "Cell Identity"S. Shapira1-27/+53
2017-01-04RRC: upgrade dissector to v13.5.0Pascal Quantin1-405/+405
2016-09-28proto_tree_add_item_ret_(u)int/proto_tree_add_bitmask_with_flags_ret_uint64: ...Pascal Quantin1-1/+1
2016-07-20[RRC] Update to V13.3.0 (2016-07)AndersBroman1-122/+122
2016-04-04RRC: upgrade dissector to v13.2.0Pascal Quantin1-739/+905
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-4/+4
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-139/+139