b4ldr

Untitled

Feb 12th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. local countryIPs = {
  2.         A1 = {ip=846537728, desc="A1"},
  3.         A2 = {ip=620864512, desc="A2"},
  4.         AD = {ip=533285888, desc="AD"}
  5. }
  6.  
  7. -- I tried this but get nothing
  8.         for _,ip in ipairs(countryIPs) do
  9.                 stdnse.print_debug("%s:%s", ip.ip,ip.desc)
  10.         end
Advertisement
Add Comment
Please, Sign In to add comment