Wireshark-commits: [Wireshark-commits] master 0f6b655: f5ethtrailer: Add dissection for TLS trailer
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0f6b655db6f73cbaeeb8b3ca9010050cf0888bc2
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
0f6b655 by Jason Cohen (j.cohen@xxxxxx):
f5ethtrailer: Add dissection for TLS trailers
https://cdn.f5.com/product/bugtracker/ID464934.html
F5 BIGIP v15.0.0 added the ability to provide debug
TLS key information when capturing on BIGIP. This is
provided as part of the f5ethtrailers. This dissector
decodes this data and will display it in the protocol
tree. Some of the data is useful for decryption, while
other data is state data to troubleshoot hadshake failures.
This change set is limited to dissection and display of
data available in the trailer.
Bug: 15948
Change-Id: I21398f9d9e46100a9906d1bcf49f41f9ea9bb1bc
Reviewed-on: https://code.wireshark.org/review/34140
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from c11fe64 Qt: do not adjust the time origin for empty graphs
add 0f6b655 f5ethtrailer: Add dissection for TLS trailers
Summary of changes:
epan/dissectors/packet-f5ethtrailer.c | 382 +++++++++++++++++++++++++++++++++-
1 file changed, 377 insertions(+), 5 deletions(-)