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] packet-v5ua.c

From: Stephen Fisher <stephentfisher@xxxxxxxxx>
Date: Tue, 29 May 2007 11:33:54 -0700
On Tue, May 29, 2007 at 07:59:59AM +0200, Michael Tuexen wrote:

> is there any reason why the V5UA plugin does not use the IANA 
> registered port 5675, but 10001? The code just says:

I'm not sure.

> /* In RFC specification the SCTP registered User Port Number  
> Assignment for V5UA is 5675 */
> /* #define SCTP_PORT_V5UA      5675 */
> 
> #define SCTP_PORT_V5UA      10001
> 
> If there is no objection, I would change this to the IANA assigned 
> port number.

How about using both?  Or, better yet, adding a preference option to use 
the 10001 port instead of 5675 if someone needs to?


Steve