Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @@ -1576,6 +1576,20 @@ void cDevice::Action(void)
- bool DetachReceivers = false;
- bool DescramblingOk = false;
- int CamSlotNumber = 0;
- +
- + if (Pid == 169)
- + {
- + static char prev_counter=0;
- + char counter=b[3]&0xF;
- +
- + if (counter != ((++prev_counter)%16))
- + printf("%d instead of %d\n", counter, prev_counter%16);
- +
- + prev_counter = counter;
- + }
- +
- +
- +
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement