URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9c1607f03fb6e03950b23f817eb060d47895e1d4
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
9c1607f by Hauke Mehrtens (hauke@xxxxxxxxxx):
ssl: use SslSession
Use the struct SslSession instead of passing the tls version and cipher
to each function.
Change-Id: I19b163913f8f6521a34d94d130e2ae74546a615a
Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/1821
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
(cherry picked from commit 13e4f777c763e22a260638445d7395687d787b54)
Reviewed-on: https://code.wireshark.org/review/2814
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from a028288 dtls: use SslSession
adds 9c1607f ssl: use SslSession
Summary of changes:
epan/dissectors/packet-ssl.c | 156 ++++++++++++++++++++----------------------
1 file changed, 76 insertions(+), 80 deletions(-)