aboutsummaryrefslogtreecommitdiffstats
path: root/tools/asn2eth.py
AgeCommit message (Expand)AuthorFilesLines
2005-08-02 Fix svn properties where needed:Jörg Mayer1-0/+0
2005-08-01- fix name handling of imported typesTomas Kukosa1-275/+267
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg1-1/+1
2005-07-18PLY package updated to version 1.6Tomas Kukosa1-2/+2
2005-07-15- PER helper functions for SET/SEQUENCE OF dissection were changed to have pr...Tomas Kukosa1-105/+99
2005-07-06Fix a spelling error.Guy Harris1-2/+2
2005-07-06- #.FN_PARS implemented for BOOLEANTomas Kukosa1-13/+12
2005-07-05new directives #.PDU_NEW and #.REGISTER_NEW creating and registering PDU diss...Tomas Kukosa1-16/+32
2005-07-05- #.FN_PARS support for ENUMERATED typeTomas Kukosa1-27/+27
2005-07-04- use tvb instead of offset and length in dissect_per_octet_string() for valu...Tomas Kukosa1-19/+17
2005-06-27fix for BER string tagsTomas Kukosa1-1/+1
2005-06-26make dissect_ber_choice take a guint* that will return theRonnie Sahlberg1-2/+2
2005-06-07- usage of dissect_per_null() and dissect_ber_null()Tomas Kukosa1-70/+114
2005-04-20- fix handling SET/SEQUENCE OF Type if type name contains hyphenTomas Kukosa1-1/+7
2005-03-27From Jacques, Olivier:Anders Broman1-2/+5
2005-03-20Fix asn2eth to pass 0, not NULL, for the last argument toGuy Harris1-1/+1
2005-02-28Handle the new signature for "dissect_per_restricted_character_string()".Guy Harris1-1/+2
2005-02-23update asn2eth and all generated dissectors to new dissect_ber_boolean that t...Ronnie Sahlberg1-1/+1
2005-02-16From Tomas Kukosa:Anders Broman1-8/+5
2005-02-07From Alejandro Vaquero :Anders Broman1-1/+2
2005-01-20Fix bug in SEQUENCE/SET OF handlingTomas Kukosa1-2/+6
2005-01-17Support of GeneralizedTime in PERTomas Kukosa1-1/+5
2005-01-05Fixed value string names in field array when NO_PROT_PREFIX option is usedTomas Kukosa1-2/+2
2005-01-03Directives #.FN_* can be used for Ethereal types as well as for ASN.1 typesTomas Kukosa1-7/+12
2005-01-03- names for value_string tables are generated with protocol name prefixTomas Kukosa1-15/+42
2004-12-29- new optional parameter ETH_VAR for #.EXPORTS directiveTomas Kukosa1-25/+47
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t in...Ronnie Sahlberg1-10/+4
2004-12-12update the helper for BER GeneralizedTime to handle implicit tag and update a...Ronnie Sahlberg1-2/+2
2004-12-12updates from tomas and andersRonnie Sahlberg1-122/+193
2004-11-20add _U_ to int hf_index to reduce number of compiler warningsRonnie Sahlberg1-1/+1
2004-11-14Major update of the ber helpers to fix a lot of bugs and make the handling o...Ronnie Sahlberg1-4/+4
2004-11-01From Tomas Kukosa:Guy Harris1-29/+52
2004-10-12From Tomas Kukosa:Guy Harris1-4/+5
2004-10-11More constification of arrays.Guy Harris1-4/+4
2004-10-11Constify "asn_namedbit" structures.Guy Harris1-1/+1
2004-10-08Make "ber_sequence" tables "const".Guy Harris1-2/+2
2004-10-01From Tomas Kukosa:Guy Harris1-55/+86
2004-09-22From Tomas Kukosa:Guy Harris1-42/+127
2004-09-13from tomas kukosa, fix for generated _PDU() functions to match the dissecto...Ronnie Sahlberg1-2/+2
2004-09-13From Tomas Kukosa, updates to the asn2eth compilerRonnie Sahlberg1-225/+306
2004-07-27From Tomas Kukosa:Guy Harris1-42/+101
2004-07-23make the implicit_tag parameter _U_ to get rid of some compiler warnings in...Ronnie Sahlberg1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-26From Tomas Kukosa: small fix for ASN2ETH compiler concerning creation ofGuy Harris1-18/+22
2004-06-24from tomas kRonnie Sahlberg1-66/+188
2004-06-24from Tomas KRonnie Sahlberg1-92/+372
2004-06-12update asn1 compiler to (hopefully) handle BER SET OF constructsRonnie Sahlberg1-3/+8
2004-06-12Parameter 8 to dissect_ber_bistring() is the ett_ variable (or -1) and notRonnie Sahlberg1-3/+3
2004-06-12From Tomas Kukosa updates to the ASN1 compilerRonnie Sahlberg1-5/+12
2004-06-07update to the asn1 compiler.Ronnie Sahlberg1-6/+1