mirror of
https://github.com/gchq/CyberChef
synced 2025-12-17 08:43:43 +00:00
Completed 'Parse IPv4 header' operation candidate.
This commit is contained in:
@@ -797,10 +797,10 @@ var OperationConfig = {
|
||||
args: []
|
||||
},
|
||||
"Parse IPv4 header": {
|
||||
description: "Given an IPv4 header as raw bytes, this operations parses and displays each field in an easily readable format.",
|
||||
description: "Given an IPv4 header, this operations parses and displays each field in an easily readable format.",
|
||||
run: IP.runParseIPv4Header,
|
||||
inputType: "string",
|
||||
outputType: "string",
|
||||
outputType: "html",
|
||||
args: [
|
||||
{
|
||||
name: "Input format",
|
||||
|
||||
Reference in New Issue
Block a user