mmirabent / sniffle

TCP handshake sniffer
Apache License 2.0
1 stars 0 forks source link

DNS reverse lookup flag #23

Closed mmirabent closed 8 years ago

mmirabent commented 8 years ago

I suspect, though I have no evidence to prove this, that this flag will slow down live capture considerably, because every matched packet will cause two DNS queries, which means four DNS queries for every tcp connection. It might be best to only use this on pcap files where we won't drop packets waiting for one to be processed.

All that being said, the reverse dns flag works now.