]> The Tcpdump Group git mirrors - tcpdump/commitdiff
RESEND: [PATCH 1/1] ForCES fix SCTP TML port
authorjamal <[email protected]>
Wed, 16 Mar 2011 13:10:17 +0000 (09:10 -0400)
committerMichael Richardson <[email protected]>
Thu, 31 Mar 2011 07:41:04 +0000 (09:41 +0200)
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 <[email protected]>
Date:   Thu Feb 3 22:00:23 2011 -0500

    Conform to new IANA assignment of ForCES SCTP TML

Signed-off-by: Jamal Hadi Salim <[email protected]>
print-sctp.c

index 0229396de66d9244bb91e50b243b299690933c0d..a8990a9ae005049cb57743e6ec95ad197ff6d979 100644 (file)
@@ -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" },