Ethereal-dev: [Ethereal-dev] Asn2eth: issue when trying with Camel/UMTS ASN1 description
Hello,
I'm trying to create
a Camel/UMTS dissector with asn2eth tool.
But when launching
asn2eth script, I have an error message "__main__.ParseError:
LexToken(DOT,'.',71)":
C:\transfer\ethereal\winbuild\ethereal\asn1\camel.oja>nmake
Microsoft
(R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C)
Microsoft Corp 1988-1998. All rights reserved.
python ../../tools/asn2eth.py
-X -b -e -p camel -c camel.cnf -s packet-camel-template camel.asn
ASN.1 to
Ethereal dissector compiler
Traceback (most recent call last):
File
"../../tools/asn2eth.py", line 4485, in ?
eth_main()
File "../../tools/asn2eth.py", line 4456, in
eth_main
ast = yacc.parse(s, lexer=lexer,
debug=pd)
File "C:\transfer\ethereal\winbuild\ethereal\tools\yacc.py",
line 311, in parse
tok =
self.errorfunc(errtoken)
File "../../tools/asn2eth.py", line 4258, in
p_error
raise ParseError(str(t))
__main__.ParseError:
LexToken(DOT,'.',71)
NMAKE : fatal error U1077: 'python' : return code
'0x1'
Stop.
I just don't
understand the error message I guess :)
Thanks,
Olivier.