ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] make asn2wrs distinguish between CODE local: and CODE global: ?

From: Anders Broman <anders.broman@xxxxxxxxxxxx>
Date: Wed, 20 Feb 2013 14:10:18 +0000

Hi,

Does someone know python enough to extend asn2wrs to distinguish between CODE local: and CODE global:?

 

In asn/isdn_sup if Freephone-Operations.asn is added to makefile.common “table” (packet-isdn-sup-table10.c and packet-isdn-sup-table11.c

) will be generated with

  { fPHOID".1", "callFPH" },

 

and

  /* callFPH                  */ { fPHOID".1", dissect_CalledFreephoneNrArg_PDU, NULL },

 

 

So basically the parsing is working but it should be two different tables one for local and one for global CODEs. It would also be good if the tables where sorted in numerical order.

Best regards

Anders