I love tcpflow, and generally reach for it more often than tcpdump. One small issue I have with tcpflow is it cannot automatically perform reverse DNS on the ip addresses it prints out. Particularly, I'd find this feature useful when running tcpflow with the console print -c option.
For example, tcpdump does this by default. It can be disabled in tcpdump via the -n option:
tcpdump:
...
-n Don't convert host addresses to names. This can be used to avoid DNS lookups.
I love tcpflow, and generally reach for it more often than tcpdump. One small issue I have with tcpflow is it cannot automatically perform reverse DNS on the ip addresses it prints out. Particularly, I'd find this feature useful when running tcpflow with the console print
-coption.For example,
tcpdumpdoes this by default. It can be disabled in tcpdump via the-noption: