aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/nbap/packet-nbap-template.c
AgeCommit message (Expand)AuthorFilesLines
9 daysprefs: Validate enum namesJohn Thacker1-2/+2
2024-08-07Dissectors: Include what you use.Anders Broman1-0/+1
2024-07-16Update the tvb_get API calls in our ASN.1 dissectorsGerald Combs1-8/+8
2024-07-05epan: Convert ASN.1 dissectors to C99Stig Bjørlykke1-98/+98
2024-07-01NBAP:Only create the global maps onceChen Wenyi1-8/+9
2024-06-15epan: changed heur_dissector_t to boolJoakim Karlsson1-8/+8
2024-04-05Remove init to zero for static variablesStig Bjørlykke1-3/+3
2024-03-02Fix some spelling mistakesMartin Mathieson1-1/+1
2023-11-02asn2wrs: Update to not initialize static proto valuesStig Bjørlykke1-12/+12
2023-05-18epan: Add STRING_CASE_[IN]SENSITIVE for dissector tablesJohn Thacker1-3/+3
2022-12-15NBAP: Add UEID to HS-DSCH flows added from RadioLinkReconfigurationJohn Thacker1-1/+12
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-2/+2
2021-08-19wmem: convert more asn1 dissectors to pinfo->poolEvan Huus1-10/+10
2021-06-16dissectors: Replace g_log() with ws_log()João Valverde1-1/+1
2020-09-05Fix some detected spelling errors in ASN1 dissectors.Martin Mathieson1-1/+1
2018-09-19Try to discourage the use of APIs via counting.Gerald Combs1-3/+1
2018-09-19NBAP: Change E-DCH type choosing conditionDarien Spencer1-0/+1
2018-08-16NBAP: Support IB_SG_DATA Encoding Variant 2Darien Spencer1-1/+20
2018-06-09NBAP: Simplify private data creationDarien Spencer1-5/+2
2018-06-04NBAP: Use PINFO_FD_VISITED macroDarien Spencer1-1/+1
2018-05-23NBAP: Simplify private data APIDarien Spencer1-395/+3
2018-05-23NBAP: remove an unused expert info fieldPascal Quantin1-2/+0
2018-05-23NBAP: remove a useless maskPascal Quantin1-2/+2
2018-05-23NBAP: optimize a bit the heuristic checksPascal Quantin1-5/+9
2018-02-13NBAP: Fix and enhance SIB parsingNick James1-0/+46
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-11-26NBAP: Always map NB-CC to CRNC-CCPeter Hamilton1-13/+0
2017-10-29Add conversation endpoint typeMichael Mann1-2/+2
2017-08-29NBAP: Refactor information storing per-packetDarien Spencer1-57/+495
2017-08-26NBAP: Replaced a commentDarien Spencer1-1/+0
2017-08-15NBAP over SCTP heuristic dissectorSam Cisneros1-0/+74
2017-07-10NBAP: fix Coverity CID 1414728Pascal Quantin1-1/+1
2017-07-10NBAP: Moved all global variables togetherDarien Spencer1-46/+42
2017-07-06NBAP: please checkAPIs.pl scriptPascal Quantin1-1/+3
2017-07-04NBAP: improve conversation managementPiotr Tulpan1-282/+384
2017-06-17[UMTS RLC] Renaming dissector files to fit FP/MACDarien Spencer1-1/+1
2017-05-20UMTS FP: Refactored FP Conversation Info structsswsdev1-4/+7
2017-05-07UMTS Iub: Refactored U-RNTI resolving logic for dedicated channelsS. Shapira1-0/+7
2017-04-20UMTS Iub: Added U-RNTI resolving logic for UEs on DCHsswsdev1-0/+2
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-5/+5
2016-07-20packet-nbap.c: Convert some g_ APIs to wmem.Michael Mann1-29/+5
2016-07-01ASN.1 dissectors - don't try to find yourself.Michael Mann1-4/+3
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-5/+5
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-0/+570