aboutsummaryrefslogtreecommitdiffstats
path: root/tools/asn2wrs.py
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-23small fix in duplicate type warningTomas Kukosa1-4/+1
2007-05-23- support of CONTAINING constraint in OCTET STRING and BIT STRINGTomas Kukosa1-21/+154
2007-05-22Copy paste error, actx duplicated.Anders Broman1-1/+1
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-8/+52
2007-05-22Don't generate enums that end in a commaJörg Mayer1-2/+7
2007-05-18- fix asn2wrs crash if typereference assignment has non-default bodyTomas Kukosa1-7/+43
2007-05-15fix crash if C enum for ENUMERATED type is createdTomas Kukosa1-0/+5
2007-05-15fix bug - compiler crashes if already imported value or class is definedTomas Kukosa1-2/+2
2007-05-15command line option -X for "new BER" CHOICE and SEQUENCE table format (type o...Tomas Kukosa1-10/+29
2007-05-15support for value range and unions in permitted alphabetTomas Kukosa1-34/+107
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-10/+10
2007-05-14- support of constraint unionsTomas Kukosa1-122/+288
2007-05-13actx in ber_externalAnders Broman1-1/+1
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-23/+25
2007-05-07- simple Information Objects support Tomas Kukosa1-103/+290
2007-05-06Start introducing actx to ber functions.Anders Broman1-1/+1
2007-05-04- new #.OPT directive which allows to use command line options from conforman...Tomas Kukosa1-58/+136
2007-05-04- fix creating PDU_NEW functions, return the right valueTomas Kukosa1-10/+19
2007-05-03Split out asn1 common functions. Start of BER EXTERNAL.Anders Broman1-1/+4
2007-05-03- REAL type and values are supportedTomas Kukosa1-140/+157
2007-05-02- better reporting of syntax errors (or unsupported syntax) in ASN.1 sourceTomas Kukosa1-18/+150