Magic signature for Citrix CTX1 added
This commit is contained in:
parent
b123c50937
commit
3fa3c31e31
@ -26,6 +26,13 @@ class CitrixCTX1Decode extends Operation {
|
|||||||
this.inputType = "ArrayBuffer";
|
this.inputType = "ArrayBuffer";
|
||||||
this.outputType = "string";
|
this.outputType = "string";
|
||||||
this.args = [];
|
this.args = [];
|
||||||
|
this.patterns = [
|
||||||
|
{
|
||||||
|
match: "([A-Z]{4}){10,}",
|
||||||
|
flags: "",
|
||||||
|
args: []
|
||||||
|
}
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -31,7 +31,7 @@ class ParseUserAgent extends Operation {
|
|||||||
flags: "i",
|
flags: "i",
|
||||||
args: []
|
args: []
|
||||||
}
|
}
|
||||||
]
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user