aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pdcp-lte.c
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2018-08-10 15:46:51 +0200
committerAnders Broman <a.broman58@gmail.com>2018-08-10 14:43:44 +0000
commitf4ac2635647d389db83b369ed72054627ddab1af (patch)
treebf0599f98574d13632273648d3acf589981a35d1 /epan/dissectors/packet-pdcp-lte.c
parent61aaeef2b0e1bdba1cf9a1df1900b8f5dfef88d5 (diff)
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>
Diffstat (limited to 'epan/dissectors/packet-pdcp-lte.c')
-rw-r--r--epan/dissectors/packet-pdcp-lte.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/epan/dissectors/packet-pdcp-lte.c b/epan/dissectors/packet-pdcp-lte.c
index 8252890da4..82db99e32e 100644
--- a/epan/dissectors/packet-pdcp-lte.c
+++ b/epan/dissectors/packet-pdcp-lte.c
@@ -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 }
};