On Friday 31 March 2006 10:26, Matthew Seaman wrote: > David Rhodus wrote: > > How does this work ? > > > > client# ping 3645219926 > > PING 3645219926 (217.69.164.86): 56 data bytes > > 64 bytes from 217.69.164.86: icmp_seq=0 ttl=51 time=130.487 ms > > 64 bytes from 217.69.164.86: icmp_seq=1 ttl=51 time=131.695 ms > > It makes more sense in hex: > > lack-of-gravitas:~:% perl -e 'printf "%x %x.%x.%x.%x\n", 3645219926, > 217,69,164,86;' d945a456 d9.45.a4.56 > > It's just different ways of representing a 4 byte unsigned int. > > Cheers, > > Matthew
Are you guys mucking around with someone's spam again? Or are you trying to figure out that IP address on it - because it's a different way of expressing it? Don _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"