ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] How to register a dissector for a specific traffic type?

From: "Anders Broman" <a.broman@xxxxxxxxx>
Date: Tue, 20 Nov 2007 23:20:44 +0100
>If the DDP dissector registers for a specific SCTP port or PPI, you 
>would call
>
>	dissector_add("sctp.port", {port number}, {handle for DDP
>dissector});
>
>or
>
>	dissector_add("sctp.ppi", {PPI number}, {handle for DDP
>dissector});
>
>in proto_reg_handoff_ddp().

>From http://www.iana.org/assignments/sctp-parameters:
SCTP Payload Protocol Identifiers                         Reference
--------------------------------------------------------  ---------
:
 16 - DDP Segment Chunk                                   [RFC5043]
 17 - DDP Stream Session Control                          [RFC5043]

Regards
Anders