aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipv6.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ipv6.c')
-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",