summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-02-08 15:46:59 +0100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-02-08 14:47:31 +0000
commit183e0385ea00a30e487e779988be7c245a4662f3 (patch)
treef503b4e1cdf395f601c94bcd4b637f10d7b0f6ac
parentf2f94d918fc3ea9cce99b3a0eb631bbdc5ef9968 (diff)
downloadwireshark-183e0385ea00a30e487e779988be7c245a4662f3.tar.gz
Fix typo about encoding in MIP6 dissector...
Change-Id: Id0b50ddacf2e3cae008590456316586d262e6029 Reviewed-on: https://code.wireshark.org/review/146 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-rw-r--r--epan/dissectors/packet-mip6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mip6.c b/epan/dissectors/packet-mip6.c
index 6a5c59d1ea..56222a32d5 100644
--- a/epan/dissectors/packet-mip6.c
+++ b/epan/dissectors/packet-mip6.c
@@ -1758,7 +1758,7 @@ dissect_mip6_opt_vsm_3gpp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, v
proto_tree_add_item(tree, hf_mip6_opt_3gpp_pdn_gw_ipv4_addr, tvb, offset, 4, ENC_BIG_ENDIAN);
}else if(len == 16){
/* IPv6 address */
- proto_tree_add_item(tree, hf_mip6_opt_3gpp_pdn_gw_ipv6_addr, tvb, offset, 16, ENC_BA);
+ proto_tree_add_item(tree, hf_mip6_opt_3gpp_pdn_gw_ipv6_addr, tvb, offset, 16, ENC_NA);
}
break;
/* 4, PMIPv6 DHCPv4 Address Allocation Procedure Indication