aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/nbap
AgeCommit message (Expand)AuthorFilesLines
2022-08-25Rename a bunch of things with "conversation".Guy Harris2-20/+20
2021-08-19wmem: convert more asn1 dissectors to pinfo->poolEvan Huus2-15/+15
2021-07-26asn1: convert most dissectors to pinfo->poolEvan Huus1-12/+12
2021-06-16dissectors: Replace g_log() with ws_log()João Valverde2-2/+2
2021-01-11Fix duplicated filter namecated fileter namesAnders Broman1-0/+4
2020-09-05Fix some detected spelling errors in ASN1 dissectors.Martin Mathieson1-1/+1
2020-03-11asn1: fix -Wmisleading-indentation warnings with Clang 10Peter Wu1-41/+41
2020-02-03NBAP: Actually set max mac-d pdu size flagDarien Spencer1-0/+3
2020-01-11Compilation fixes when CMAKE_BUILD_TYPE = MinSizeRel (-Os flag).Roman Koshelev1-1/+1
2019-10-18RRC: Add System Information Block type to info columnDarien Spencer1-0/+12
2019-03-10nbap: add sanity checks when accessing arrays via num_items.Dario Lombardo1-5/+5
2018-09-19Try to discourage the use of APIs via counting.Gerald Combs1-3/+1
2018-09-19NBAP: Change E-DCH type choosing conditionDarien Spencer2-10/+23
2018-09-17NBAP: Remove #if 0'd codeDarien Spencer1-17/+0
2018-08-16NBAP: Support IB_SG_DATA Encoding Variant 2Darien Spencer2-8/+63
2018-06-09NBAP: Simplify private data creationDarien Spencer1-5/+2
2018-06-04NBAP: Use PINFO_FD_VISITED macroDarien Spencer2-24/+24
2018-05-24NBAP: Fix style issues in .cnfDarien Spencer1-97/+21
2018-05-23NBAP: Simplify private data APIDarien Spencer2-705/+278
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-04-18Remove autotools build system.Dario Lombardo1-34/+0
2018-03-07dissectors: more SPDX license convertions.Dario Lombardo2-26/+2
2018-03-05NBAP: avoid linking a DCH-ID to itselfPascal Quantin1-4/+4
2018-02-18NBAP: check that DCH ID was initialized before using itPascal Quantin1-84/+100
2018-02-13NBAP: Fix and enhance SIB parsingNick James2-32/+251
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo2-26/+2
2018-02-12NBAP: copy address in pinfo->poolPascal Quantin1-5/+5
2017-11-26NBAP: Always map NB-CC to CRNC-CCPeter Hamilton2-42/+23
2017-10-29Add conversation endpoint typeMichael Mann2-29/+23
2017-08-29NBAP: Refactor information storing per-packetDarien Spencer2-378/+956
2017-08-26NBAP: Replaced a commentDarien Spencer2-3/+10
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 Tulpan2-513/+634
2017-06-17[UMTS RLC] Renaming dissector files to fit FP/MACDarien Spencer2-2/+2
2017-05-24NBAP: Create E-DCH channel infoDarienSpencer651-0/+6
2017-05-20UMTS FP: Refactored FP Conversation Info structsswsdev2-45/+71
2017-05-18UMTS FP: Track Paging Indications in PCHsswsdev1-1/+5
2017-05-12UMTS Iub: Resolve U-RNTI for C-RNTIS. Shapira1-0/+12
2017-05-07UMTS Iub: Refactored U-RNTI resolving logic for dedicated channelsS. Shapira3-0/+15
2017-04-20UMTS Iub: Added U-RNTI resolving logic for UEs on DCHsswsdev2-0/+6
2017-04-10NBAP: fix malformed packet error when having a single byte BindingIDPascal Quantin1-4/+4
2017-02-14Handle NSAP IPv4 addresses in NBAP's TransportLayerAddress field which aren't...S. Shapira1-2/+17
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 Mann2-40/+17
2016-07-01ASN.1 dissectors - don't try to find yourself.Michael Mann1-4/+3