Wireshark-commits: [Wireshark-commits] master 5a44e1b: goose: test field is renamed to simulation
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 25 Feb 2020 13:42:11 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5a44e1b7c57156eb5a394fbd8c59556016cd4e86
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

5a44e1b by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    goose: test field is renamed to simulation
    
    The GOOSE dissector included Wireshark is using the GOOSE message
    definition that was described in an older version of the IEC 61850
    standard. To be precise, the current field names in Wireshark
    corresponds to the Edition 1 of the IEC 61850 standard.
    This GOOSE message definition is defined in Table 23 of the
    IEC 61850-7-2:2003.
    In this release (IEC 61850-7-2:2003) there is a field name called: Test.
    
    However, in the new version of the IEC 61850, the Edition 2 of the
    IEC 61850 standard, the Test field was renamed to Simulation.
    To be precise, the new GOOSE message definition is defined
    in Table 43 of the IEC 61850-7-2:2010.
    
    Bug: 16402
    Change-Id: I407987d7f4564b5bafa0c9217756c3f9f23918f6
    Reviewed-on: https://code.wireshark.org/review/36175
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  3c5759a   lacp: Fix Dead Store
     add  5a44e1b   goose: test field is renamed to simulation


Summary of changes:
 epan/dissectors/asn1/goose/goose.asn | 2 +-
 epan/dissectors/packet-goose.c       | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)