通过将抓包的数据写入到pcapng的方式,使用wireshark打开pcapng查看,发现有很多0字节的TLS Key Log数据。 <img width="1125" alt="Image" src="https://github.com/user-attachments/assets/3aed0a14-20d0-4ccd-be0a-3e2c05b4009c" /> 通过检查代码发现: <img width="1157" alt="Image" src="https://github.com/user-attachments/assets/58d83a23-49ca-4c62-9cec-1f320df80056" /> probe_pcap.go文件中的154行,savePcapng方法,每次都直接写入WriteDecryptionSecretsBlock,是否可以先判断存在数据再写入?