mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Completed 'Parse IPv4 header' operation candidate.
This commit is contained in:
parent
fa20939dd4
commit
be07fe81ed
4 changed files with 200 additions and 27 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue