Skip to content

Octal and hexadecimal ipv4 address parsing #144

@arnabanimesh

Description

@arnabanimesh

Windows ping command use inet_addr standard which recognizes octal and hexadecimal ipv4 addresses
e.g. 0xC00002EB => 192.0.2.235; 011.012.013.014 => 9.10.11.12

It would be great if this app could maintain parity with the functionality of traditional ping apps.

This gist provides a good reference

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions