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