EPL: remove unused hf (hf_epl_sdo_od_field)

Change-Id: I85b26a235874fa67c4f44251166353fadccd1eb5
Reviewed-on: https://code.wireshark.org/review/21659
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2017-05-14 19:44:49 +02:00 committed by Anders Broman
parent 993a0afe56
commit b933b8a4d3
1 changed files with 0 additions and 5 deletions

View File

@ -1462,7 +1462,6 @@ static gint hf_epl_fragment_count = -1;
static gint hf_epl_reassembled_in = -1;
static gint hf_epl_reassembled_length = -1;
static gint hf_epl_reassembled_data = -1;
static gint hf_epl_sdo_od_field = -1;
static gint hf_epl_sdo_multi_param_sub_abort = -1;
static gint ett_epl_fragment = -1;
@ -4878,10 +4877,6 @@ proto_register_epl(void)
{ "Reassembled Data", "epl.asnd.sdo.cmd.reassembled.data",
FT_BYTES, BASE_NONE, NULL, 0x00, NULL, HFILL }
},
{ &hf_epl_sdo_od_field,
{ "OD", "epl.asnd.sdo.od.field",
FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
},
{ &hf_epl_sdo_multi_param_sub_abort,
{ "Sub Abort Code", "epl.asnd.sdo.od.multiparam.abort",
FT_UINT32, BASE_HEX, NULL, 0x00, NULL, HFILL }