aboutsummaryrefslogtreecommitdiffstats
path: root/tools/asn2wrs.py
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-10Use consistent "generated automatically" wording which will hopefully beGerald Combs1-2/+2
2013-04-03From Tomas Kukosa:Anders Broman1-43/+78
2013-03-22OPERATION and ERROR tables can loop through only items with either local or g...Tomas Kukosa1-3/+10
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-6/+9
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-2/+4
2012-07-17Use G_MININT32 instead of -2^31 so as to get rid of 'this decimal constant is...Pascal Quantin1-1/+3
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-12/+9
2011-10-09Always generate packet-*-exp.h.Stig Bjørlykke1-1/+0
2011-08-09Support for Extension Addition Group in PER encodingTomas Kukosa1-33/+106
2011-04-08Add a relative path to the "#line" directives we produce. Regenerate theGerald Combs1-4/+14
2011-01-19Try to enhance output at ValueError to ease debugging.Anders Broman1-1/+1
2010-12-23Raise Exceptions containing a string instead of string exceptionsBalint Reczey1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+5
2010-11-14Sort value_string array by value if used with value_str_ext fcns;Bill Meier1-0/+2
2010-10-07Generate proper extension flags for empty constructed types SEQUENCE { ... } ...Tomas Kukosa1-2/+8
2010-08-24- fix using hex values as constraintTomas Kukosa1-2/+14
2010-06-29New "#.SYNTAX" section for the asn2wrs conformance file. Graeme Lunt1-16/+22
2010-06-28Remove the -R flag (used to generate syntax registrations) and replace with a Graeme Lunt1-15/+15
2010-06-23New option (-r) to allow a prefix to be removed from type names.Graeme Lunt1-2/+17
2010-06-09New option (-R) to asn2wrs to register the PDUs defined in the conformance fi...Graeme Lunt1-2/+25
2010-05-25Support of value_string_ext in the asn2wrs using new directive #.USE_VALS_EXTTomas Kukosa1-2/+24
2010-05-13Support of AUTOMATIC tagging environment Tomas Kukosa1-39/+78
2010-05-13ASN.1 compiler accepts version brackets in SEQUENCE and CHOICE extensionsTomas Kukosa1-43/+53
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-2/+6
2010-05-05Try to avoid the user confusion reported inJeff Morriss1-130/+139
2010-02-27Revert accidentally committed changeBalint Reczey1-2/+2
2010-02-25Prevent potential crash in libsmi.Balint Reczey1-2/+2
2010-02-03Fix from Tomas Kukosa to resolve problem with large negative intiger constraintsAnders Broman1-1/+5
2010-01-05Added check for SIZE constraints in bit-string.Stig Bjørlykke1-4/+10
2009-12-18Added option (-C) to check for SIZE constraints in octet-string, integer,Stig Bjørlykke1-21/+56
2009-11-22Handle lenght restriction extension of restricted strings.Anders Broman1-4/+4
2009-06-22Default to BASE_NONE for FT_BOOLEAN with zero value for display.Stig Bjørlykke1-1/+1