Zbee ZCL se: fix typo found by conflict hf

'zbee_zcl_se.met.publish_snapshot.payload_type' exists multiple times with NOT compatible types: FT_BYTES and FT_UINT8

Change-Id: I97bc7cb467508192a3597836b721778341bc756c
Reviewed-on: https://code.wireshark.org/review/22590
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-07-11 13:39:56 +00:00 committed by Anders Broman
parent 49e920bc21
commit f36d9e922e
1 changed files with 1 additions and 1 deletions

View File

@ -1190,7 +1190,7 @@ proto_register_zbee_zcl_met(void)
0x00, NULL, HFILL } },
{ &hf_zbee_zcl_met_publish_snapshot_snapshot_sub_payload,
{ "Snapshot Sub-Payload", "zbee_zcl_se.met.publish_snapshot.payload_type", FT_BYTES, BASE_NONE, NULL,
{ "Snapshot Sub-Payload", "zbee_zcl_se.met.publish_snapshot.sub_payload", FT_BYTES, BASE_NONE, NULL,
0x00, NULL, HFILL } },
{ &hf_zbee_zcl_met_get_sampled_data_rsp_sample_id,