aboutsummaryrefslogtreecommitdiffstats
path: root/tools/asn2wrs.py
AgeCommit message (Expand)AuthorFilesLines
2009-06-22Default to BASE_NONE for FT_BOOLEAN with zero value for display.stig1-1/+1
2009-06-19Write NULL for empty blurb.stig1-2/+1
2009-06-18Use BASE_NONE for FT_BYTES.stig1-3/+3
2009-05-16Improved name and abbrev used for sequence of and set of elements.stig1-5/+9
2009-04-14Use G_GINT64_CONSTANT in stead of G_GUINT4_CONSTANTetxrab1-1/+1
2009-04-14support UINT64 constants for upper value boundskukosa1-1/+5
2009-03-25Make it possible to check for extension marker in SEQUENCE OF and SET OF.etxrab1-2/+2
2009-02-04- resolve one reduce/reduce conflict in grammarkukosa1-159/+155
2008-11-15fix all warn_explicit() usages incompatible with Python 2.6kukosa1-6/+6
2008-11-10- new #.MODULE_EXPORTS directive which exports symbols including module prefi...kukosa1-25/+93
2008-11-01From Pascal Quantin:etxrab1-2/+2
2008-08-01From Martin Peylo (bug 2507):stig1-0/+8
2008-01-28cleanup code (remove some collapsed conditions)kukosa1-12/+3
2008-01-14use FN_VARIANT parameter in INTEGER type for planned 64bit variantskukosa1-3/+3
2008-01-09more sophisticated H245 OLC handling focusing on more reliable T.38 establish...kukosa1-1/+9
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofetxrab1-1/+1
2007-12-28support for additionally SIZE constrained Typereferencekukosa1-4/+20
2007-12-10ANSI TCAP regenerated and tested with -T -X asn2wrs optionskukosa1-143/+26
2007-12-06fix field attributes handling for tagged typeskukosa1-6/+21
2007-11-01better built-in X.880 supportkukosa1-5/+35
2007-10-31small improvement in class fields handlingkukosa1-2/+14
2007-10-31accept VariableTypeValueFieldSpec syntax and ParameterizedObjectClass syntaxkukosa1-1/+19
2007-10-29asn2wrskukosa1-4/+51
2007-10-22fix export of ObjectFieldSpec and ObjectSetFieldSpec of CLASSkukosa1-2/+2
2007-10-18H.460 new dissector implemented (H.460.2-H.460.22)kukosa1-22/+31
2007-10-15- new command line option -E which makes just .cnf export filekukosa1-27/+49
2007-10-11Remove path at two more places from the outputjmayer1-2/+2
2007-10-11put only file basename into #line directiveskukosa1-4/+4
2007-10-05do not prepend './' before input file name if -D <dir> option is not usedkukosa1-3/+4
2007-10-02support of 'ANY DEFINED BY' from X.208 which is obsolete but still used in so...kukosa1-6/+12
2007-09-24Add command line switchjmayer1-31/+37
2007-08-29new directive #.ASSIGN_VALUE_TO_TYPEkukosa1-5/+13
2007-08-24Make Windows path separator look like Unix path separator.jmayer1-1/+2
2007-08-13NBAP rewritten to use original ASN.1 source and updated to TS 25.433 V7.5.0 (...kukosa1-1/+1
2007-07-30H.450 regenerated from original ASN.1 sourceskukosa1-28/+28
2007-07-20QSIG fully implementedkukosa1-12/+23
2007-07-19change QSIG tables structure so as they can be generated automatically from A...kukosa1-13/+50
2007-07-17support for syntax of TYPE-IDENTIFIER and ABSTRACT-SYNTAX classeskukosa1-56/+95
2007-07-03small changes in value reference handling and parameterized object assignment...kukosa1-18/+38
2007-07-02- HSTRING value supportkukosa1-5/+11
2007-07-02register type of OPERATION fields &ArgumentType and &ResultType and ERROR fie...kukosa1-4/+40
2007-06-29- implementation of OPERATION and ERROR objects support startedkukosa1-37/+262
2007-06-27check conflict in CLASS fields redefinitionkukosa1-3/+19
2007-06-27- INSTANCE OF type supportkukosa1-16/+69
2007-06-25comment out some forgotten debug printoutskukosa1-3/+2
2007-06-25- fix field type FT_... for SelectionTypekukosa1-5/+24
2007-06-07- improve compilation (passing type information) if modules are not merged wi...kukosa1-20/+82
2007-06-06build-in OPERATION and ERROR classes definitionkukosa1-2/+36
2007-06-06use ASN.1 type names in #.FN_BODY (instead of Wireshark type names)kukosa1-3/+4
2007-06-05replace '&' with '_' in asn2c() functionkukosa1-1/+1