aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nbap.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-01[NBAP] Prevent crash.Michael Mann1-32/+33
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-5/+5
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-10/+10
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-29/+29
2015-10-18NBAP: fix indent (use 8 spaces)Alexis La Goutte1-6/+6
2015-10-17NBAP: avoid dereferencing a NULL pointerPascal Quantin1-34/+37
2015-10-05Allow use of variadic macrosPeter Wu1-41/+33
2015-07-04asn1: split off cleanup routinesPeter Wu1-13/+14
2015-04-09Replace deprecated API tvb_length -> tvb_reported_lengthAndersBroman1-2/+2
2015-01-16SE_COPY_ADDRESS -> WMEM_COPY_ADDRESSMichael Mann1-42/+42
2014-12-25 NBAP: fix ddi missed for non first macdflow_id in E-DCH channelIlya Gavrilov1-4/+3
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-10/+7
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-6/+9
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-1/+1
2014-09-09Fix some spelling & grammar.Bill Meier1-7/+7
2014-06-22Fix leak in nbap init functionEvan Huus1-2/+2
2014-06-21batch of tvb-length conversionsEvan Huus1-5/+5
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-2/+2