ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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