URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a7a4aa9a743f68f9864011d3b56bb5739c2cda15
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a7a4aa9 by Hauke Mehrtens (hauke@xxxxxxxxxx):
ssl: add SslSession structure
This structure is used to store information about a SSL session which
is not only needed for decrypting the session, but also to show nice
dissection information.
In an other patch I will add some more members to the struct because
the old way of passing them to the function does not scale.
Change-Id: I88e7f2896e0364a41d4538752dad291de83bfbca
Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/1819
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from c04b529 cmake: Add feature info for SBC
adds a7a4aa9 ssl: add SslSession structure
Summary of changes:
epan/dissectors/packet-dtls.c | 20 +++++++--------
epan/dissectors/packet-ssl-utils.c | 10 ++++----
epan/dissectors/packet-ssl-utils.h | 10 +++++---
epan/dissectors/packet-ssl.c | 48 ++++++++++++++++++------------------
4 files changed, 46 insertions(+), 42 deletions(-)