aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nbap.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-20Regenerate ASN.1 dissectors.Guy Harris1-7/+7
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-41/+54
2018-08-16NBAP: Support IB_SG_DATA Encoding Variant 2Darien Spencer1-68/+123
2018-06-09NBAP: Simplify private data creationDarien Spencer1-9/+6
2018-06-04NBAP: Use PINFO_FD_VISITED macroDarien Spencer1-24/+24
2018-05-24NBAP: Fix style issues in .cnfDarien Spencer1-210/+138
2018-05-23NBAP: Simplify private data APIDarien Spencer1-848/+392
2018-05-23NBAP: remove an unused expert info fieldPascal Quantin1-6/+4
2018-05-23NBAP: remove a useless maskPascal Quantin1-2/+2
2018-05-23NBAP: optimize a bit the heuristic checksPascal Quantin1-8/+12
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-227/+243
2018-02-13NBAP: Fix and enhance SIB parsingNick James1-175/+394
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-12NBAP: copy address in pinfo->poolPascal Quantin1-5/+5
2017-11-26NBAP: Always map NB-CC to CRNC-CCPeter Hamilton1-77/+58
2017-10-29Add conversation endpoint typeMichael Mann1-59/+53
2017-08-29NBAP: Refactor information storing per-packetDarien Spencer1-494/+1094
2017-08-26NBAP: Replaced a commentDarien Spencer1-17/+24
2017-08-15NBAP over SCTP heuristic dissectorSam Cisneros1-3/+77
2017-07-10NBAP: fix Coverity CID 1414728Pascal Quantin1-1/+1
2017-07-10NBAP: Moved all global variables togetherDarien Spencer1-53/+49
2017-07-06NBAP: please checkAPIs.pl scriptPascal Quantin1-8/+10
2017-07-04NBAP: improve conversation managementPiotr Tulpan1-643/+779
2017-06-17[UMTS RLC] Renaming dissector files to fit FP/MACDarien Spencer1-1/+1
2017-06-10Resync some ASN.1 dissectors.Michael Mann1-140/+140
2017-05-24NBAP: Create E-DCH channel infoDarienSpencer651-32/+38
2017-05-20UMTS FP: Refactored FP Conversation Info structsswsdev1-184/+210
2017-05-18UMTS FP: Track Paging Indications in PCHsswsdev1-50/+54
2017-05-12UMTS Iub: Resolve U-RNTI for C-RNTIS. Shapira1-51/+63
2017-05-07UMTS Iub: Refactored U-RNTI resolving logic for dedicated channelsS. Shapira1-59/+69
2017-04-20UMTS Iub: Added U-RNTI resolving logic for UEs on DCHsswsdev1-60/+67
2017-04-10NBAP: fix malformed packet error when having a single byte BindingIDPascal Quantin1-3/+3
2017-02-14Handle NSAP IPv4 addresses in NBAP's TransportLayerAddress field which aren't...S. Shapira1-126/+140
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-73/+50
2016-07-01ASN.1 dissectors - don't try to find yourself.Michael Mann1-8/+7
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-140/+140
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-13/+13
2016-02-11NBAP: fix ‘lchId_rlc_map’ defined but not used [-Werror=unused-const-vari...Alexis La Goutte1-4/+26
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-13/+13
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-13/+13
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-47/+47
2016-01-02Get rid of an unnecessary level of indirection.Guy Harris1-31/+29
2015-12-13NBAP : Verify conversation proto data exists before trying to access itAnish Bhatt1-33/+36
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-1091/+1091
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-1/+1
2015-12-02[NBAP] Fix SIGSEGV in dissect_nbap_MACdPDU_SizeMichael Mann1-30/+31