aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-atn-ulcs.c
AgeCommit message (Collapse)AuthorFilesLines
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate ↵Bill Meier1-22/+22
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 Morriss1-7/+5
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>
2014-01-14But *do* cast const void * to the appropriate type.Guy Harris1-4/+4
svn path=/trunk/; revision=54778
2014-01-14Don't cast away constness.Guy Harris1-6/+6
svn path=/trunk/; revision=54777
2013-12-11Fix (-W)unused-const-variable error found by ClangAlexis La Goutte1-2/+2
svn path=/trunk/; revision=53935
2013-12-10comment out unused functionsMartin Kaiser1-2/+4
fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9538 reported by Yaniv Kaul svn path=/trunk/; revision=53902
2013-12-10- Forward declaration of register functions.Anders Broman1-6/+9
svn path=/trunk/; revision=53901
2013-11-22Fix unused-const-variable error when build with clang 3.4Alexis La Goutte1-2/+4
svn path=/trunk/; revision=53509
2013-11-17Add a way to retrieve a PER variable bit string lengthPascal Quantin1-6/+8
svn path=/trunk/; revision=53382
2013-10-31Add a data parameter to call_ber_oid_callback to be able to pass data to ↵Michael Mann1-2/+2
subdissectors found with dissector_try_string_new. The intention is to aid in the removal of pinfo->private_data use as well as static global variables in a dissector. For now, all calls to call_ber_oid_callback have the data parameter set to NULL. svn path=/trunk/; revision=52994
2013-09-17Regenerate all files where the .cnf files had whitespace changes.Jörg Mayer1-5/+5
svn path=/trunk/; revision=52125
2013-09-12Give various files RCS IDs.Guy Harris1-5/+7
svn path=/trunk/; revision=51963
2013-09-08Add a chunk forgotten in r51846Pascal Quantin1-57/+59
svn path=/trunk/; revision=51847
2013-09-08Slightly different fix for ↵Pascal Quantin1-63/+65
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9117 : Check that tvb returned by dissect_per_bit_string is not null before trying to use it svn path=/trunk/; revision=51846
2013-09-07Fix the FSF address in the license header for the new ASN.1 dissectors.Evan Huus1-10/+6
svn path=/trunk/; revision=51830
2013-09-05Convert atn-* dissectors to wmem. No emem in new code please!Evan Huus1-36/+28
svn path=/trunk/; revision=51780
2013-09-05From Mathias Guettler:Anders Broman1-0/+2640
New dissector for Air/Ground Datalink ICAO doc 9705 Ed2: ULCS, CM, CPDLC. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8903 svn path=/trunk/; revision=51766