I ran joy (version 2.1-dev) with a big dataset of traffic consisting of pcaps using the following:
./joy bidir=1 tls=1 output=sample.json 1.pcap 2.pcap .....
In the majority of json output files, joy does not report TLS session metadata and instead writes "error: no role". I have manually checked the pcap files and the TLS handshake information is actually there for the flows as it should be. Am I doing something wrong ? Thank you
Hi,
I ran joy (version 2.1-dev) with a big dataset of traffic consisting of pcaps using the following: ./joy bidir=1 tls=1 output=sample.json 1.pcap 2.pcap .....
In the majority of json output files, joy does not report TLS session metadata and instead writes "error: no role". I have manually checked the pcap files and the TLS handshake information is actually there for the flows as it should be. Am I doing something wrong ? Thank you