mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Updating description
This commit is contained in:
parent
9169254fff
commit
660069865a
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class IPv6TransitionAddresses extends Operation {
|
||||||
|
|
||||||
this.name = "IPv6 Transition Addresses";
|
this.name = "IPv6 Transition Addresses";
|
||||||
this.module = "Default";
|
this.module = "Default";
|
||||||
this.description = "Converts IPv4 addresses to their IPv6 Transition addresses. IPv6 Transition addresses can also be converted back into their original IPv4 address. MAC addresses can also be converted into the EUI-64 format, this can them be appended to your IPv6 /64 range to obtain a full /128 address.<br><br>Transition technologies enable translation between IPv4 and IPv6 addresses or tunneling to allow traffic to pass through the incompatible network, allowing the two standards to coexist.";
|
this.description = "Converts IPv4 addresses to their IPv6 Transition addresses. IPv6 Transition addresses can also be converted back into their original IPv4 address. MAC addresses can also be converted into the EUI-64 format, this can them be appended to your IPv6 /64 range to obtain a full /128 address.<br><br>Transition technologies enable translation between IPv4 and IPv6 addresses or tunneling to allow traffic to pass through the incompatible network, allowing the two standards to coexist.<br><br>Remove headers to easily copy out results.";
|
||||||
this.infoURL = "https://wikipedia.org/wiki/IPv6_transition_mechanism";
|
this.infoURL = "https://wikipedia.org/wiki/IPv6_transition_mechanism";
|
||||||
this.inputType = "string";
|
this.inputType = "string";
|
||||||
this.outputType = "string";
|
this.outputType = "string";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue