Ethereal-dev: Re: [Ethereal-dev] ITU/ANSI TCAP dissector

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Niels Koot <Niels.Koot@xxxxxxxxxxxxx>
Date: Thu, 2 Oct 2003 09:51:07 +0200
Some time ago I started working on the TCAP dissector too. Using the
originally posted one, I found out it didn't always use the ASN.1 functions,
also own ASN.1 functions where used. To prevent this and get the ASN.1
decoding more generic I decided to start from scratch again. It now uses the
generic ASN.1 functions, builds a complete ASN.1 tree and displays tags as
triplets. It recognizes all ITU and ANSI TCAP message types and does about
50% of the further ITU decoding. For ANSI only the msg types are recognized
yet.

Due to a lack of time I am not able to complete it in the near future. To
prevent that the same work is done twice I attached the current version. I
tested it on 0.9.14 build on Windows and with TCAP over SUA captures.

Niels

Attachment: packet-tcap.c
Description: Binary data