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>
This commit is contained in:
Nicolas Bertin 2017-05-02 10:49:12 +02:00 committed by Michael Mann
parent a81ddf2d4c
commit 03362436ec
1 changed files with 1 additions and 1 deletions

View File

@ -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 */