aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2020-07-06 18:58:52 +0200
committerAnders Broman <a.broman58@gmail.com>2020-07-06 21:35:28 +0000
commitc45aba408d226c8bba210a1191254264976a5dfc (patch)
tree66e8c5fba240672c33d4011991e1c0e395a56169
parent6a5dba8b1edd42e2c5aeda18dd67eb3beaf4e029 (diff)
BSSAP: Fix field abbrev for IMEISV IE
Found by conflict check Change-Id: Id14d12543902d75ae54b5b3944a44b63321dc479 Reviewed-on: https://code.wireshark.org/review/37747 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> 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-bssap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bssap.c b/epan/dissectors/packet-bssap.c
index 72df336272..4ada237f05 100644
--- a/epan/dissectors/packet-bssap.c
+++ b/epan/dissectors/packet-bssap.c
@@ -2231,7 +2231,7 @@ proto_register_bssap(void)
NULL, HFILL }},
{ &hf_bssap_imeisv_ie,
- { "IMEISV IE", "bssap.imeisv",
+ { "IMEISV IE", "bssap.imeisv_ie",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},