TLS Decryption

asked 2020-12-25 12:25:04 +0000

ray gravatar image

updated 2020-12-25 14:56:23 +0000

I have a task: Given a original pcap file, the output is, Two pcap files with the same number of packets, one original and the other all decrypted. Then each message should be corresponding one by one.

I don't konw how to do it. Can someone help me? Thanks very much.

I have already run wireshark source code by using VS, and my idea is to use it to print the plaintext(I can find it in packet-tls-utils.c) to .pcap. It's OK?

edit retag flag offensive close merge delete