aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ua3g.c
diff options
context:
space:
mode:
authorNicolas BERTIN <nicolas.bertin@al-enterprise.com>2017-04-22 15:08:10 +0200
committerMichael Mann <mmann78@netscape.net>2017-04-22 17:36:15 +0000
commit26d5b3dab9ee0dc3610d56148b52f35f5cc1c496 (patch)
tree9129b35f34112c23b0dd3150ef269c0c42f8dbb8 /epan/dissectors/packet-ua3g.c
parentc70d2ec8069b113aa575817535b19be52e6e635b (diff)
ua3g: fixed/updated init message (vta type values)
Change-Id: I8c500d6e049e9243c2c4b283731674bf3fc0a521 Reviewed-on: https://code.wireshark.org/review/21282 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-ua3g.c')
-rw-r--r--epan/dissectors/packet-ua3g.c16
1 files changed, 11 insertions, 5 deletions
diff --git a/epan/dissectors/packet-ua3g.c b/epan/dissectors/packet-ua3g.c
index 2d18cdf863..b93ce3eeef 100644
--- a/epan/dissectors/packet-ua3g.c
+++ b/epan/dissectors/packet-ua3g.c
@@ -1,6 +1,7 @@
/* packet-ua3g.c
- * Routines for UA/UDP (Universal Alcatel over UDP) packet dissection.
+ * Routines for UA3G (Universal Alcatel) packet dissection.
* Copyright 2012, Alcatel-Lucent Enterprise <lars.ruoff@alcatel-lucent.com>
+ * Copyright 2017, Alcatel-Lucent Enterprise <nicolas.bertin@al-enterprise.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -2851,10 +2852,15 @@ static const value_string str_command_cs_ip_device_routing[] = {
};
static const value_string str_cs_ip_device_routing_vta_type[] = {
- {0x20, "NOE A"},
- {0x21, "NOE B"},
- {0x22, "NOE C"},
- {0x23, "NOE D"},
+ {0x20, "4018"},
+ {0x21, "4028/8028/8028S"},
+ {0x22, "4038/8038"},
+ {0x23, "4068/8068/8082/8068S"},
+ {0x24, "mipt"},
+ {0x25, "4008"},
+ {0x32, "8058S"},
+ {0x34, "8078S"},
+ {0x35, "8088"},
{0, NULL}
};