aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/nbap
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-05Just whitespace changesJörg Mayer1-4/+4
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23
2013-03-18From beroset:Anders Broman2-12/+12
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-4/+4
2012-12-18When copying addresses, also copy the (new) hf field.Jeff Morriss1-142/+125
2012-11-16If we have an com_context_id entry reuse that.Anders Broman2-74/+87
2012-11-15Add and prettify debug info - will regenerate dissector laterAnders Broman1-49/+105
2012-11-14Dissable code causing a crash. Add debug printouts and add a few more visited...Anders Broman2-13/+70
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Add data parameter to dissector_try_uint_newJakub Zawadzki1-2/+2