EPLv2: textual decoding of ASnd error code

Additional decoding (textual) of possible error code within ASnd frame.
This commit is contained in:
Christian Krump 2023-12-13 10:39:04 +01:00
parent b983decbcb
commit 9c2959b483
1 changed files with 2 additions and 1 deletions

View File

@ -5929,7 +5929,8 @@ proto_register_epl(void)
},
{ &hf_epl_asnd_statusresponse_el_entry_code,
{ "Error Code", "epl.asnd.sres.el.entry.code",
FT_UINT16, BASE_DEC, NULL, 0x00, NULL, HFILL }
FT_UINT16, BASE_HEX|BASE_EXT_STRING,
&errorcode_vals_ext, 0x00, NULL, HFILL }
},
{ &hf_epl_asnd_statusresponse_el_entry_time,
{ "Time Stamp", "epl.asnd.sres.el.entry.time",