From Xiao Xiangquan:
[obnox/wireshark/wip.git] / tools / asn2wrs.py
2011-10-10 morrissBuild the ASN.1 dissectors directly into epan/dissector...
2011-10-09 stigAlways generate packet-*-exp.h.
2011-08-09 kukosaSupport for Extension Addition Group in PER encoding
2011-04-08 geraldAdd a relative path to the "#line" directives we produc...
2011-01-19 etxrabTry to enhance output at ValueError to ease debugging.
2010-12-23 rbalintRaise Exceptions containing a string instead of string...
2010-12-20 guyRename the routines that handle dissector tables with...
2010-11-14 wmeierSort value_string array by value if used with value_str...
2010-10-07 kukosaGenerate proper extension flags for empty constructed...
2010-08-24 kukosa- fix using hex values as constraint
2010-06-29 galNew "#.SYNTAX" section for the asn2wrs conformance...
2010-06-28 galRemove the -R flag (used to generate syntax registratio...
2010-06-23 galNew option (-r) to allow a prefix to be removed from...
2010-06-09 galNew option (-R) to asn2wrs to register the PDUs defined...
2010-05-25 kukosaSupport of value_string_ext in the asn2wrs using new...
2010-05-13 kukosaSupport of AUTOMATIC tagging environment
2010-05-13 kukosaASN.1 compiler accepts version brackets in SEQUENCE...
2010-05-11 morrissAdd a little more code to avoid not-very-useful blurbs:
2010-05-05 morrissTry to avoid the user confusion reported in
2010-02-28 stigAdded svn:ignore targets.
2010-02-27 guyConstify.
2010-02-03 etxrabFix from Tomas Kukosa to resolve problem with large...
2010-01-05 stigAdded check for SIZE constraints in bit-string.
2009-12-18 stigAdded option (-C) to check for SIZE constraints in...
2009-11-22 etxrabHandle lenght restriction extension of restricted strings.
2009-06-22 stigDefault to BASE_NONE for FT_BOOLEAN with zero value...
2009-06-19 stigWrite NULL for empty blurb.
2009-06-18 stigUse BASE_NONE for FT_BYTES.
2009-05-16 stigImproved name and abbrev used for sequence of and set...
2009-04-14 etxrabUse G_GINT64_CONSTANT in stead of G_GUINT4_CONSTANT
2009-04-14 kukosasupport UINT64 constants for upper value bounds
2009-03-25 etxrabMake it possible to check for extension marker in SEQUE...
2009-02-04 kukosa- resolve one reduce/reduce conflict in grammar
2008-11-15 kukosafix all warn_explicit() usages incompatible with Python 2.6
2008-11-10 kukosa- new #.MODULE_EXPORTS directive which exports symbols...
2008-11-01 etxrabFrom Pascal Quantin:
2008-08-01 stigFrom Martin Peylo (bug 2507):
2008-01-28 kukosacleanup code (remove some collapsed conditions)
2008-01-14 kukosause FN_VARIANT parameter in INTEGER type for planned...
2008-01-09 kukosamore sophisticated H245 OLC handling focusing on more...
2008-01-04 etxrabGet rid of dissect_ber_boolean_value() and change the...
2007-12-28 kukosasupport for additionally SIZE constrained Typereference
2007-12-10 kukosaANSI TCAP regenerated and tested with -T -X asn2wrs...
2007-12-06 kukosafix field attributes handling for tagged types
2007-11-01 kukosabetter built-in X.880 support
2007-10-31 kukosasmall improvement in class fields handling
2007-10-31 kukosaaccept VariableTypeValueFieldSpec syntax and Parameteri...
2007-10-29 kukosaasn2wrs
2007-10-22 kukosafix export of ObjectFieldSpec and ObjectSetFieldSpec...
2007-10-18 kukosaH.460 new dissector implemented (H.460.2-H.460.22)
2007-10-15 kukosa- new command line option -E which makes just .cnf...
2007-10-11 jmayerRemove path at two more places from the output
2007-10-11 kukosaput only file basename into #line directives
2007-10-05 kukosado not prepend './' before input file name if -D <dir...
2007-10-02 kukosasupport of 'ANY DEFINED BY' from X.208 which is obsolet...
2007-09-24 jmayerAdd command line switch
2007-08-29 kukosanew directive #.ASSIGN_VALUE_TO_TYPE
2007-08-24 jmayerMake Windows path separator look like Unix path separator.
2007-08-13 kukosaNBAP rewritten to use original ASN.1 source and updated...
2007-07-30 kukosaH.450 regenerated from original ASN.1 sources
2007-07-20 kukosaQSIG fully implemented
2007-07-19 kukosachange QSIG tables structure so as they can be generate...
2007-07-17 kukosasupport for syntax of TYPE-IDENTIFIER and ABSTRACT...
2007-07-03 kukosasmall changes in value reference handling and parameter...
2007-07-02 kukosa- HSTRING value support
2007-07-02 kukosaregister type of OPERATION fields &ArgumentType and...
2007-06-29 kukosa- implementation of OPERATION and ERROR objects support...
2007-06-27 kukosacheck conflict in CLASS fields redefinition
2007-06-27 kukosa- INSTANCE OF type support
2007-06-25 kukosacomment out some forgotten debug printouts
2007-06-25 kukosa- fix field type FT_... for SelectionType
2007-06-07 kukosa- improve compilation (passing type information) if...
2007-06-06 kukosabuild-in OPERATION and ERROR classes definition
2007-06-06 kukosause ASN.1 type names in #.FN_BODY (instead of Wireshark...
2007-06-05 kukosareplace '&' with '_' in asn2c() function
2007-06-05 kukosanot allow #.FN_HDR/FTR for Wireshark types but only...
2007-06-05 kukosafew small changes to compile INAP (Q.1248.x) from origi...
2007-06-04 kukosa- CLASS definitions support including exports through...
2007-06-03 etxrabINAP:
2007-06-02 etxrabSyntax suport for Embedded pdv.
2007-05-30 kukosa- fix bug in TaggedType support
2007-05-30 kukosa- better support if more modules are compiled together
2007-05-29 kukosa- COMPONENTS OF implementation (can be used only inside...
2007-05-28 kukosafix SelectionType creation for export (if the type...
2007-05-28 kukosasupport of SelectionType
2007-05-28 kukosasmall improvements in value handling, defined INTEGER...
2007-05-24 kukosa- improvements in registering dissectors to OID table...
2007-05-23 kukosasmall fix in duplicate type warning
2007-05-23 kukosa- support of CONTAINING constraint in OCTET STRING...
2007-05-22 etxrabCopy paste error, actx duplicated.
2007-05-22 etxrabPrepare for the use of the new -X parameter for BER...
2007-05-22 jmayerDon't generate enums that end in a comma
2007-05-18 kukosa- fix asn2wrs crash if typereference assignment has...
2007-05-15 kukosafix crash if C enum for ENUMERATED type is created
2007-05-15 kukosafix bug - compiler crashes if already imported value...
2007-05-15 kukosacommand line option -X for "new BER" CHOICE and SEQUENC...
2007-05-15 kukosasupport for value range and unions in permitted alphabet
2007-05-15 etxrabactx in the rest of dissect_ber..()l
2007-05-14 kukosa- support of constraint unions
2007-05-13 etxrabactx in ber_external
next