ROPE Language Reference - "ipv4_i2ip"

NB: This action has been depricated in the 20041201 (and later) releases. Please use _ipv4_ntoa_ instead.

This action takes an 32-bit integer value off the top of the stack and converts it to a string containing the traditional representation of an IP address. Each "byte" of the source integer is an "octet" of the address. This typically allows the registers $ip_saddr and $ip_daddr to be converted into a printable string.

For example..

println( ipv4_i2ip( $ip_saddr ) )

See Also

$ip_saddr, $ip_daddr