aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2007-08-15As discussed on the -dev list quite a while ago: a small tool to check Wiresh...morriss1-0/+164
2007-08-13NBAP rewritten to use original ASN.1 source and updated to TS 25.433 V7.5.0 (...kukosa1-1/+1
2007-08-10Use the latest GTK2 packagesetxrab1-1/+1
2007-08-041989 was quite a while ago. We use function prototypes extensively;guy1-1/+1
2007-08-04Sigh, crufty old shells. The Solaris test(1) manual says thatguy1-1/+1
2007-08-04Oops, forgot to check in the script for running Flex/Lex.guy1-0/+159
2007-08-04Add a script as a front-end for Flex, to work around various problems,guy1-0/+1
2007-07-31If YY_SKIP_YYWRAP is defined, don't bother defining WRAP_FUNC - withguy1-5/+6
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-08Update from samba tree revision 23135 to 23750jmayer3-14/+14
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
2007-06-05not allow #.FN_HDR/FTR for Wireshark types but only for ASN.1 typeskukosa1-6/+8
2007-06-05few small changes to compile INAP (Q.1248.x) from original ASN.1 sourcekukosa1-11/+66
2007-06-04- CLASS definitions support including exports through the *-exp.cnf filekukosa1-84/+405
2007-06-03INAP:etxrab1-1/+12
2007-06-02Syntax suport for Embedded pdv.etxrab1-2/+24
2007-05-30- fix bug in TaggedType supportkukosa1-0/+4
2007-05-30- better support if more modules are compiled togetherkukosa1-119/+278
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibguy1-2/+2
2007-05-29- COMPONENTS OF implementation (can be used only inside one module or more mo...kukosa1-81/+238
2007-05-28fix SelectionType creation for export (if the type is only exported but not u...kukosa1-0/+4
2007-05-28support of SelectionTypekukosa1-23/+133
2007-05-28small improvements in value handling, defined INTEGER value can be used in OI...kukosa1-53/+73
2007-05-25Update from samba tree revision 23054 to 23135jmayer1-0/+1
2007-05-24- improvements in registering dissectors to OID table (value defined in ASN.1...kukosa1-7/+22
2007-05-23small fix in duplicate type warningkukosa1-4/+1
2007-05-23- support of CONTAINING constraint in OCTET STRING and BIT STRINGkukosa1-21/+154
2007-05-22Copy paste error, actx duplicated.etxrab1-1/+1
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.etxrab1-8/+52
2007-05-22Don't generate enums that end in a commajmayer1-2/+7
2007-05-18- fix asn2wrs crash if typereference assignment has non-default bodykukosa1-7/+43
2007-05-15fix crash if C enum for ENUMERATED type is createdkukosa1-0/+5
2007-05-15fix bug - compiler crashes if already imported value or class is definedkukosa1-2/+2
2007-05-15command line option -X for "new BER" CHOICE and SEQUENCE table format (type o...kukosa1-10/+29
2007-05-15support for value range and unions in permitted alphabetkukosa1-34/+107
2007-05-15actx in the rest of dissect_ber..()letxrab1-10/+10