mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-11 00:31:31 -04:00
Adding nTcpdump as new operations
This commit is contained in:
parent
87d6459074
commit
e2f72ddea6
4 changed files with 213 additions and 0 deletions
|
@ -517,6 +517,15 @@ var OperationConfig = {
|
|||
}
|
||||
]
|
||||
},
|
||||
"From nTcpdump": {
|
||||
description: "For Tcpdump conversion only. (nva-hk)",
|
||||
run: nTcpdump.runFrom,
|
||||
highlight: nTcpdump.highlightFrom,
|
||||
highlightReverse: nTcpdump.highlightTo,
|
||||
inputType: "string",
|
||||
outputType: "byteArray",
|
||||
args: []
|
||||
},
|
||||
"From Hexdump": {
|
||||
description: "Attempts to convert a hexdump back into raw data. This operation supports many different hexdump variations, but probably not all. Make sure you verify that the data it gives you is correct before continuing analysis.",
|
||||
run: Hexdump.runFrom,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue