aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorNicolas Bertin <nicolas.bertin@al-enterprise.com>2017-05-02 10:49:12 +0200
committerMichael Mann <mmann78@netscape.net>2017-05-02 13:53:21 +0000
commit03362436ecb22d03a850877704a806a4ec19057b (patch)
tree766b91f3f873b5ec0189647fd9374cde70ca3358 /epan
parenta81ddf2d4c090077df554d819e83a6f46ca81e44 (diff)
ua3g: updated REDIRECT message decoding (redundant maincpu parameter)
Change-Id: I4c703d380010ed784946a0093307423c227d37eb Reviewed-on: https://code.wireshark.org/review/21450 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> 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')
-rw-r--r--epan/dissectors/packet-ua3g.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ua3g.c b/epan/dissectors/packet-ua3g.c
index 47f213d46e..eaa4fdebc0 100644
--- a/epan/dissectors/packet-ua3g.c
+++ b/epan/dissectors/packet-ua3g.c
@@ -1271,10 +1271,10 @@ decode_ip_device_routing(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo,
offset++;
length--;
-
if (parameter_length > 0) {
switch (parameter_id) {
case 0x00: /* Remote MainCPU Server IP Address */
+ case 0x02: /* Remote Redundant MainCPU Server IP Address */
proto_tree_add_item(ua3g_param_tree, hf_ua3g_ip_device_routing_redirect_parameter_ip, tvb, offset, 4, ENC_BIG_ENDIAN);
break;
case 0x01: /* Remote MainCPU Server Port */