From cd8924f759fe81d6dbf4d527d24d14dd34924972 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Wed, 28 Oct 2009 05:09:32 +0000 Subject: Update SCTP ppids, fix a faulty #define. svn path=/trunk/; revision=30744 --- epan/sctpppids.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'epan/sctpppids.h') diff --git a/epan/sctpppids.h b/epan/sctpppids.h index a9aba4567f..7149d3d15f 100644 --- a/epan/sctpppids.h +++ b/epan/sctpppids.h @@ -28,7 +28,7 @@ /* * SCTP payload protocol IDs. * Based on http://www.iana.org/assignments/sctp-parameters - * as of August 23rd, 2009 + * as of October 28th, 2009 */ #define NOT_SPECIFIED_PROTOCOL_ID 0 #define IUA_PAYLOAD_PROTOCOL_ID 1 @@ -54,6 +54,9 @@ #define FORCES_HP_PAYLOAD_PROTOCOL_ID 21 #define FORCES_MP_PAYLOAD_PROTOCOL_ID 22 #define FORCES_LP_PAYLOAD_PROTOCOL_ID 23 -#define SBC_AP_PAYLOAD_PROTOCOL_ID 23 +#define SBC_AP_PAYLOAD_PROTOCOL_ID 24 +#define NBAP_PAYLOAD_PROTOCOL_ID 25 +/* Unassigned 26 */ +#define X2AP_PAYLOAD_PROTOCOL_ID 27 #define M2TP_PAYLOAD_PROTOCOL_ID 99 /* s-link */ #endif /* sctpppids.h */ -- cgit v1.2.3