On Thu, May 23, 2019 at 3:50 PM Jose Isaias Cabrera <jic...@outlook.com>
wrote:

> I have been working network for a long time, and I have never seen any
> application that takes "zeroed left-filled" IP addresses.  Just sharing...
> Thanks.
>

Works for me with a .001 at least, as shown below. But that wasn't really
the point I was making, FWIW. --DD

C:\Users\ddevienne>ping 192.168.223.1

Pinging 192.168.223.1 with 32 bytes of data:
Reply from 192.168.223.1: bytes=32 time<1ms TTL=128
Reply from 192.168.223.1: bytes=32 time<1ms TTL=128

Ping statistics for 192.168.223.1:
    Packets: Sent = 2, Received = 2, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms
Control-C
^C
C:\Users\ddevienne>ping 192.168.223.001

Pinging 192.168.223.1 with 32 bytes of data:
Reply from 192.168.223.1: bytes=32 time<1ms TTL=128
Reply from 192.168.223.1: bytes=32 time<1ms TTL=128
Reply from 192.168.223.1: bytes=32 time<1ms TTL=128
Reply from 192.168.223.1: bytes=32 time<1ms TTL=128

Ping statistics for 192.168.223.1:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to