URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ee7296db93ee4f35896b33b880282085102366ee
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
ee7296d by Peter Wu (peter@xxxxxxxxxxxxx):
TLS: append Log name for CT Log IDs
Show something like "Signed Certificate Timestamp (Google 'Pilot' Log)"
if the Log ID is recognized, or "... (Unknown Log)" otherwise.
Bug: 13372
Change-Id: I1cd373f110d5beb63ee89fb85831ab72cafe03d0
Reviewed-on: https://code.wireshark.org/review/20387
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from 8b11bc7 ftypes: move set_value_protocol into the union
adds ee7296d TLS: append Log name for CT Log IDs
Summary of changes:
epan/dissectors/packet-ssl-utils.c | 81 +++++++++++++++++++++++++++++++
tools/make-tls-ct-logids.py | 92 ++++++++++++++++++++++++++++++++++++
2 files changed, 173 insertions(+)
create mode 100755 tools/make-tls-ct-logids.py