aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/sbc-ap
AgeCommit message (Collapse)AuthorFilesLines
2014-06-21batch of tvb-length conversionsEvan Huus1-7/+7
Change-Id: I76ca4d075756e3ac691070e0c05344a410ea2498 Reviewed-on: https://code.wireshark.org/review/2507 Reviewed-by: Evan Huus <eapache@gmail.com>
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin2-8/+8
This reverts commit e308e7c4de81c2ff7159e444b865ac59de4faa2b. Change-Id: I079616d63f643f79f1bc03ef5fdf724f36df4071 Reviewed-on: https://code.wireshark.org/review/2435 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin2-8/+8
Change-Id: I52ecfccbce423206242e3cf99401a8c9e1655d88 Reviewed-on: https://code.wireshark.org/review/2385 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate ↵Bill Meier2-6/+6
dissectors. Change-Id: I0e779b2ac2f608356649c5bbfca438141070dea4 Reviewed-on: https://code.wireshark.org/review/412 Reviewed-by: Bill Meier <wmeier@newsguy.com> Tested-by: Bill Meier <wmeier@newsguy.com>
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss12-27/+0
Change-Id: Ie476c6f82f318188b41ed922b92c6fec119ea954 Reviewed-on: https://code.wireshark.org/review/244 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2013-12-07- Make local functions static.Anders Broman1-0/+3
- Forward declaration of register functions. svn path=/trunk/; revision=53821
2013-06-19Convert the rest of the ASN1 dissectors from emem to wmem.Evan Huus1-1/+0
svn path=/trunk/; revision=50063
2013-06-14Remove check_col() from ASN.1 dissectorsMichael Mann2-7/+5
svn path=/trunk/; revision=49927
2013-05-10Some more protocols can be generated via cmakeJörg Mayer1-0/+35
svn path=/trunk/; revision=49233
2013-05-05Just whitespace changesJörg Mayer1-4/+4
svn path=/trunk/; revision=49167
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23
It doesn't do anything yet, it is just to make svn status readable again. svn path=/trunk/; revision=49007
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45015
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-13/+13
Add new parameter 'data' to heur_dissector_t and new_dissector_t, for now it's always NULL svn path=/trunk/; revision=44860
2012-06-28Update Free Software Foundation address.Jakub Zawadzki4-4/+4
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-05-10Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-1/+1
proto_tree_add_item() calls. svn path=/trunk/; revision=42544
2011-11-14Fix Id tag.Anders Broman1-1/+1
svn path=/trunk/; revision=39824
2011-11-10Forgot part of commit 39766.Anders Broman1-1/+1
svn path=/trunk/; revision=39781
2011-11-08Try to fix defined but not used warnings.Anders Broman1-11/+13
svn path=/trunk/; revision=39766
2011-11-08Fix message_type defined but unused compiler warning/error. There are 3Stephen Fisher1-1/+0
more problems that I'll mail to -dev. svn path=/trunk/; revision=39763
2011-11-08packet-sbc-ap-template.c:138: warning: unused variable 'offset'Anders Broman1-2/+0
svn path=/trunk/; revision=39762
2011-11-08Add SBc Application Part (SBc-AP) dirAnders Broman11-0/+1314
svn path=/trunk/; revision=39756