ZigBee: Dissect Snapshot Payload Type names

Change-Id: I5897542d011d6ba9461b94387795206e358fbf88
Reviewed-on: https://code.wireshark.org/review/32863
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
This commit is contained in:
Kenneth Soerensen 2019-04-15 20:31:06 +02:00 committed by Alexis La Goutte
parent 471dc722c0
commit 55a8abc5b2
1 changed files with 1 additions and 1 deletions

View File

@ -7643,7 +7643,7 @@ proto_register_zbee_zcl_met(void)
0x00, NULL, HFILL } },
{ &hf_zbee_zcl_met_publish_snapshot_snapshot_payload_type,
{ "Snapshot Payload Type", "zbee_zcl_se.met.publish_snapshot.payload_type", FT_UINT8, BASE_DEC, NULL,
{ "Snapshot Payload Type", "zbee_zcl_se.met.publish_snapshot.payload_type", FT_UINT8, BASE_DEC, VALS(zbee_zcl_met_snapshot_payload_type),
0x00, NULL, HFILL } },
{ &hf_zbee_zcl_met_publish_snapshot_snapshot_sub_payload,