aboutsummaryrefslogtreecommitdiffstats
path: root/tools/asn2wrs.py
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-15- new command line option -E which makes just .cnf export fileTomas Kukosa1-27/+49
2007-10-11Remove path at two more places from the outputJörg Mayer1-2/+2
2007-10-11put only file basename into #line directivesTomas Kukosa1-4/+4
2007-10-05do not prepend './' before input file name if -D <dir> option is not usedTomas Kukosa1-3/+4
2007-10-02support of 'ANY DEFINED BY' from X.208 which is obsolete but still used in so...Tomas Kukosa1-6/+12
2007-09-24Add command line switchJörg Mayer1-31/+37
2007-08-29new directive #.ASSIGN_VALUE_TO_TYPETomas Kukosa1-5/+13
2007-08-24Make Windows path separator look like Unix path separator.Jörg Mayer1-1/+2
2007-08-13NBAP rewritten to use original ASN.1 source and updated to TS 25.433 V7.5.0 (...Tomas Kukosa1-1/+1
2007-07-30H.450 regenerated from original ASN.1 sourcesTomas Kukosa1-28/+28
2007-07-20QSIG fully implementedTomas Kukosa1-12/+23
2007-07-19change QSIG tables structure so as they can be generated automatically from A...Tomas Kukosa1-13/+50
2007-07-17support for syntax of TYPE-IDENTIFIER and ABSTRACT-SYNTAX classesTomas Kukosa1-56/+95
2007-07-03small changes in value reference handling and parameterized object assignment...Tomas Kukosa1-18/+38
2007-07-02- HSTRING value supportTomas Kukosa1-5/+11
2007-07-02register type of OPERATION fields &ArgumentType and &ResultType and ERROR fie...Tomas Kukosa1-4/+40
2007-06-29- implementation of OPERATION and ERROR objects support startedTomas Kukosa1-37/+262
2007-06-27check conflict in CLASS fields redefinitionTomas Kukosa1-3/+19
2007-06-27- INSTANCE OF type supportTomas Kukosa1-16/+69
2007-06-25comment out some forgotten debug printoutsTomas Kukosa1-3/+2
2007-06-25- fix field type FT_... for SelectionTypeTomas Kukosa1-5/+24
2007-06-07- improve compilation (passing type information) if modules are not merged wi...Tomas Kukosa1-20/+82
2007-06-06build-in OPERATION and ERROR classes definitionTomas Kukosa1-2/+36
2007-06-06use ASN.1 type names in #.FN_BODY (instead of Wireshark type names)Tomas Kukosa1-3/+4
2007-06-05replace '&' with '_' in asn2c() functionTomas Kukosa1-1/+1
2007-06-05not allow #.FN_HDR/FTR for Wireshark types but only for ASN.1 typesTomas Kukosa1-6/+8
2007-06-05few small changes to compile INAP (Q.1248.x) from original ASN.1 sourceTomas Kukosa1-11/+66
2007-06-04- CLASS definitions support including exports through the *-exp.cnf fileTomas Kukosa1-84/+405
2007-06-03INAP:Anders Broman1-1/+12
2007-06-02Syntax suport for Embedded pdv.Anders Broman1-2/+24
2007-05-30- fix bug in TaggedType supportTomas Kukosa1-0/+4
2007-05-30- better support if more modules are compiled togetherTomas Kukosa1-119/+278
2007-05-29- COMPONENTS OF implementation (can be used only inside one module or more mo...Tomas Kukosa1-81/+238
2007-05-28fix SelectionType creation for export (if the type is only exported but not u...Tomas Kukosa1-0/+4
2007-05-28support of SelectionTypeTomas Kukosa1-23/+133
2007-05-28small improvements in value handling, defined INTEGER value can be used in OI...Tomas Kukosa1-53/+73
2007-05-24- improvements in registering dissectors to OID table (value defined in ASN.1...Tomas Kukosa1-7/+22