Ethereal-users: Re: [Ethereal-users] Tracing SUA over TCP

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

From: Michael Tuexen <Michael.Tuexen@xxxxxxxxxxxxxxxxx>
Date: Thu, 11 Apr 2002 22:28:12 +0200
For the time being: no.
Since SCTP is the requested transport layer for SUA I wont do anything
to handle SUA/TCP. The problem is the follwing: the SUA dissector needs
to get SUA messages. This is easily done with SCTP because it is message
oriented. For TCP you must break up the byte stream in a message stream.
This code is neither in the TCP dissector nor in the SUA dissector.

Why do you not use SCTP as a transport layer. By using TCP you will not
be able to test your implementation with another one, because all use SCTP.

There are a couple of free SCTP implementation available which you could
use. See http://www.sctp.de, for example.

Best regards
Michael

On Thursday, April 11, 2002, at 09:05 PM, Ivan Kosoy wrote:

I developing application based on SUA over TCP instead of SCTP.
Is it possible to monitor this kind of messages?

Ivan.

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


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


Michael.Tuexen@xxxxxxxxxxxxxxxxx