Update SCTP PPIDs.

This also fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7635

svn path=/trunk/; revision=44500
This commit is contained in:
Michael Tüxen 2012-08-14 20:31:49 +00:00
parent ac909fa890
commit e7a645ad9f
2 changed files with 6 additions and 0 deletions

View File

@ -384,6 +384,9 @@ static const value_string sctp_payload_proto_id_values[] = {
{ PROTO_3GPP_M2AP_PROTOCOL_ID, "3GPP M2AP" },
{ PROTO_3GPP_M3AP_PROTOCOL_ID, "3GPP M3AP" },
{ SSH_PAYLOAD_PROTOCOL_ID, "SSH" },
{ DIAMETER_PROTOCOL_ID, "DIAMETER" },
{ DIAMETER_DTLS_PROTOCOL_ID, "DIAMETER OVER DTLS" },
{ R14P_BER_PROTOCOL_ID, "R14P" },
{ 0, NULL } };

View File

@ -76,5 +76,8 @@
#define PROTO_3GPP_M2AP_PROTOCOL_ID 43
#define PROTO_3GPP_M3AP_PROTOCOL_ID 44
#define SSH_PAYLOAD_PROTOCOL_ID 45
#define DIAMETER_PROTOCOL_ID 46
#define DIAMETER_DTLS_PROTOCOL_ID 47
#define R14P_BER_PROTOCOL_ID 48
#define M2TP_PAYLOAD_PROTOCOL_ID 99 /* s-link */
#endif /* sctpppids.h */