aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2018-11-12 13:47:57 +0100
committerAnders Broman <a.broman58@gmail.com>2018-11-12 12:49:09 +0000
commit8f4cf7c8d44cc81f8d2724f856b38dd44b6925f0 (patch)
tree5f41bf14db4d65b166d2cec7160fd054162f2971 /epan
parent51a2a00b7f717e1d1f16a2993e1b32b20ae3a17d (diff)
gtpv2: Update RAT types.
Change-Id: Ifb134ce340d847af65bad4dd20d5c453af85d4e1 Reviewed-on: https://code.wireshark.org/review/30582 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-gtpv2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gtpv2.c b/epan/dissectors/packet-gtpv2.c
index f0b12a64a7..4f536199e0 100644
--- a/epan/dissectors/packet-gtpv2.c
+++ b/epan/dissectors/packet-gtpv2.c
@@ -2385,6 +2385,8 @@ static const value_string gtpv2_rat_type_vals[] = {
{6, "EUTRAN"},
{7, "Virtual"},
{8, "EUTRAN-NB-IoT"},
+ {9, "LTE-M"},
+ {10, "NR"},
{0, NULL}
};
static value_string_ext gtpv2_rat_type_vals_ext = VALUE_STRING_EXT_INIT(gtpv2_rat_type_vals);