aboutsummaryrefslogtreecommitdiffstats
path: root/tools/asn2wrs.py
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-19Write NULL for empty blurb.Stig Bjørlykke1-2/+1
2009-06-18Use BASE_NONE for FT_BYTES.Stig Bjørlykke1-3/+3
2009-05-16Improved name and abbrev used for sequence of and set of elements.Stig Bjørlykke1-5/+9
2009-04-14Use G_GINT64_CONSTANT in stead of G_GUINT4_CONSTANTAnders Broman1-1/+1
2009-04-14support UINT64 constants for upper value boundsTomas Kukosa1-1/+5
2009-03-25Make it possible to check for extension marker in SEQUENCE OF and SET OF.Anders Broman1-2/+2
2009-02-04- resolve one reduce/reduce conflict in grammarTomas Kukosa1-159/+155
2008-11-15fix all warn_explicit() usages incompatible with Python 2.6Tomas Kukosa1-6/+6
2008-11-10- new #.MODULE_EXPORTS directive which exports symbols including module prefi...Tomas Kukosa1-25/+93
2008-11-01From Pascal Quantin:Anders Broman1-2/+2
2008-08-01From Martin Peylo (bug 2507):Stig Bjørlykke1-0/+8
2008-01-28cleanup code (remove some collapsed conditions)Tomas Kukosa1-12/+3
2008-01-14use FN_VARIANT parameter in INTEGER type for planned 64bit variantsTomas Kukosa1-3/+3
2008-01-09more sophisticated H245 OLC handling focusing on more reliable T.38 establish...Tomas Kukosa1-1/+9
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman1-1/+1
2007-12-28support for additionally SIZE constrained TypereferenceTomas Kukosa1-4/+20
2007-12-10ANSI TCAP regenerated and tested with -T -X asn2wrs optionsTomas Kukosa1-143/+26
2007-12-06fix field attributes handling for tagged typesTomas Kukosa1-6/+21
2007-11-01better built-in X.880 supportTomas Kukosa1-5/+35
2007-10-31small improvement in class fields handlingTomas Kukosa1-2/+14
2007-10-31accept VariableTypeValueFieldSpec syntax and ParameterizedObjectClass syntaxTomas Kukosa1-1/+19
2007-10-29asn2wrsTomas Kukosa1-4/+51
2007-10-22fix export of ObjectFieldSpec and ObjectSetFieldSpec of CLASSTomas Kukosa1-2/+2
2007-10-18H.460 new dissector implemented (H.460.2-H.460.22)Tomas Kukosa1-22/+31