BGP: fix field bgp.evpn.nlri.mpls_ls is not of type FT_STRING, FT_STRINGZ, or FT_STRINGZPAD

Change-Id: Ida14611dee9eb01e1eab13a96c15ab3d759ed1cd
Reviewed-on: https://code.wireshark.org/review/6656
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
This commit is contained in:
Alexis La Goutte 2015-01-19 21:28:04 +01:00
parent ab8a13dde8
commit 9fd507827e
1 changed files with 1 additions and 1 deletions

View File

@ -7971,7 +7971,7 @@ proto_register_bgp(void)
{ "Ethernet Tag ID", "bgp.evpn.nlri.etag", FT_UINT32,
BASE_DEC, NULL, 0x0, NULL, HFILL}},
{ &hf_bgp_evpn_nlri_mpls_ls,
{ "MPLS Label Stack", "bgp.evpn.nlri.mpls_ls", FT_BYTES,
{ "MPLS Label Stack", "bgp.evpn.nlri.mpls_ls", FT_STRING,
BASE_NONE, NULL, 0x0, NULL, HFILL}},
{ &hf_bgp_evpn_nlri_maclen,
{ "MAC Address Length", "bgp.evpn.nlri.maclen", FT_UINT8,