Add two missing hf[] entries (which should have been part of SVN #42819).

(Found by checkhf)

##Backport 1.8

svn path=/trunk/; revision=47304
This commit is contained in:
Bill Meier 2013-01-26 19:59:41 +00:00
parent 0c2e7dbe06
commit 1cb988eb4c
1 changed files with 10 additions and 0 deletions

View File

@ -2269,6 +2269,16 @@ proto_register_mpls_echo(void)
{ "Return Subcode", "mpls_echo.tlv.dd_map.return_subcode",
FT_UINT8, BASE_DEC, NULL, 0x0, "MPLS ECHO TLV Detailed Downstream Map Return Subcode", HFILL}
},
{ &hf_mpls_echo_tlv_dd_map_ingress_if_num,
{ "Ingress Interface Number", "mpls_echo.tlv.dd_map.ingress.if.num",
FT_UINT32, BASE_DEC, NULL, 0x0,
"MPLS ECHO TLV Detailed DownStream Map Ingress Interface Number", HFILL}
},
{ &hf_mpls_echo_tlv_dd_map_egress_if_num,
{ "Egress Interface Number", "mpls_echo.tlv.dd_map.egress.if.num",
FT_UINT32, BASE_DEC, NULL, 0x0,
"MPLS ECHO TLV Detailed DownStream Map Egress Interface Number", HFILL}
},
{ &hf_mpls_echo_tlv_dd_map_subtlv_len,
{ "Subtlv Length", "mpls_echo.tlv.dd_map.subtlv_len",
FT_UINT16, BASE_DEC, NULL, 0x0, "MPLS ECHO TLV Detailed Downstream Map Subtlv Length", HFILL}