Witness: enum witness_interface_state
[metze/wireshark/wip.git] / tools / asn2wrs.py
2013-12-20 darkjamesChange G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT...
2013-11-17 pascalAdd a way to retrieve a PER variable bit string length
2013-10-23 eapacheAdd an X11/MIT license to asn2wrs.py as it's compatible...
2013-10-06 mmannAdd support for RELATIVE-OID ASN.1 type. Bug 9192 ...
2013-09-05 jmayerAdd modelines to avoid using tabs in the code
2013-09-05 jmayerChange the regexp syntax a bit.
2013-09-05 stigUse intended regex modification for absolute paths.
2013-09-05 stigRemoved TAB as indent.
2013-09-05 jmayerAdapt generated output to always print paths relative to
2013-08-02 geraldMake sure we're compatible with Python 2 + 3. Tested...
2013-06-04 kukosaAllow C directives in #.FN_HDR, #.FN_FTR, #.FN_BODY...
2013-05-27 pascalPostfix FT_NONE fields with "_element" string to reduce...
2013-04-10 geraldUse consistent "generated automatically" wording which...
2013-04-03 etxrabFrom Tomas Kukosa:
2013-03-22 kukosaOPERATION and ERROR tables can loop through only items...
2013-03-01 rbalintExport libwireshark symbols using WS_DLL_PUBLIC define
2012-09-10 darkjamesInitial commit to support yet another method of passing...
2012-07-17 pascalUse G_MININT32 instead of -2^31 so as to get rid of...
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
next