profinet: fix conflict

This commit is contained in:
Alexis La Goutte 2023-02-17 19:06:18 +00:00 committed by John Thacker
parent 6cdd4ca71a
commit 144de50d41
2 changed files with 2 additions and 2 deletions

View File

@ -1070,7 +1070,7 @@ init_pn_rsi(int proto)
};
static ei_register_info ei[] = {
{ &ei_pn_rsi_error, { "pn_rsi.ack_seq_num", PI_UNDECODED, PI_NOTE, "Block version not implemented yet!", EXPFILL } }
{ &ei_pn_rsi_error, { "pn_rsi.error", PI_UNDECODED, PI_NOTE, "Block version not implemented yet!", EXPFILL } }
};

View File

@ -1315,7 +1315,7 @@ init_pn_io_rtc1(int proto)
NULL, HFILL }
},
{ &hf_pn_pa_profile_value_float,
{ "Value", "pn_io.pa.value",
{ "Value", "pn_io.pa.value.float",
FT_FLOAT, BASE_NONE, NULL, 0x0,
NULL, HFILL }
},