summaryrefslogtreecommitdiff
path: root/print-sctp.c
diff options
context:
space:
mode:
authorjamal <hadi@cyberus.ca>2011-03-16 09:10:17 -0400
committerMichael Richardson <mcr@sandelman.ca>2011-03-31 09:41:04 +0200
commitd3e9af76c38bbe6abfb036eb2f6e89e901d813be (patch)
treef7aaef3ac8aad75067bd3f6102a017c5b7d96576 /print-sctp.c
parent6e96a2d61ecef4de8c998aeb9e1d159535364f0e (diff)
downloadtcpdump-d3e9af76c38bbe6abfb036eb2f6e89e901d813be.tar.gz
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 <hadi@mojatatu.com> Date: Thu Feb 3 22:00:23 2011 -0500 Conform to new IANA assignment of ForCES SCTP TML Signed-off-by: Jamal Hadi Salim <hadi@mojatatu.com>
Diffstat (limited to 'print-sctp.c')
-rw-r--r--print-sctp.c6
1 files changed, 3 insertions, 3 deletions
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" },