aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/sbc-ap
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-11-25create_dissector_handle -> new_create_dissector_handle for ASN.1 dissectorsMichael Mann1-3/+4
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-5/+5
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-1/+1
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-4/+0
2014-07-30Add some files under asn1 to the distribution.Guy Harris1-1/+1
2014-06-21batch of tvb-length conversionsEvan Huus1-7/+7
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin2-8/+8
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin2-8/+8
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier2-6/+6
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss12-27/+0
2013-12-07- Make local functions static.Anders Broman1-0/+3
2013-06-19Convert the rest of the ASN1 dissectors from emem to wmem.Evan Huus1-1/+0
2013-06-14Remove check_col() from ASN.1 dissectorsMichael Mann2-7/+5
2013-05-10Some more protocols can be generated via cmakeJörg Mayer1-0/+35
2013-05-05Just whitespace changesJörg Mayer1-4/+4
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-13/+13
2012-06-28Update Free Software Foundation address.Jakub Zawadzki4-4/+4
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-10Forgot part of commit 39766.Anders Broman1-1/+1
2011-11-08Try to fix defined but not used warnings.Anders Broman1-11/+13
2011-11-08Fix message_type defined but unused compiler warning/error. There are 3Stephen Fisher1-1/+0
2011-11-08packet-sbc-ap-template.c:138: warning: unused variable 'offset'Anders Broman1-2/+0
2011-11-08Add SBc Application Part (SBc-AP) dirAnders Broman11-0/+1314