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] 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