Add PPID 28 IRCP

svn path=/trunk/; revision=32686
This commit is contained in:
Anders Broman 2010-05-06 12:54:43 +00:00
parent 54101a8630
commit fd887ba442
2 changed files with 2 additions and 0 deletions

View File

@ -354,6 +354,7 @@ static const value_string sctp_payload_proto_id_values[] = {
{ NBAP_PAYLOAD_PROTOCOL_ID, "NBAP" },
/* Unassigned 26 */
{ X2AP_PAYLOAD_PROTOCOL_ID, "X2AP" },
{ IRCP_PAYLOAD_PROTOCOL_ID, "IRCP" },
{ 0, NULL } };

View File

@ -58,5 +58,6 @@
#define NBAP_PAYLOAD_PROTOCOL_ID 25
/* Unassigned 26 */
#define X2AP_PAYLOAD_PROTOCOL_ID 27
#define IRCP_PAYLOAD_PROTOCOL_ID 28
#define M2TP_PAYLOAD_PROTOCOL_ID 99 /* s-link */
#endif /* sctpppids.h */