Explicitly display "Source or Destination Address/Host" like IPv4.

svn path=/trunk/; revision=40095
This commit is contained in:
Chris Maynard 2011-12-05 19:12:24 +00:00
parent ead53c19a2
commit ec5aa661d9
1 changed files with 4 additions and 4 deletions

View File

@ -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",