2
0
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:
n1474335
2017-02-21 19:40:19 +00:00
parent fa20939dd4
commit be07fe81ed
4 changed files with 200 additions and 27 deletions

View File

@@ -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",