Reputation: 11
I want to filter IPs on a .cap file , I use the command ip.addr == 123.456.789 but this only filters out one IP , I was wondering if there was a way to filter out multiple IPs ? thanks
Upvotes: 0
Views: 1781
Reputation: 4254
try this:
tshark -i em0 host 10.25.100.2 or host 10.25.100.3
Upvotes: 1