Ethereal-dev: [ethereal-dev] Support for SCTP port numbers

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

From: Tuexen Michael <Michael.Tuexen@xxxxxxxxxxxxxx>
Date: Fri, 18 Aug 2000 13:14:17 +0200
Dear all,
the following patches are necessary for support of the portnumber concept in SCTP:

- packet.h : define a port type for SCTP ports: PT_SCTP
- packet.c : extend col_set_port to handle the ptype PT_SCTP
- resolv.h : export get_sctp_port
- resolv.c : define get_sctp_port and replace the usage of IPPROTO_UDP and IPROTO_TCP with
             PT_UDP and PT_TCP. So the type of the second parameter of the internal funtion
             serv_name_lookup has also changed.

The patches are generated from the nightly build of 16.8.2000 but also work with the nightly build of the 17.8.2000.
Best regards
Michael

 <<packet.h.patch.gz>>  <<packet.c.patch.gz>>  <<resolv.h.patch.gz>>  <<resolv.c.patch.gz>> 

Michael Tüxen     Tel.:   +49 89 722 47210
Siemens AG	      Fax:    +49 89 722 48212
ICN WN CS SEN 51  E-mail: Michael.Tuexen@xxxxxxxxxxxxxx

Attachment: packet.h.patch.gz
Description: Binary data

Attachment: packet.c.patch.gz
Description: Binary data

Attachment: resolv.h.patch.gz
Description: Binary data

Attachment: resolv.c.patch.gz
Description: Binary data