aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2011-12-05 19:12:24 +0000
committercmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2011-12-05 19:12:24 +0000
commite2187f584d28729ccfd9e34188346b917460d930 (patch)
treed12682a5fdd76c1f010f7aa31932e5d90d542958
parentfb1609961431e6648a6e15cf56e9658f653af73d (diff)
Explicitly display "Source or Destination Address/Host" like IPv4.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40095 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--epan/dissectors/packet-ipv6.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-ipv6.c b/epan/dissectors/packet-ipv6.c
index a5e441fd48..9c63c3f462 100644
--- a/epan/dissectors/packet-ipv6.c
+++ b/epan/dissectors/packet-ipv6.c
@@ -2146,13 +2146,13 @@ proto_register_ipv6(void)
FT_IPv4, BASE_NONE, NULL, 0x0,
"Destination IPv6 Teredo Client Encapsulated IPv4 Address", HFILL }},
{ &hf_ipv6_addr,
- { "Address", "ipv6.addr",
+ { "Source or Destination Address", "ipv6.addr",
FT_IPv6, BASE_NONE, NULL, 0x0,
- "Source or Destination IPv6 Address", HFILL }},
+ NULL, HFILL }},
{ &hf_ipv6_host,
- { "Host", "ipv6.host",
+ { "Source or Destination Host", "ipv6.host",
FT_STRING, BASE_NONE, NULL, 0x0,
- "IPv6 Host", HFILL }},
+ NULL, HFILL }},
{ &hf_ipv6_sa_mac,
{ "SA MAC", "ipv6.sa_mac",