-
Notifications
You must be signed in to change notification settings - Fork 92
IP Format Index
Tarun Koyalwar edited this page Feb 10, 2023
·
2 revisions
Format | Index | Example |
---|---|---|
All (supported format) | 0 | all below one |
Dotted decimal | 1 | 127.0.0.1 |
0 Optimized dotted decimal | 2 | 127.1 |
Octal | 3 | 0177.0.0.01 |
Hexadecimal | 4 | 0x7f.0x0.0x0.0x1 |
Decimal (Dword) | 5 | 2130706433 |
Binary | 6 | 01111111000000000000000000000001 |
Mixed | 7 | 127.0x1 |
IPv6 | 8 | 00:00:00:00:00:ffff:7f00:0001 |
URL encoded | 9 | %31%32%37%2E%30%2E%30%2E%31 |
Zero Padding | 10 | 127.000.001.000 |
IP Overflow | 11 | 127.0.1.0 |