aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gbcs.c
AgeCommit message (Collapse)AuthorFilesLines
2019-04-24dissectors: remove execute bits from awdl, gbcs, pcomtcpPeter Wu1-0/+0
Change-Id: I82fb3dabc999a43561be0e438e4ded73d198bfa9 Reviewed-on: https://code.wireshark.org/review/32970 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2019-03-14GBCS: Add define for use case GCS24aMartin Boye Petersen1-220/+221
Add define for use case GCS24a and format table so there is a space between ',' and '0x' for all use cases. Change-Id: I1dd3d575137b884790f4c93c960e08de644acf94 Reviewed-on: https://code.wireshark.org/review/32400 Reviewed-by: Kenneth Soerensen <knnthsrnsn@gmail.com> Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-02-06GBCS: Show field names for empty fieldsKenneth Soerensen1-20/+74
Change-Id: I5d46ce66d8467c1cd7f45665661eea9c704d582d Reviewed-on: https://code.wireshark.org/review/31911 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-28GBCS: Increment offset before subtracting lengthMartin Boye Petersen1-5/+5
Fixed issue with incorrect item end being set for the grouping header if it includes a KA certificate. Length was subtracted first (set to 0) and therefor the offset would remain unchanged. Change-Id: I23ab1620613af821ee5a41fc29b83e6d4b08430e Reviewed-on: https://code.wireshark.org/review/31764 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-01-23Show manufacturer specific clusterPaul Zander1-1/+1
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>
2019-01-11dissectors: remove unused assignments.Dario Lombardo1-1/+0
Found by clang-scan. Change-Id: I46d3be9032c8d34a76ecd844287c36aff733ea2d Reviewed-on: https://code.wireshark.org/review/31482 Reviewed-by: Kenneth Soerensen <knnthsrnsn@gmail.com> Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-01-03Add dissector for Great Britain Companion Specification (GBCS)Kenneth Soerensen1-0/+1771
The Smart Metering Equipment Technical Specifications (SMETS) requires that Gas Smart Metering Equipment (GSME), and Electricity Smart Metering Equipment (ESME) including variants, meet the requirements described in the Great Britain Companion Specification (GBCS). GBCS messages are end-to-end and contains ZigBee, DLMS or ASN.1 formatted payloads. The GBCS messages are transported via IPor via the ZigBee Tunneling cluster. https://smartenergycodecompany.co.uk/document-download-centre/download-info/gbcs-v2-1/ Bug: 15381 Change-Id: I28ca9831fc266a6abd310db103306b98786e63f9 Reviewed-on: https://code.wireshark.org/review/31168 Petri-Dish: Anders Broman <a.broman58@gmail.com> Reviewed-by: Martin Boye Petersen <martinboyepetersen@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>