mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 09:16:17 -04:00
Add octal support to Change IP Format.
Also add test cases covering interchanging between all four formats.
This commit is contained in:
parent
d3e3e6e6fc
commit
6c9ce15b26
3 changed files with 79 additions and 8 deletions
|
@ -26,6 +26,7 @@ import "./tests/BitwiseOp";
|
|||
import "./tests/ByteRepr";
|
||||
import "./tests/CartesianProduct";
|
||||
import "./tests/CharEnc";
|
||||
import "./tests/ChangeIPFormat";
|
||||
import "./tests/Charts";
|
||||
import "./tests/Checksum";
|
||||
import "./tests/Ciphers";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue