aboutsummaryrefslogtreecommitdiffstats
path: root/tools/extract_asn1_from_spec.pl
AgeCommit message (Collapse)AuthorFilesLines
2023-01-11extract_asn1_from_spec.pl: add support for M2AP and M3AP specsPascal Quantin1-1/+1
2022-09-13E1AP: upgrade dissector to v17.1.0Pascal Quantin1-1/+1
2022-04-19LPP: upgrade dissector to v16.8.0Pascal Quantin1-0/+8
2021-01-07LPP: upgrade dissector to v16.3.0Pascal Quantin1-2/+2
2020-12-16LPPa: upgrade dissector to v16.1.0Pascal Quantin1-1/+1
2020-12-16NRPPa: upgrade dissector to v16.1.0Pascal Quantin1-1/+1
2020-12-16extract_asn1_from_spec.pl: fix parsing with CRLF line endingPascal Quantin1-1/+1
2020-10-24extract_asn1_from_spec.pl : fix ^END to ^END$Tom Yan1-1/+1
2020-09-28extract_asn1_from_spec.pl: add version into exported asn fileTom Yan1-0/+4
2020-09-25extract_asn1_from_spec.pl : fix export of S1APTom Yan1-2/+10
2020-09-24extract_asn1_from_spec.pl : update commentsTom Yan1-2/+2
2020-09-24extract_asn1_from_spec.pl: fix export of X2AP, NGAP, XnAP, E1AP and F1APPascal Quantin1-2/+15
And remove S1AP as it does not use the ASN1START/ASN1STOP keywords.
2020-09-24Add : extract asn from (36|38)\.413|(36|38).423|38\.463|38\.473)Tom Yan1-1/+1
2019-12-31LPP: upgrade dissector to 37.355 v15.0.0Pascal Quantin1-2/+2
3GPP decided to transfer the specification from 36.355 to 37.355 now that it covers NR also. 37.355 v15.0.0 is equivalent to 36.355 v15.5.0. Change-Id: I63aba21f55861ffd8a5c0adbd307b0453482baaa Reviewed-on: https://code.wireshark.org/review/35613 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2018-04-04extract_asn1_from_spec.pl: fix parsing of END tagPascal Quantin1-1/+1
Change-Id: I2eb73f74b456ffb5a9bae50e78f7edb4204912e0 Reviewed-on: https://code.wireshark.org/review/26740 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2018-03-07spdx: more licenses converted.Dario Lombardo1-13/+1
Change-Id: I3861061ec261e63b23621799e020e811ed78a343 Reviewed-on: https://code.wireshark.org/review/26333 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-01-10NR RRC: add initial dissector based on v15.0.0Pascal Quantin1-2/+2
ASN.1 prose imported from the specification and heavily modified manually to workaround its poor quality. Some of them are marked with -- WS modification comment, some are not. Probably useless as-is, but it is an initial start until an updated version is available. Change-Id: I19ab6cedb6aa23c8ed57bae525ee4a3391494e32 Reviewed-on: https://code.wireshark.org/review/25235 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-07-18LPP: upgrade dissector to v14.2.0Pascal Quantin1-1/+1
Change-Id: I445c5ef34c1a688310042634eb38bed9b17cadaf Reviewed-on: https://code.wireshark.org/review/22679 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-03-31LTE RRC: upgrade dissector to v12.5.0Pascal Quantin1-1/+1
Change-Id: I9e3dfb17b4b7f96be999ccea88fec754a936d312 Reviewed-on: https://code.wireshark.org/review/7869 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2014-02-14Remove $Id$ and other Subversion leftovers from the tools.Jeff Morriss1-4/+0
There are a few things in here which could still use attention. Don't regenerate anything now. Change-Id: I283c224d3523212144707fca3d6265916cb11792 Reviewed-on: https://code.wireshark.org/review/205 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2013-07-29Add license header to script after emailing author to verify that GPL 2+ was theEvan Huus1-2/+24
intended license. svn path=/trunk/; revision=51018
2013-01-11Upgrade LPP dissector to v11.1.0 and modify extract_asn1_from_spec.pl to ↵Pascal Quantin1-5/+18
automatically get ASN.1 from spec svn path=/trunk/; revision=47034
2011-04-04From Vincent Helfre:Anders Broman1-47/+40
updated the script that extracts the asn1 from the specification (we modified it after noticing that it currently fails to take the IMPORT section). It should also work now to extract the WCDMA RRC (TS 25.331). svn path=/trunk/; revision=36442
2010-01-17Fix a comment.Anders Broman1-1/+1
svn path=/trunk/; revision=31545
2009-01-16Add Id.Anders Broman1-0/+1
svn path=/trunk/; revision=27241
2009-01-07Add svn:executable property to perl scriptBill Meier1-0/+0
svn path=/trunk/; revision=27185
2009-01-07From Vincent Helfre:Anders Broman1-0/+79
To make it possible to extract the ASN1 files directly from the spec, I wrote a small script. svn path=/trunk/; revision=27178