Topic: Does wolfSSL's embedded SSL snifftest support ipv6 pcap dcryption?
Hi,
I'm trying to use snifftest to decrypt a ipv6 dtls pcap file. Does anyone know if snifftest support ipv6 pcap file? According to the tracefile, it seems all failed in the IP header. "Checking IP Header, Wrong IP Version", Attached is the trace file and pcap file I use.
When I compile the library I do it like this:
./configure --enable-dtls --enable-sniffer --enable-debug --enable-ipv6
make
Thanks!