summaryrefslogtreecommitdiff
path: root/asn1/lpp
AgeCommit message (Collapse)AuthorFilesLines
2014-07-31Add a missed -template.h fileJoerg Mayer1-0/+1
Change-Id: I83f4680b3b258daf0fdad9f896be5f854b8dc3de Reviewed-on: https://code.wireshark.org/review/3282 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
2014-07-31Add more files to the distribution.Guy Harris1-0/+1
If it's checked into asn1 or a subdirectory thereof, put it into the distribution. (If it's not useful, why is it in Git?) Change-Id: I4dac8a0d19a770db1513729cf71069a37f1d83fc Reviewed-on: https://code.wireshark.org/review/3276 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-07-30Add some files under asn1 to the distribution.Guy Harris1-1/+1
Include CMakeLists.txt files and the gnm subdirectory, along with the top-level Makefile.inc and Makefile.preinc files. Don't explicitly include Custom.make, as automake does that automatically given that it's included by asn1/Makefile.am. Add some files to EXTRA_DIST lists. Move some .asn files to EXTRA_DIST; they don't need to be in SRC_FILES, as SRC_FILES always includes EXTRA_DIST, and they *do* need to be in EXTRA_DIST so that they're in the distribution. Change-Id: Id91df577260fa57028d40fe098be1d79c59398e6 Reviewed-on: https://code.wireshark.org/review/3273 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-07-08Upgrade LPP dissector to v11.5.0Pascal Quantin4-15/+16
Change-Id: I8c51cebec5b234b9d0667aaf3f70b0a48bb842f6 Reviewed-on: https://code.wireshark.org/review/2933 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-06-11FixAndersBroman1-0/+3
Warn Dissector bug, protocol LPP, in packet 1: proto.c:3403: failed assertion "DISSECTOR_ASSERT_NOT_REACHED" redifine FT of NavModel-GLONASS-ECEF/gloP1 Change-Id: Id865c39b8d15528417075f9e7ed0378704aa98dc Reviewed-on: https://code.wireshark.org/review/2132 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-24Upgrade LPPe dissector to V1_1-20140108-CPascal Quantin1-0/+6
Change-Id: I1d5d4ed73825bb5cda0cc2e76e5000c38c50b601 Reviewed-on: https://code.wireshark.org/review/816 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate ↵Bill Meier2-4/+4
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 Morriss8-17/+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>
2014-01-13Upgrade LPP dissector to v11.5.0Pascal Quantin3-13/+15
svn path=/trunk/; revision=54737
2013-12-08- Forward declaration of register functions.Anders Broman1-0/+4
svn path=/trunk/; revision=53861
2013-11-25Fix a shadowed declaration error when compiling with gcc 4.3.2Pascal Quantin1-3/+3
svn path=/trunk/; revision=53562
2013-11-25Prettify LTE Positioning Protocol dissectionPascal Quantin2-39/+2586
svn path=/trunk/; revision=53561
2013-05-07Some moreJörg Mayer1-0/+30
svn path=/trunk/; revision=49203
2013-05-05Just whitespace changesJörg Mayer1-3/+3
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
2013-03-20Upgrade LPP dissector to v11.2.0Pascal Quantin2-13/+42
svn path=/trunk/; revision=48443
2013-01-11Upgrade LPP dissector to v11.1.0 and modify extract_asn1_from_spec.pl to ↵Pascal Quantin3-8/+164
automatically get ASN.1 from spec svn path=/trunk/; revision=47034
2013-01-06Upgrade LTE RRC dissector to v11.2.0Pascal Quantin1-0/+10
svn path=/trunk/; revision=46959
2012-09-28Upgrade LTE Positioning Protocol to V11.0.0Pascal Quantin3-6/+14
svn path=/trunk/; revision=45193
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-08-15Fix field type for some 64 bits header fieldsPascal Quantin1-0/+10
svn path=/trunk/; revision=44513
2012-07-09Add LTE Positioning Protocol Extensions dissectorPascal Quantin5-11/+59
Upgrade LTE Positioning Protocol to V10.5.0 svn path=/trunk/; revision=43628
2012-06-28Update Free Software Foundation address.Jakub Zawadzki5-5/+5
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-05-19Use col_append_sep_str instead of col_append_strpascal1-1/+1
svn path=/trunk/; revision=42716
2012-01-16From Pascal Quantin:Anders Broman1-0/+34
Upgrade LTE RRC dissector to v10.4.0 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6742 Add missing file svn path=/trunk/; revision=40551
2012-01-16From Pascal Quantin:Anders Broman1-0/+10
Upgrade LTE RRC dissector to v10.4.0 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6742 svn path=/trunk/; revision=40549
2011-10-16From Pascal Quantin.Anders Broman6-0/+2110
LTE Positioning Protocol dissector https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6460 svn path=/trunk/; revision=39436