aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dhcpv6.c
diff options
context:
space:
mode:
authorRichard van der Hoff <richardv@mxtelecom.com>2007-10-08 00:32:03 +0000
committerRichard van der Hoff <richardv@mxtelecom.com>2007-10-08 00:32:03 +0000
commite704e4c8c494767bda7b5f8a9a8e22a024d663eb (patch)
tree65ad6627cb4454d13e2125f3c196c67a0af8d6bf /epan/dissectors/packet-dhcpv6.c
parent4bf238547f125c1bacb33b1e84f0ffe8b1571864 (diff)
From Chris Maynard <christopher.maynard@gtech.com> / Bug 1798: packet-d*.c display filter fields incorrectly named.
svn path=/trunk/; revision=23090
Diffstat (limited to 'epan/dissectors/packet-dhcpv6.c')
-rw-r--r--epan/dissectors/packet-dhcpv6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dhcpv6.c b/epan/dissectors/packet-dhcpv6.c
index 34c43dce21..7c4db37c3a 100644
--- a/epan/dissectors/packet-dhcpv6.c
+++ b/epan/dissectors/packet-dhcpv6.c
@@ -953,7 +953,7 @@ proto_register_dhcpv6(void)
BASE_DEC, VALS(msgtype_vals), 0x0,
"", HFILL }},
{ &hf_fqdn_1,
- { "Reserved", "", FT_UINT8, BASE_HEX, NULL, 0xF8, "", HFILL}},
+ { "Reserved", "dhcpv6.msgtype.reserved", FT_UINT8, BASE_HEX, NULL, 0xF8, "", HFILL}},
{ &hf_fqdn_2,
{ "N", "dhcpv6.msgtype.n", FT_BOOLEAN, 8, TFS(&fqdn_n), 0x4, "", HFILL}},
{ &hf_fqdn_3,