Wireshark-commits: [Wireshark-commits] master 5d0f013: GeoNW: Fix parsing of ecies_nistp256 public

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 31 Jul 2020 20:48:12 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5d0f0131eb854d6163a398846da53a97606649da
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

5d0f013 by Marios Makassikis (mmakassikis@xxxxxxxxx):

    GeoNW: Fix parsing of ecies_nistp256 public keys
    
    When decoding a publickey of type ecies_nistp256, increment the offset
    after decoding the SymAlgo. Otherwise, the value is parsed again as part
    of the EccPoint.
    
    Change-Id: Ic93ceda7f9e8e2a1ce0bc64332c5f9cfa46634d8
    Reviewed-on: https://code.wireshark.org/review/37995
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  d6ec8aa   Fix some uses of proto_tree_.._ret_[value_type]() calls
     add  5d0f013   GeoNW: Fix parsing of ecies_nistp256 public keys


Summary of changes:
 epan/dissectors/packet-geonw.c | 1 +
 1 file changed, 1 insertion(+)