This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

decrypt Tls 1.2

0

Hello all,

I'm not able to decrypt TLS 1.2, ciper suite is TLS_RSA_WITH_AES_128_GCM_SHA256.

dissect_ssl enter frame #2 (first time)
association_find: TCP port 18819 found 0000000000000000
packet_from_server: is from server - FALSE
  conversation = 0000000008081160, ssl_session = 0000000008081670
  record: offset = 0, reported_length_remaining = 419
dissect_ssl3_record found version 0x0303(TLS 1.2) -> state 0x10
dissect_ssl3_record: content_type 23 Application Data
decrypt_ssl3_record: app_data len 414, ssl state 0x10
association_find: TCP port 18819 found 0000000000000000
packet_from_server: is from server - FALSE
decrypt_ssl3_record: using client decoder
decrypt_ssl3_record: no decoder available
association_find: TCP port 18819 found 0000000000000000
association_find: TCP port 443 found 00000000065E8230

dissect_ssl enter frame #4 (first time) association_find: TCP port 443 found 00000000065E8230 packet_from_server: is from server - TRUE conversation = 0000000008081160, ssl_session = 0000000008081670 record: offset = 0, reported_length_remaining = 613 dissect_ssl3_record: content_type 23 Application Data decrypt_ssl3_record: app_data len 608, ssl state 0x10 association_find: TCP port 443 found 00000000065E8230 packet_from_server: is from server - TRUE decrypt_ssl3_record: using server decoder decrypt_ssl3_record: no decoder available

Any idea what is the issue ?

asked 23 Feb ‘16, 03:37

jeril's gravatar image

jeril
6112
accept rate: 0%

edited 23 Feb ‘16, 05:10

grahamb's gravatar image

grahamb ♦
19.8k330206


One Answer:

0

Not an answer but I have the same problem with both WireShark 2.0.2 and 1.99.9

Bob Wilson

answered 31 Mar '16, 09:26

bwilson4web's gravatar image

bwilson4web
1
accept rate: 0%