Ask Your Question

Revision history [back]

Ad per the first example on the Capture Filter Wiki page, for all traffic to a specific IP use a capture filter of host x.x.x.x. Depending on your shell you may need to quote the arguments, e.g.

tshark -i ... -f "host x.x.x.x"

Ad As per the first example on the Capture Filter Wiki page, for all traffic to or from a specific IP use a capture filter of host x.x.x.x. Depending on your shell you may need to quote the arguments, e.g.

tshark -i ... -f "host x.x.x.x"