Wireshark-commits: [Wireshark-commits] master 6fa164e: Add dissector for Great Britain Companion Sp
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 03 Jan 2019 04:02:21 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6fa164e7c4cd6b730c6eb4ac8014789bf98c8bde
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

6fa164e by Kenneth Soerensen (knnthsrnsn@xxxxxxxxx):

    Add dissector for Great Britain Companion Specification (GBCS)
    
    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@xxxxxxxxx>
    Reviewed-by: Martin Boye Petersen <martinboyepetersen@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  e4c53ec   Couchbase: Fixup a shadow variable.
     add  6fa164e   Add dissector for Great Britain Companion Specification (GBCS)


Summary of changes:
 docbook/release-notes.asciidoc |    1 +
 epan/dissectors/CMakeLists.txt |    1 +
 epan/dissectors/packet-gbcs.c  | 1771 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1773 insertions(+)
 create mode 100755 epan/dissectors/packet-gbcs.c