summaryrefslogtreecommitdiff
path: root/asn1/nbap
AgeCommit message (Expand)AuthorFilesLines
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde2-13/+13
2016-02-12umts_fp: fix ... defined but not used [-Werror=unused-const-variable] found b...Alexis La Goutte1-28/+0
2016-02-11[NBAP] Array hsdsch_macdflow_id_rlc_map should be 8 elements.AndersBroman1-6/+7
2016-02-11NBAP: fix ‘lchid_name_resolve’ defined but not used [-Werror=unused-const...Alexis La Goutte1-0/+2
2016-02-11NBAP: fix ‘lchId_rlc_map’ defined but not used [-Werror=unused-const-vari...Alexis La Goutte2-18/+23
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde2-13/+13
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde2-13/+13
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris2-47/+47
2016-01-02Get rid of an unnecessary level of indirection.Guy Harris1-27/+25
2015-12-13NBAP : Verify conversation proto data exists before trying to access itAnish Bhatt1-3/+6
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-2/+2
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-5/+6
2015-12-01[NBAP] Prevent crash.Michael Mann1-2/+3
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 Valverde2-10/+10
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs2-29/+29
2015-10-18NBAP: fix indent (use 8 spaces)Alexis La Goutte1-6/+6
2015-10-17NBAP: avoid dereferencing a NULL pointerPascal Quantin1-2/+5
2015-10-05Allow use of variadic macrosPeter Wu2-34/+26
2015-07-04asn1: split off cleanup routinesPeter Wu1-12/+13
2015-04-09Replace deprecated API tvb_length -> tvb_reported_lengthAndersBroman1-2/+2
2015-01-16SE_COPY_ADDRESS -> WMEM_COPY_ADDRESSMichael Mann2-10/+10
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-3/+0
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke2-5/+5
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-07-30Add some files under asn1 to the distribution.Guy Harris1-1/+1
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
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin2-7/+7
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin2-7/+7
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss13-28/+0
2014-02-05Dissector assert in packet-nbap.c. num_items isn't reset before calling a seq...Anders Broman1-0/+5
2013-12-09- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-23Convert ASN1 dissectors from ep_address_to_str to address_to_str. Clean up a bitEvan Huus1-6/+6
2013-11-02Require dissector_try_string to pass a data parameter to its subdissectors. ...Michael Mann1-3/+3
2013-09-20DCH-ID can be 255Anders Broman2-2/+2
2013-09-18Remove all non-ASCII characters from all .asn files. I didn't see the harm i...Chris Maynard3-227/+227
2013-09-15emem -> wmem (don't forget about .cnf)Jörg Mayer2-11/+12
2013-08-07add a range check for dch_idMartin Kaiser1-1/+2
2013-08-05Make some global variables staticJakub Zawadzki1-1/+1
2013-07-01Fix Coverity CID 712348 (Unused pointer value).Chris Maynard1-1/+1
2013-06-19Fix CID 712341: Dereference null return value (NULL_RETURNS)Jörg Mayer1-0/+1
2013-06-03cc1: warnings being treated as errorsAnders Broman2-3/+3
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann2-5/+20
2013-05-19Don't access nbap_dch_chnl_info if the index is > maxNrOfDCHsAnders Broman1-2/+4
2013-05-07Some moreJörg Mayer1-0/+32