aboutsummaryrefslogtreecommitdiffstats
path: root/tools/asn2wrs.py
AgeCommit message (Expand)AuthorFilesLines
2020-07-12asn2wrs: support for (SIZE(A..B),...) constraintTomas Kukosa1-0/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-2/+2
2020-01-11ber: display x509af.utcTime year in 4 digitsAndre Luyer1-1/+1
2019-10-23asn2wrs.py: fix parsing of integer unions with extensionPascal Quantin1-1/+1
2019-07-27HTTPS In More Places, update some URLs.Guy Harris1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-23asn2wrs: use system lex and yacc from ply if availablePeter Wu1-2/+8
2019-06-09tools: Switch some scripts exclusively to Python 3.Gerald Combs1-4/+8
2019-05-08OER: Dissect Boolean and IA5String types.Anders Broman1-6/+6
2019-04-04asn2wrs: Improve filtername of named bits.Anders Broman1-2/+7
2019-04-04PER: Use proto_tree_add_bitmask... () for named bits.Anders Broman1-3/+3
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2019-04-03ASN.1: Use proto_tree_add_bitmask... () for named bits.Anders Broman1-13/+31
2019-02-16ASN1: Also show root node for exports.Martin Mathieson1-4/+11
2019-02-04For ASN.1-based protocols, make sure protocol filter will match.Martin Mathieson1-1/+11
2019-01-01Fix asn2wrs.py: always add BASE_VAL64_STRINGChristophe GUERBER1-6/+2
2018-12-31asn2wrs.py: use BASE_VAL64_STRING and val64_stringChristophe GUERBER1-5/+24
2018-12-30asn2wrs.py: fix regression introduced by gf4b0b2109Pascal Quantin1-1/+2
2018-12-30Fixes ASN.1 generation for VALS using 64 bitsChristophe GUERBER1-1/+4
2018-10-30IEEE1609dot2: generate automatically dissector from ASN.1 descriptionPascal Quantin1-36/+51
2018-09-12Fix WITHOUT_VALS.Guy Harris1-2/+2
2018-03-09spdx: more licenses converted.Dario Lombardo1-24/+1
2017-10-25asn2wrs.py: use 64 bits variant for constrained integers using MIN or MAX key...Pavel Strnad1-2/+3
2016-08-04asn2wrs: put back parsetab.py file in ASN.1 source folderPascal Quantin1-1/+1
2016-08-04Ply parser updated to 3.8 from http://www.dabeaz.com/ply/Balint Reczey1-1/+2
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-4/+3
2016-02-04Fix asn2wrs warnings [-Wredundant-decls]João Valverde1-1/+4
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-40/+19
2015-11-25asn2wrs.py: always use relative pathsPeter Wu1-6/+10
2015-11-22asn2wrs.py: fix path substitution when generating ASN.1 dissectors with CMake...Pascal Quantin1-2/+2
2015-06-29tools/asn2wrs.py: fix isdn-sup generation with Py3Peter Wu1-16/+10
2015-06-29tools/asn2wrs.py: handle windows-1252 encodingPeter Wu1-3/+12
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-3/+3
2015-01-18asn2wrs: autodetect if 64 bits variant is required for constrained integersPascal Quantin1-1/+15
2014-10-07asn2wrs: Added support for #.SYNTAX_NEWStig Bjørlykke1-4/+12
2014-02-26Remove a trailing space from a line of generated code.Bill Meier1-1/+1
2014-02-14Remove $Id$ and other Subversion leftovers from the tools.Jeff Morriss1-2/+0
2014-02-04asn2wrs: Rewrite relative paths in header.Stig Bjørlykke1-3/+4
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki1-1/+1
2013-11-17Add a way to retrieve a PER variable bit string lengthPascal Quantin1-1/+2
2013-10-23Add an X11/MIT license to asn2wrs.py as it's compatible with our license, that'sEvan Huus1-1/+26
2013-10-06Add support for RELATIVE-OID ASN.1 type. Bug 9192 (https://bugs.wireshark.org...Michael Mann1-1/+1
2013-09-05Add modelines to avoid using tabs in the codeJörg Mayer1-0/+7
2013-09-05Change the regexp syntax a bit.Jörg Mayer1-6/+3
2013-09-05Use intended regex modification for absolute paths.Stig Bjørlykke1-4/+4
2013-09-05Removed TAB as indent.Stig Bjørlykke1-7/+7
2013-09-05Adapt generated output to always print paths relative toJörg Mayer1-1/+8
2013-08-02Make sure we're compatible with Python 2 + 3. Tested with Pythons 2.5,Gerald Combs1-5787/+5791
2013-06-04Allow C directives in #.FN_HDR, #.FN_FTR, #.FN_BODY, they have to start with ##Tomas Kukosa1-1/+5
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-1/+4