mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 01:06:16 -04:00
Added IPv6 interface IDs to the 'Format MAC address' operation
This commit is contained in:
parent
79a3128491
commit
8cef6db482
2 changed files with 21 additions and 1 deletions
|
@ -1825,6 +1825,11 @@ const OperationConfig = {
|
|||
name: "Cisco style",
|
||||
type: "boolean",
|
||||
value: MAC.CISCO_STYLE
|
||||
},
|
||||
{
|
||||
name: "IPv6 interface ID",
|
||||
type: "boolean",
|
||||
value: MAC.IPV6_INTERFACE_ID
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue