Wireshark-commits: [Wireshark-commits] rev 21663: /trunk/tools/ /trunk/tools/: asn2wrs.py
From:
kukosa@xxxxxxxxxxxxx
Date: Thu, 03 May 2007 11:42:34 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21663
User: kukosa
Date: 2007/05/03 11:42 AM
Log:
- REAL type and values are supported
- if a value of some INTEGER type is defined then it is assigned to this type like a named value
i.e.
MyType ::= INTEGER
mv01 MyType ::= 1
is equal to
MyType ::= INTEGER { mv01 (1) }
Directory: /trunk/tools/
Changes Path Action
+157 -140 asn2wrs.py Modified