Wireshark-commits: [Wireshark-commits] master bd5e5ce: Secured messages dissector for GeoNetworking
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 23 Dec 2018 13:43:16 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bd5e5ce93c35cf4390925b69a386f980b1074d50
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

bd5e5ce by Christophe GUERBER (christophe.guerber@xxxxxxxxx):

    Secured messages dissector for GeoNetworking
    
    Dissects secured messages from GeoNetworking protocol as per
    ETSI_TS_103_097 (v1 or 2). Msg_id or application id is used to determine
    subdissector: "geonw.sec.v1.msg_type" and "geonw.sec.v2.app_id".
    Unsecured and signed payloads are subdissected, encrypted payload is kept
    as data.
    
    Version 3 secured message dissection calls ieee1609dot2 dissector. No
    subdissector is provided in this case.
    
    Use Application ID as defined in ETSI_TS_103_965.
    
    Change-Id: Iff90a0e433d7774790cda50a557631d65c6de2ce
    Reviewed-on: https://code.wireshark.org/review/31164
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  8bf9175   QUIC: Remove unused field quic.odcil_draft13
     add  bd5e5ce   Secured messages dissector for GeoNetworking


Summary of changes:
 epan/dissectors/asn1/its/packet-its-template.c |    9 +
 epan/dissectors/packet-geonw.c                 | 1485 +++++++++++++++++++++++-
 epan/dissectors/packet-its.c                   |   19 +-
 3 files changed, 1506 insertions(+), 7 deletions(-)