mmirabent / sniffle

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

DNS Reverse Lookup Implemented #4

Closed Pizzorni closed 8 years ago

Pizzorni commented 8 years ago

Added functionality for reverse DNS lookup. There is currently a slight bug in the formatting output. I also don't know how you want it to be outputted period so I just added it on after. The grep command seems to be deterministic, it doesn't always succeed.

I suggest adding the reverse DNS lookup functionality with a command line flag.

mmirabent commented 8 years ago

You are exactly correct. Command line flags are coming. I'd also like to do this with system calls if possible, rather than spawning a process but we can change that later on down the road.