erldp: Fix duplicate entry

Field 'Tag' (erldp.etf_tag) has a conflicting entry in its value_string: 70 is at indices 12 (NEW_FLOAT_EXT) and 29 (DIST_FRAG_CONT)
This commit is contained in:
Alexis La Goutte 2022-07-13 19:50:21 +00:00 committed by A Wireshark GitLab Utility
parent 1ff01f18bb
commit 19bc326f1b
1 changed files with 0 additions and 1 deletions

View File

@ -95,7 +95,6 @@ static const value_string etf_tag_vals[] = {
{ FUN_EXT , "FUN_EXT" },
{ DIST_HEADER , "DIST_HEADER" },
{ DIST_FRAG_HEADER , "DIST_FRAG_HEADER" },
{ DIST_FRAG_CONT , "DIST_FRAG_CONT" },
{ ATOM_CACHE_REF , "ATOM_CACHE_REF" },
{ COMPRESSED , "COMPRESSED" },
{ 0, NULL }