URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=44963f62bddab570b75b78d0fe82e22d70f3cdf2
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
44963f6 by Peter Wu (peter@xxxxxxxxxxxxx):
TLS: export ALPN for other dissectors
QUIC needs to read the ALPN to select the dissector for STREAM
dissection.
Change-Id: I3c3a2d5a6fe2f8f127b31287ed4ad3e3b4b0e56c
Reviewed-on: https://code.wireshark.org/review/34633
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 5d0aaa7 QUIC: display fin, offset and length for STREAM frames
add 44963f6 TLS: export ALPN for other dissectors
Summary of changes:
epan/dissectors/packet-tls-utils.c | 2 ++
epan/dissectors/packet-tls-utils.h | 1 +
epan/dissectors/packet-tls.c | 16 ++++++++++++++++
epan/dissectors/packet-tls.h | 7 +++++++
4 files changed, 26 insertions(+)