ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 30629ce: tpm20: Add TPM2.0 dissector

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 26 Apr 2018 08:28:07 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=30629ce16612c91bc8bdc4184c2a2442f4577965
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

30629ce by Tadeusz Struk (tadeusz.struk@xxxxxxxxx):

    tpm20: Add TPM2.0 dissector
    
    This adds support for the TPM 2.0 "protocol" as defined
    by the Trusted Computing Group (TCG) specification.
    The specification can be found here:
    https://trustedcomputinggroup.org/tpm-library-specification/
    
    The specification defines the format of the all TPM requests
    and responses that this dissector supports.
    
    A sample capture file that can be used for testing this
    can be found in the https://wiki.wireshark.org/SampleCaptures
    It is called policy-authorizeNV.pcap.
    
    Change-Id: I557cb779f3adc5313e6d3498bbfeb56fdd308fbf
    Reviewed-on: https://code.wireshark.org/review/26866
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  e39a30b   Document "len" and "count" in wireshark-filter(4) and WSUG
    adds  30629ce   tpm20: Add TPM2.0 dissector


Summary of changes:
 docbook/release-notes.asciidoc |    1 +
 epan/dissectors/CMakeLists.txt |    1 +
 epan/dissectors/packet-tpm20.c | 1377 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1379 insertions(+)
 create mode 100644 epan/dissectors/packet-tpm20.c