mirror of
https://github.com/gchq/CyberChef
synced 2025-01-04 00:38:41 +00:00
ParseASN1HexString.mjs: fix the name of option to use
This commit is contained in:
parent
ed8bd34915
commit
d5ffbbb14c
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class ParseASN1HexString extends Operation {
|
||||||
run(input, args) {
|
run(input, args) {
|
||||||
const [index, truncateLen] = args;
|
const [index, truncateLen] = args;
|
||||||
return r.ASN1HEX.dump(input.replace(/\s/g, ""), {
|
return r.ASN1HEX.dump(input.replace(/\s/g, ""), {
|
||||||
"ommitLongOctet": truncateLen
|
"ommit_long_octet": truncateLen
|
||||||
}, index);
|
}, index);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue