From: dr.aus Date: Sat, 8 Mar 2008 03:28:24 +0000 (+0100) Subject: sc-videoguard2: fix EMM ins X-Git-Tag: 0.9.1~110 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=55d90c7c553c2a42e0527509663ee773e97900c4;p=sasc-ng.git sc-videoguard2: fix EMM ins --- diff --git a/systems/sc-videoguard2/sc-videoguard2.c b/systems/sc-videoguard2/sc-videoguard2.c index df4d069..ea37485 100644 --- a/systems/sc-videoguard2/sc-videoguard2.c +++ b/systems/sc-videoguard2/sc-videoguard2.c @@ -657,7 +657,7 @@ bool cSmartCardVideoGuard2::Decode(const cEcmInfo *ecm, const unsigned char *dat bool cSmartCardVideoGuard2::Update(int pid, int caid, const unsigned char *data) { - static unsigned char ins42[5] = { 0xD1,0x40,0x00,0x00,0xFF }; + static unsigned char ins42[5] = { 0xD1,0x42,0x00,0x00,0xFF }; if(MatchEMM(data)) { const unsigned char *payloaddata=cParseNDS::PayloadStart(data); //points to 02 xx yy int lenEMM;