aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2018-08-09 11:36:13 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2018-08-09 09:50:27 +0000
commit1ac6908cea447387a9da1901ad9335c0111cce24 (patch)
tree5337150ff2e752bc0a1f0bf31c39e5c81b4fe70f
parent73f3f895228eb635b63eb238360c824ef3d780c4 (diff)
GTPv2: update geographic_location_type_vals array
Bug: 15050 Change-Id: I6c8cd5bd0ca701cbf36a370666b248b824968e4a Reviewed-on: https://code.wireshark.org/review/29038 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
-rw-r--r--epan/dissectors/packet-gtpv2.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gtpv2.c b/epan/dissectors/packet-gtpv2.c
index b6105ba8ff..7a7bf50680 100644
--- a/epan/dissectors/packet-gtpv2.c
+++ b/epan/dissectors/packet-gtpv2.c
@@ -2713,6 +2713,12 @@ static const value_string geographic_location_type_vals[] = {
{128, "TAI"},
{129, "ECGI"},
{130, "TAI and ECGI"},
+ {131, "eNodeB ID"},
+ {132, "TAI and eNodeB ID"},
+ {133, "extended eNodeB ID"},
+ {134, "TAI and extended eNodeB ID"},
+ {135, "NCGI"},
+ {136, "TAI and NCGI"},
{0, NULL}
};