aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatej Tkac <matej.tkac.mt@gmail.com>2018-02-19 11:36:57 +0100
committerAnders Broman <a.broman58@gmail.com>2018-02-19 14:18:24 +0000
commitdbb5c73fec950c8909726ad471a204a951a03756 (patch)
tree01519ab845f615a44d3ba159387fecd6f7c21904
parent042cfea07c8fd723a763d52378ae197a53b444fe (diff)
[PFCP] Added missing User Plane Inactivity Timer IE value_string
Change-Id: I043884300f3c5d4911c02f9c17d631e52700a793 Reviewed-on: https://code.wireshark.org/review/25895 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/dissectors/packet-pfcp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-pfcp.c b/epan/dissectors/packet-pfcp.c
index 3fb1c8a4db..9cecc7884d 100644
--- a/epan/dissectors/packet-pfcp.c
+++ b/epan/dissectors/packet-pfcp.c
@@ -602,7 +602,8 @@ static const value_string pfcp_ie_type[] = {
{ 114, "Failed Rule ID" }, /* Extendable / Subclause 8.2.80 */
{ 115, "Time Quota Mechanism" }, /* Extendable / Subclause 8.2.81 */
{ 116, "User Plane IP Resource Information" }, /* Extendable / Subclause 8.2.82 */
- //117 to 65535 Spare. For future use.
+ { 117, "User Plane Inactivity Timer" }, /* Extendable / Subclause 8.2.83 */
+ //118 to 65535 Spare. For future use.
{0, NULL}
};