> +-----+------------+------------+
> | cid | ip_src     | ip_dst     |
> +-----+------------+------------+
> |   1 | 3253200495 | 3232235795 |
> +-----+------------+------------+
>       ^^^^^^^^^^   ^^^^^^^^^^
Din cate am verificat eu acuma ar trebui sa mearga:
x=3253200495
ip4=x mod 256 #ip4 : 19
x=x div 256  
ip3=x mod 256 #ip3 : 1
x=x div 256
ip2=x mod 256 #ip2 : 168
x=x div 256
ip1=x         #fara mod ca nu mai are rost; ip1 : 192
ip=str (ip1)+'.'+str (ip2)+'.'+str (ip3)+'.'str (ip4)

Asta e un pseudocod, dar sper ca ai inteles ce vrea sa zica.

Mihai

---
mail  mailto:[EMAIL PROTECTED]
web   http://muqker.com
---
Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to 
unsubscribe from this list.

Raspunde prin e-mail lui