Delete log files from test runs that were succesful
[metze/wireshark/wip.git] / tools / asn2wrs.py
2009-06-22 Stig BjørlykkeDefault to BASE_NONE for FT_BOOLEAN with zero value...
2009-06-19 Stig BjørlykkeWrite NULL for empty blurb.
2009-06-18 Stig BjørlykkeUse BASE_NONE for FT_BYTES.
2009-05-16 Stig BjørlykkeImproved name and abbrev used for sequence of and set...
2009-04-14 Anders BromanUse G_GINT64_CONSTANT in stead of G_GUINT4_CONSTANT
2009-04-14 Tomas Kukosasupport UINT64 constants for upper value bounds
2009-03-25 Anders BromanMake it possible to check for extension marker in SEQUE...
2009-02-04 Tomas Kukosa- resolve one reduce/reduce conflict in grammar
2008-11-15 Tomas Kukosafix all warn_explicit() usages incompatible with Python 2.6
2008-11-10 Tomas Kukosa- new #.MODULE_EXPORTS directive which exports symbols...
2008-11-01 Anders BromanFrom Pascal Quantin:
2008-08-01 Stig BjørlykkeFrom Martin Peylo (bug 2507):
2008-01-28 Tomas Kukosacleanup code (remove some collapsed conditions)
2008-01-14 Tomas Kukosause FN_VARIANT parameter in INTEGER type for planned...
2008-01-09 Tomas Kukosamore sophisticated H245 OLC handling focusing on more...
2008-01-04 Anders BromanGet rid of dissect_ber_boolean_value() and change the...
2007-12-28 Tomas Kukosasupport for additionally SIZE constrained Typereference
2007-12-10 Tomas KukosaANSI TCAP regenerated and tested with -T -X asn2wrs...
2007-12-06 Tomas Kukosafix field attributes handling for tagged types
2007-11-01 Tomas Kukosabetter built-in X.880 support
2007-10-31 Tomas Kukosasmall improvement in class fields handling
2007-10-31 Tomas Kukosaaccept VariableTypeValueFieldSpec syntax and Parameteri...
2007-10-29 Tomas Kukosaasn2wrs
2007-10-22 Tomas Kukosafix export of ObjectFieldSpec and ObjectSetFieldSpec...
2007-10-18 Tomas KukosaH.460 new dissector implemented (H.460.2-H.460.22)
2007-10-15 Tomas Kukosa- new command line option -E which makes just .cnf...
2007-10-11 Jörg MayerRemove path at two more places from the output
2007-10-11 Tomas Kukosaput only file basename into #line directives
2007-10-05 Tomas Kukosado not prepend './' before input file name if -D <dir...
2007-10-02 Tomas Kukosasupport of 'ANY DEFINED BY' from X.208 which is obsolet...
2007-09-24 Jörg MayerAdd command line switch
2007-08-29 Tomas Kukosanew directive #.ASSIGN_VALUE_TO_TYPE
2007-08-24 Jörg MayerMake Windows path separator look like Unix path separator.
2007-08-13 Tomas KukosaNBAP rewritten to use original ASN.1 source and updated...
2007-07-30 Tomas KukosaH.450 regenerated from original ASN.1 sources
2007-07-20 Tomas KukosaQSIG fully implemented
2007-07-19 Tomas Kukosachange QSIG tables structure so as they can be generate...
2007-07-17 Tomas Kukosasupport for syntax of TYPE-IDENTIFIER and ABSTRACT...
2007-07-03 Tomas Kukosasmall changes in value reference handling and parameter...
2007-07-02 Tomas Kukosa- HSTRING value support
2007-07-02 Tomas Kukosaregister type of OPERATION fields &ArgumentType and...
2007-06-29 Tomas Kukosa- implementation of OPERATION and ERROR objects support...
2007-06-27 Tomas Kukosacheck conflict in CLASS fields redefinition
2007-06-27 Tomas Kukosa- INSTANCE OF type support
2007-06-25 Tomas Kukosacomment out some forgotten debug printouts
2007-06-25 Tomas Kukosa- fix field type FT_... for SelectionType
2007-06-07 Tomas Kukosa- improve compilation (passing type information) if...
2007-06-06 Tomas Kukosabuild-in OPERATION and ERROR classes definition
2007-06-06 Tomas Kukosause ASN.1 type names in #.FN_BODY (instead of Wireshark...
2007-06-05 Tomas Kukosareplace '&' with '_' in asn2c() function
2007-06-05 Tomas Kukosanot allow #.FN_HDR/FTR for Wireshark types but only...
2007-06-05 Tomas Kukosafew small changes to compile INAP (Q.1248.x) from origi...
2007-06-04 Tomas Kukosa- CLASS definitions support including exports through...
2007-06-03 Anders BromanINAP:
2007-06-02 Anders BromanSyntax suport for Embedded pdv.
2007-05-30 Tomas Kukosa- fix bug in TaggedType support
2007-05-30 Tomas Kukosa- better support if more modules are compiled together
2007-05-29 Tomas Kukosa- COMPONENTS OF implementation (can be used only inside...
2007-05-28 Tomas Kukosafix SelectionType creation for export (if the type...
2007-05-28 Tomas Kukosasupport of SelectionType
2007-05-28 Tomas Kukosasmall improvements in value handling, defined INTEGER...
2007-05-24 Tomas Kukosa- improvements in registering dissectors to OID table...
2007-05-23 Tomas Kukosasmall fix in duplicate type warning
2007-05-23 Tomas Kukosa- support of CONTAINING constraint in OCTET STRING...
2007-05-22 Anders BromanCopy paste error, actx duplicated.
2007-05-22 Anders BromanPrepare for the use of the new -X parameter for BER...
2007-05-22 Jörg MayerDon't generate enums that end in a comma
2007-05-18 Tomas Kukosa- fix asn2wrs crash if typereference assignment has...
2007-05-15 Tomas Kukosafix crash if C enum for ENUMERATED type is created
2007-05-15 Tomas Kukosafix bug - compiler crashes if already imported value...
2007-05-15 Tomas Kukosacommand line option -X for "new BER" CHOICE and SEQUENC...
2007-05-15 Tomas Kukosasupport for value range and unions in permitted alphabet
2007-05-15 Anders Bromanactx in the rest of dissect_ber..()l
2007-05-14 Tomas Kukosa- support of constraint unions
2007-05-13 Anders Bromanactx in ber_external
2007-05-13 Anders BromanSecond step in introducing asn context to BER dissector...
2007-05-07 Tomas Kukosa- simple Information Objects support
2007-05-06 Anders BromanStart introducing actx to ber functions.
2007-05-04 Tomas Kukosa- new #.OPT directive which allows to use command line...
2007-05-04 Tomas Kukosa- fix creating PDU_NEW functions, return the right...
2007-05-03 Anders BromanSplit out asn1 common functions. Start of BER EXTERNAL.
2007-05-03 Tomas Kukosa- REAL type and values are supported
2007-05-02 Tomas Kukosa- better reporting of syntax errors (or unsupported...
2007-04-27 Tomas Kukosa- new #.Exports parameter VALS_WITH_TABLE which "export...
2007-04-25 Tomas Kukosanew parameter EXTERN for #.EXPORTS directive
2007-04-25 Tomas Kukosafix bug in handling of tagged type reference
2007-04-19 Tomas Kukosaadded missing dependency in tagged type
2007-04-18 Tomas Kukosa- new -L command line option to suppress #line directiv...
2007-04-13 Tomas Kukosasupport of tagged types for BER - i.e. tagged assignmen...
2007-03-21 Ronnie Sahlbergchange the signature that asn2wrs generates for functio...
2006-08-15 Tomas Kukosafiled blurb changed to "proto.WrsType" variant
2006-07-04 Tomas Kukosafew formal changes in PER dissector (rename asn_* types...
2006-07-03 Tomas Kukosaremove name field from per_sequence_t structure, it...
2006-06-30 Tomas Kukosafix wrong terminator record in per_sequence_t tables
2006-06-29 Tomas Kukosause "type function" instead of "field function" in...
2006-06-22 Tomas Kukosafix bug introduced with last change
2006-06-20 Tomas Kukosa- change ETH_VAR to WS_VAR
2006-06-20 Gerald CombsChange ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix...
2006-06-08 Anders BromanMAke it possible to get a tvb with a BIT STRING, regene...
2006-06-05 Tomas Kukosa- packet-per.[ch]: Open Type support
next