From d3e9af76c38bbe6abfb036eb2f6e89e901d813be Mon Sep 17 00:00:00 2001 From: jamal Date: Wed, 16 Mar 2011 09:10:17 -0400 Subject: RESEND: [PATCH 1/1] ForCES fix SCTP TML port The old ports for SCTP TML ports were replaced at RFC editor publication time. Caught by folks preparing for an Interop tommorow. While we could add a backward compat support it seems meaningless if those ports will never ever be used in production. I will send new test/pcaps at a later point and remove the existing ones once this patch goes in. cheers, jamal commit 40ecad0e866e7567716e6e57158c5274c0786a21 Author: Jamal Hadi Salim Date: Thu Feb 3 22:00:23 2011 -0500 Conform to new IANA assignment of ForCES SCTP TML Signed-off-by: Jamal Hadi Salim --- print-sctp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'print-sctp.c') diff --git a/print-sctp.c b/print-sctp.c index 0229396d..a8990a9a 100644 --- a/print-sctp.c +++ b/print-sctp.c @@ -59,9 +59,9 @@ static const char rcsid[] _U_ = #include "ip6.h" #endif -#define CHAN_HP 6700 -#define CHAN_MP 6701 -#define CHAN_LP 6702 +#define CHAN_HP 6704 +#define CHAN_MP 6705 +#define CHAN_LP 6706 struct tok ForCES_channels[] = { { CHAN_HP, "ForCES HP" }, -- cgit v1.2.1