PDCP LTE: Update rohc_profile_vals

Change-Id: I0dba4d226af42e04723c37c79b2734f1e437ffcd
Reviewed-on: https://code.wireshark.org/review/29058
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
AndersBroman 2018-08-10 15:46:51 +02:00 committed by Anders Broman
parent 61aaeef2b0
commit f4ac263564
1 changed files with 6 additions and 0 deletions

View File

@ -398,11 +398,17 @@ static const value_string rohc_profile_vals[] = {
{ 0x0002, "ROHC UDP" }, /* [RFC3095] */
{ 0x0003, "ROHC ESP" }, /* [RFC3095] */
{ 0x0004, "ROHC IP" }, /* [RFC3843] */
{ 0x0005, "ROHC LLA" }, /* [RFC4362] */
{ 0x0006, "ROHC TCP" }, /* [RFC4996] */
{ 0x0007, "ROHC RTP/UDP-Lite" }, /* [RFC4019] */
{ 0x0008, "ROHC UDP-Lite" }, /* [RFC4019] */
{ 0x0101, "ROHCv2 RTP" }, /* [RFC5225] */
{ 0x0102, "ROHCv2 UDP" }, /* [RFC5225] */
{ 0x0103, "ROHCv2 ESP" }, /* [RFC5225] */
{ 0x0104, "ROHCv2 IP" }, /* [RFC5225] */
{ 0x0105, "ROHC LLA with R-mode" }, /* [RFC3408] */
{ 0x0107, "ROHCv2 RTP/UDP-Lite" }, /* [RFC5225] */
{ 0x0108, "ROHCv2 UDP-Lite" }, /* [RFC5225] */
{ 0, NULL }
};