aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBinh Trinh <beango@gmail.com>2016-08-29 23:22:58 -0400
committerAnders Broman <a.broman58@gmail.com>2016-08-30 06:18:06 +0000
commitcbd3648738de7adab294d48043d0ac5bc76f07bc (patch)
tree164973eadce466622fe0818b76a534bb2ce33356
parent8e9b6f4abe06a32bb5c8e8842403c4cf8dccd765 (diff)
GTP: add new RAT Type values
Change-Id: Ia3d8956197faff9366de2635a9bd29f2bfc40f0d Reviewed-on: https://code.wireshark.org/review/17381 Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/dissectors/packet-gtp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gtp.c b/epan/dissectors/packet-gtp.c
index ac463971bf..029ba157f6 100644
--- a/epan/dissectors/packet-gtp.c
+++ b/epan/dissectors/packet-gtp.c
@@ -1746,6 +1746,9 @@ static const value_string gtp_ext_rat_type_vals[] = {
{3, "WLAN"},
{4, "GAN"},
{5, "HSPA Evolution"},
+ {6, "EUTRAN (WB-E-UTRAN)"},
+ {7, "Virtual"},
+ {8, "EUTRAN-NB-IoT"},
{0, NULL}
};
static const value_string chg_rep_act_type_vals[] = {