Advertisement
cheungtifan

Untitled

Jun 14th, 2012
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function addIP(src_ip, dst_ip, src_geo, dst_geo)
  2. {
  3.     addMarker(src_geo);
  4.     addMarker(dst_geo);
  5.     addLine(src_geo, dst_geo);
  6.     addText(src_geo, "Source: " + src_ip + ", Destination: " + dst_ip);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement