GENEVE: Display also VNI to decimal format

some solution (VMware NSX) display GENEVE VNI to decimal

Fix #18349
This commit is contained in:
Alexis La Goutte 2022-09-21 15:36:00 +00:00 committed by Uli Heilmeier
parent fa58d578f7
commit 2b255903ce
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ proto_register_geneve(void)
},
{ &hf_geneve_vni,
{ "Virtual Network Identifier (VNI)", "geneve.vni",
FT_UINT24, BASE_HEX, NULL, 0x0,
FT_UINT24, BASE_HEX_DEC, NULL, 0x0,
NULL, HFILL }
},
{ &hf_geneve_reserved,