How to filter for international traffic?
Anyone know of a way to filter or flag a connection that is not within America?
Anyone know of a way to filter or flag a connection that is not within America?
Try this for a display filter: !(ip.geoip.dst_country == "United States")
. This works as long as you have the GeoIP setup, see here.
Also note that the accuracy of Geo IP information is not 100%. So it's not perfect but a close estimation.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2020-10-03 05:51:59 +0000
Seen: 551 times
Last updated: Oct 05 '20