aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nbap.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-7/+7
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-7/+7
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-133/+131
2014-02-05Dissector assert in packet-nbap.c. num_items isn't reset before calling a seq...Anders Broman1-19/+24
2013-12-09- Forward declaration of register functions.Anders Broman1-7/+10
2013-11-23Convert ASN1 dissectors from ep_address_to_str to address_to_str. Clean up a bitEvan Huus1-6/+6
2013-11-17Add a way to retrieve a PER variable bit string lengthPascal Quantin1-53/+53
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 Broman1-2/+2
2013-09-15Finish asn1 emem -> wmem conversion.Jörg Mayer1-18/+19
2013-08-07add a range check for dch_idMartin Kaiser1-58/+59
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-19Regenerate dissectorPascal Quantin1-1/+1
2013-06-19Fix CID 712341: Dereference null return value (NULL_RETURNS)Jörg Mayer1-3/+4
2013-06-03cc1: warnings being treated as errorsAnders Broman1-3/+3
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann1-9/+24
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-1342/+1342
2013-05-19Don't access nbap_dch_chnl_info if the index is > maxNrOfDCHsAnders Broman1-57/+59