aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gbcs.c
diff options
context:
space:
mode:
authorPaul Zander <p.j.zander@lighting.com>2019-01-22 08:29:22 +0100
committerAnders Broman <a.broman58@gmail.com>2019-01-23 14:15:13 +0000
commitf3e27b8a3e369f2fb974c59062bdd32bee39aa9f (patch)
tree5b4d76d78231932c7c35b7d39f4af64f819b347e /epan/dissectors/packet-gbcs.c
parentf535a6318b6bd29bcec4a87426c3153ec0188bb3 (diff)
Show manufacturer specific cluster
When the ZCL cluster id is in the range 0xFC00 .. 0xFFFF the cluster is a manufacturer specific cluster. The information shown was 'Unknown' and should be 'Manufacturer Specific'. Change-Id: Id3ae90aea65c6049c38df2029871fdcfc41ce565 Reviewed-on: https://code.wireshark.org/review/31668 Petri-Dish: Anders Broman <a.broman58@gmail.com> Reviewed-by: Kenneth Soerensen <knnthsrnsn@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-gbcs.c')
-rwxr-xr-xepan/dissectors/packet-gbcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gbcs.c b/epan/dissectors/packet-gbcs.c
index 59aa5af4ed..44e02f8dfc 100755
--- a/epan/dissectors/packet-gbcs.c
+++ b/epan/dissectors/packet-gbcs.c
@@ -778,7 +778,7 @@ void proto_register_gbcs_gbz(void)
},
{&hf_gbcs_gbz_extended_header_cluster,
{"Extended Header Cluster ID", "gbcs_gbz.extended_header_cluster",
- FT_UINT16, BASE_HEX, VALS(zbee_aps_cid_names), 0x0, NULL, HFILL}
+ FT_UINT16, BASE_HEX | BASE_RANGE_STRING, RVALS(zbee_aps_cid_names), 0x0, NULL, HFILL}
},
{&hf_gbcs_gbz_extended_header_length,
{"Extended Header Length", "gbcs_gbz.extended_header_length",