diff options
author | Michael Tüxen <tuexen@fh-muenster.de> | 2010-06-14 21:49:23 +0000 |
---|---|---|
committer | Michael Tüxen <tuexen@fh-muenster.de> | 2010-06-14 21:49:23 +0000 |
commit | 690097963ef67ff4d880c72dadfe444e6f4732e8 (patch) | |
tree | 3626cc4c16ba603c4407642b066d5a1a8b479852 /epan/sctpppids.h | |
parent | e4ca11dcb4f0a535fa104ba1b685fc4eb3c16970 (diff) | |
download | wireshark-690097963ef67ff4d880c72dadfe444e6f4732e8.tar.gz wireshark-690097963ef67ff4d880c72dadfe444e6f4732e8.tar.bz2 wireshark-690097963ef67ff4d880c72dadfe444e6f4732e8.zip |
Update SCTP PPIDs.
svn path=/trunk/; revision=33225
Diffstat (limited to 'epan/sctpppids.h')
-rw-r--r-- | epan/sctpppids.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 */ |