Ethereal-dev: Re: [Ethereal-dev] SSCOP over UDP and new dissector: SSCF-NNI

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Tue, 23 Nov 2004 19:02:55 -0800
Jeff Morriss wrote:

The attached patch adds a couple of preferences to the SSCOP dissector:

- a range of UDP ports (for SSCOP encapsulated in UDP)
- a payload choice (for what is carried by SSCOP)

Checked in.

Also included is a new dissector: SSCF-NNI. This dissector plugs in between SSCOP and MTP3 for MTP3-b (broadband) support.

Checked in.

(I had a need for a MAX_UDP_PORT define which I put in "range.h"--but I'm not sure that's the best place for it...)

Maybe add a packet-sctp.h header and put the appropriate #defines in packet-{sctp,tcp,udp}.h?