Update PPIDs to latest IANA regsitration status.

svn path=/trunk/; revision=17819
This commit is contained in:
Michael Tüxen 2006-04-05 20:24:48 +00:00
parent 5426b944ee
commit 083cda3e63
2 changed files with 4 additions and 0 deletions

View File

@ -265,6 +265,8 @@ static const value_string sctp_payload_proto_id_values[] = {
{ ASAP_PAYLOAD_PROTOCOL_ID, "ASAP" },
{ ENRP_PAYLOAD_PROTOCOL_ID, "ENRP" },
{ H323_PAYLOAD_PROTOCOL_ID, "H.323" },
{ QIPC_PAYLOAD_PROTOCOL_ID, "Q.IPC/Q.2150.3" },
{ SIMCO_PAYLOAD_PROTOCOL_ID, "SIMCO" },
{ 0, NULL } };

View File

@ -42,6 +42,8 @@
#define ASAP_PAYLOAD_PROTOCOL_ID 11
#define ENRP_PAYLOAD_PROTOCOL_ID 12
#define H323_PAYLOAD_PROTOCOL_ID 13
#define QIPC_PAYLOAD_PROTOCOL_ID 14
#define SIMCO_PAYLOAD_PROTOCOL_ID 15
#define M2TP_PAYLOAD_PROTOCOL_ID 99 /* s-link */
#endif /* sctpppids.h */