Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] asn2wrs tagged type problem

From: "Anders Broman" <a.broman@xxxxxxxxx>
Date: Mon, 23 Apr 2007 08:13:15 +0200
Hi,
Fixing the tagged type would be great but when I try to use the -T option
for tcap
I get the following error:

ASN.1 to Wireshark dissector compiler
Traceback (most recent call last):
  File "../../tools/asn2wrs.py", line 5117, in ?
    eth_main()
  File "../../tools/asn2wrs.py", line 5083, in eth_main
    ectx.eth_prepare()
  File "../../tools/asn2wrs.py", line 800, in eth_prepare
    if x.has_key(self.type[d]['ethname']) or self.type[d]['import']:
KeyError: 'DialoguePortion/_untag'

Is it supposed to work yet or is it work in progress?
Best regards
Anders