aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sbc-ap.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-06[SBC-AP] Enhance info column information.AndersBroman1-5/+18
2018-01-05[SBC-AP] Update to 3GPP TS 29.168 V14.2.0 (2017-12)AndersBroman1-113/+1232
2017-06-22sbc-ap: Dissect several IEsVasil Velichkov1-20/+150
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-5/+5
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-19/+19
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-19/+19
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-1/+1
2015-11-25create_dissector_handle -> new_create_dissector_handle for ASN.1 dissectorsMichael Mann1-6/+7
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-5/+5
2015-04-10Remove depricated API tvb_length -> tvb_reported_lengthAndersBroman1-1/+1
2015-01-14[E212]Modify dissect_e212_mcc_mnc() to take E212 number type as anAndersBroman1-1/+1
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-11/+7
2014-06-21batch of tvb-length conversionsEvan Huus1-7/+7
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-8/+8
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-8/+8
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-3/+3
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-12/+10
2013-12-07- Make local functions static.Anders Broman1-7/+10
2013-11-17Add a way to retrieve a PER variable bit string lengthPascal Quantin1-4/+4
2013-06-19Convert the rest of the ASN1 dissectors from emem to wmem.Evan Huus1-8/+7
2013-06-14Remove check_col() from ASN.1 dissectorsMichael Mann1-11/+9
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-20/+20
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki1-7/+7
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Regenerate all asn.1 dissectors.Jakub Zawadzki1-33/+33
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-10Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-1/+1
2011-11-14Fix Id tag.Anders Broman1-1/+1
2011-11-08Try to fix defined but not used warnings.Anders Broman1-50/+17
2011-11-08Fix message_type defined but unused compiler warning/error. There are 3Stephen Fisher1-5/+4
2011-11-08packet-sbc-ap-template.c:138: warning: unused variable 'offset'Anders Broman1-5/+3
2011-11-08Add SBc Application Part (SBc-AP) to build.Anders Broman1-0/+1568