The uniqueness bit occurs in 2 different places, so go ahead and use both hf_nhrp_flag_U1 and hf_nhrp_flag_U2, but change the common display filter from "nhrp.flag.u1" to simply "nhrp.flag.u".

#BACKPORT(1.6, 1.8)???

svn path=/trunk/; revision=48626
This commit is contained in:
Chris Maynard 2013-03-28 18:13:12 +00:00
parent ffbcd0705e
commit 5e7d4af0d0
1 changed files with 2 additions and 2 deletions

View File

@ -1148,12 +1148,12 @@ proto_register_nhrp(void)
"D bit", HFILL }
},
{ &hf_nhrp_flag_U1,
{ "Uniqueness Bit", "nhrp.flag.u1",
{ "Uniqueness Bit", "nhrp.flag.u",
FT_BOOLEAN, 16, NULL, 0x1000,
"U bit", HFILL }
},
{ &hf_nhrp_flag_U2,
{ "Uniqueness Bit", "nhrp.flag.u1",
{ "Uniqueness Bit", "nhrp.flag.u",
FT_BOOLEAN, 16, NULL, 0x8000,
"U bit", HFILL }
},