Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function addIP(src_ip, dst_ip, src_geo, dst_geo)
- {
- addMarker(src_geo);
- addMarker(dst_geo);
- addLine(src_geo, dst_geo);
- addText(src_geo, "Source: " + src_ip + ", Destination: " + dst_ip);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement