URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3b76de7dc29c1b42eb5e91ee130e611c25195ac9
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
3b76de7 by Hauke Mehrtens (hauke@xxxxxxxxxx):
dtls: run dissector for decryption also on server hello extensions
The dissector only ran through the server hello extensions for the tree
and not in the ssl decryption pass. This resulted in
ssl_dissect_hnd_hello_ext() being always called with ssl == NULL. For
SSL this was also called with ssl != NULL.
Change-Id: I22f7b1089731124b3ca1a2b8515f307c4a021b7f
Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/1370
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Actions performed:
from 720f504 ssl: support any address/port combi for priv key
adds 3b76de7 dtls: run dissector for decryption also on server hello extensions
Summary of changes:
epan/dissectors/packet-dtls.c | 2 --
1 file changed, 2 deletions(-)