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

i cant decrypt TLSv1.2, in debug file said can’t find cipher suite 0x9D, and that cipher suite mean TLS_RSA_WITH_AES_256_GCM_SHA384

0

i wanna decrypt cipher suite 0x9D ( TLS_RSA_WITH_AES_256_GCM_SHA384 )

but when i search tutorial, thats said i need to add cipher suite for that method,

but, i still doesnt understand how to add it, and use patch,

i am still begineer, so i need step by step how to patch it,

i am using wireshark for windows version 1.10.7.

anyone can help me with my problem?

asked 01 May '14, 06:57

justian123456789's gravatar image

justian12345...
11113
accept rate: 0%


One Answer:

1

You need the latest development release (1.11.x) for that cipher.

Regards
Kurt

answered 01 May '14, 06:59

Kurt%20Knochner's gravatar image

Kurt Knochner ♦
24.8k1039237
accept rate: 15%

edited 01 May '14, 07:03

so i need to use development release of wireshark kurt?

okay, i will try it, and i will give the report later.

thanks for ur answer kurt.

(01 May '14, 07:01) justian12345...

thanks kurt, finally i can decrypt that.

(01 May '14, 07:07) justian12345...

Good.

Hint: If a supplied answer resolves your question can you please "accept" it by clicking the checkmark icon next to it. This highlights good answers for the benefit of subsequent users with the same or similar questions.

(01 May '14, 07:12) Kurt Knochner ♦