aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2010-06-14 21:49:23 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2010-06-14 21:49:23 +0000
commit690097963ef67ff4d880c72dadfe444e6f4732e8 (patch)
tree3626cc4c16ba603c4407642b066d5a1a8b479852 /epan
parente4ca11dcb4f0a535fa104ba1b685fc4eb3c16970 (diff)
downloadwireshark-690097963ef67ff4d880c72dadfe444e6f4732e8.tar.gz
wireshark-690097963ef67ff4d880c72dadfe444e6f4732e8.tar.bz2
wireshark-690097963ef67ff4d880c72dadfe444e6f4732e8.zip
Update SCTP PPIDs.
svn path=/trunk/; revision=33225
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-sctp.c2
-rw-r--r--epan/sctpppids.h4
2 files changed, 5 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sctp.c b/epan/dissectors/packet-sctp.c
index 39d8aa3b52..56907d5143 100644
--- a/epan/dissectors/packet-sctp.c
+++ b/epan/dissectors/packet-sctp.c
@@ -354,6 +354,8 @@ static const value_string sctp_payload_proto_id_values[] = {
/* Unassigned 26 */
{ X2AP_PAYLOAD_PROTOCOL_ID, "X2AP" },
{ IRCP_PAYLOAD_PROTOCOL_ID, "IRCP" },
+ { LCS_AP_PAYLOAD_PROTOCOL_ID, "LCS-AP" },
+ { MPICH2_PAYLOAD_PROTOCOL_ID, "MPICH2" },
{ 0, NULL } };
diff --git a/epan/sctpppids.h b/epan/sctpppids.h
index 3db8c17bf6..2fff6eec8a 100644
--- a/epan/sctpppids.h
+++ b/epan/sctpppids.h
@@ -55,9 +55,11 @@
#define FORCES_MP_PAYLOAD_PROTOCOL_ID 22
#define FORCES_LP_PAYLOAD_PROTOCOL_ID 23
#define SBC_AP_PAYLOAD_PROTOCOL_ID 24
-#define NBAP_PAYLOAD_PROTOCOL_ID 25
+#define NBAP_PAYLOAD_PROTOCOL_ID 25
/* Unassigned 26 */
#define X2AP_PAYLOAD_PROTOCOL_ID 27
#define IRCP_PAYLOAD_PROTOCOL_ID 28
+#define LCS_AP_PAYLOAD_PROTOCOL_ID 29
+#define MPICH2_PAYLOAD_PROTOCOL_ID 30
#define M2TP_PAYLOAD_PROTOCOL_ID 99 /* s-link */
#endif /* sctpppids.h */