node_pcap
node_pcap copied to clipboard
Getting TLS and DNS info?
Hi,
Is it possible to get Getting TLS and DNS info?
Thanks Dekel
it is possible, yes
a DNS parser is already implemented, see decode/dns.js
for TLS however you'll have to implement the parsing yourself I think