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

Ethereal-dev: RE: [Ethereal-dev] m3ua message decoder

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

From: "Alejandro Vaquero" <alejandrovaquero@xxxxxxxxx>
Date: Thu, 23 Sep 2004 08:17:39 -0600
Hi Robert,
	Attached is a decode ISUP I made as part of a project similar on
what you are trying to do. It is based on the ethereal ISUP and Q931
dissectors. It just "print" the decoded result in the screen.
	Usage: ./decodeISUP <ISUP HEX DUMP>

	It may help in your case.

Alejandro
-----Original Message-----
From: ethereal-dev-bounces@xxxxxxxxxxxx
[mailto:ethereal-dev-bounces@xxxxxxxxxxxx] On Behalf Of Michael Tuexen
Sent: Wednesday, September 22, 2004 4:11 PM
To: Ethereal development
Subject: Re: [Ethereal-dev] m3ua message decoder

No, I do not know of any open source code available yet...

Best regards
Michael

On Sep 22, 2004, at 23:09 Uhr, Robert Feri wrote:

> sorry, my question wasn't clear enough.
> i need a m3ua decoder as a stand-alone program/function. I've seen
> packet-m3ua.c but it calls some header files that are specific to 
> ethereal
> and therefore useless for my project, unless some modification is
made.
>
> so i'm asking you if you are aware of any open source stand-alone m3ua
> decoder ?
>
> tnx
>
> -------------------------------
> Robert Feri
> e-mail: robert.feri@xxxxxxxxxxx
> gsm: 041 638 453
> -------------------------------
>
> -----Izvorno sporocilo-----
> Od: ethereal-dev-bounces@xxxxxxxxxxxx
> [mailto:ethereal-dev-bounces@xxxxxxxxxxxx]Namesto Jeff Morriss
> Poslano: 22. september 2004 15:23
> Za: Ethereal development
> Zadeva: Re: [Ethereal-dev] m3ua message decoder
>
>
>
>
> Robert Feri wrote:
>
>> hi
>>
>> i've seen that ethereal supports m3ua messages, but i am looking for 
>> an
> open
>> source decoder that can decode everything in m3ua, not just some 
>> protocol
>> fields. Can anyone of you point me to source code of a m3ua decoder 
>> or at
>> least point me to this functionality built in ethereal ?
>
> What do you mean?
>
> Ethereal currently decodes M3UA messages (including, AFAIK, all the
> parameters).  If the payload is ISUP or SCCP Ethereal then decodes the
> M3UA payload as either one of those protocols.  For SCCP it will then
> (if the SSN is in the range [5-12]) decode the TCAP portion of the
> message and then possibly MAP.
>
> If you're looking for an M3UA + SS7 protocol analyzer, Ethereal does a
> lot of that already (suggestions for improvements--or patches--are
> always welcome).  If you're looking for a decoder library to use in an
> M3UA implementation, however, Ethereal will _not_ do that.
>
> _______________________________________________
> Ethereal-dev mailing list
> Ethereal-dev@xxxxxxxxxxxx
> http://www.ethereal.com/mailman/listinfo/ethereal-dev
>
> ---
> Incoming mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.766 / Virus Database: 513 - Release Date: 17.9.2004
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.766 / Virus Database: 513 - Release Date: 17.9.2004
>
> _______________________________________________
> Ethereal-dev mailing list
> Ethereal-dev@xxxxxxxxxxxx
> http://www.ethereal.com/mailman/listinfo/ethereal-dev
>

_______________________________________________
Ethereal-dev mailing list
Ethereal-dev@xxxxxxxxxxxx
http://www.ethereal.com/mailman/listinfo/ethereal-dev

Attachment: decodeISUP.tar.gz
Description: GNU Zip compressed data