Question

Is there a quick tcpdump one-liner to print out a TCP stream that matches a particular substring -- or, if that's not easy, how about printing out just the single TCP packet that matches the substring?

Was it helpful?

Solution

The best option is to use ngrep rather than tcpdump. Ngrep is designed to do exactly what you're after.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top