mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Improved session recording support.
This commit is contained in:
parent
dd92927586
commit
e076883bc0
14 changed files with 123 additions and 47 deletions
|
@ -245,6 +245,11 @@ var CreateAmtRedirect = function (module, authCookie) {
|
|||
if (obj.amtaccumulator.length > 8) { obj.m.ProcessData(obj.amtaccumulator.substring(8)); }
|
||||
cmdsize = obj.amtaccumulator.length;
|
||||
break;
|
||||
case 0xF0:
|
||||
// console.log('Session is being recorded');
|
||||
obj.serverIsRecording = true;
|
||||
cmdsize = 1;
|
||||
break;
|
||||
default:
|
||||
console.log("Unknown Intel AMT command: " + obj.amtaccumulator.charCodeAt(0) + " acclen=" + obj.amtaccumulator.length);
|
||||
obj.Stop(4);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue