Ethereal-dev: Re: [ethereal-dev] SCTP support for upper layers

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

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Sat, 19 Aug 2000 01:39:28 -0700
On Fri, Aug 18, 2000 at 01:29:54PM +0200, Tuexen Michael wrote:
> the SCTP dissector allows now registering of ULP via SCTP portnumbers. 
> Use 
> dissector_add("sctp.port", SCTP_PORT_M3UA, dissect_m3ua)
> for registering a M3UA dissector for dissecting the SCTP payload.

Checked in.  (Use "old_dissector_add()" for dissectors not yet converted
to use tvbuffs, "dissector_add()" for dissectors that use tvbuffs.)