1 | initial version |
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"
2 | No.2 Revision |
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"