aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ua3g.c
diff options
context:
space:
mode:
authorNicolas BERTIN <nicolas.bertin@al-enterprise.com>2017-04-25 23:35:27 +0200
committerAnders Broman <a.broman58@gmail.com>2017-04-26 10:26:37 +0000
commitb8614451a22570bec8d6a02c2e4bbbe3989a6338 (patch)
treec952a50c6fe4327d5c9cd7bb8c78cc5efcac9fae /epan/dissectors/packet-ua3g.c
parent8012dcc712e4dbbedb360a8e9ae1ccd844e1d24e (diff)
ua3g: minor change in "UNSOLICITED" message decoding
Display "Not Applicable" instead of "Unknown" when the "Additional VTA Type" is not set (0), which is the case with 2G and 3G terminals. Change-Id: I178248e1de18176710fe978ebf90e99486e0ec7e Reviewed-on: https://code.wireshark.org/review/21346 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-ua3g.c')
-rw-r--r--epan/dissectors/packet-ua3g.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ua3g.c b/epan/dissectors/packet-ua3g.c
index bbd3d02613..d8a9d1e992 100644
--- a/epan/dissectors/packet-ua3g.c
+++ b/epan/dissectors/packet-ua3g.c
@@ -2878,6 +2878,7 @@ static const value_string str_vta_type[] = {
};
static const value_string str_additional_vta_type[] = {
+ {0x00, "Not Applicable"},
{0x30, "4018"},
{0x31, "4028S"},
{0x32, "8058S"},