node-pcap / node_pcap

libpcap bindings for node
MIT License
928 stars 253 forks source link

Getting TLS and DNS info? #261

Open dyaacov opened 4 years ago

dyaacov commented 4 years ago

Hi,

Is it possible to get Getting TLS and DNS info?

Thanks Dekel

mildsunrise commented 4 years ago

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