| 815 |
if(do_vrl_check){isCadreGood=false;} |
if(do_vrl_check){isCadreGood=false;} |
| 816 |
break; |
break; |
| 817 |
} |
} |
| 818 |
|
skip_cadre = false; |
| 819 |
//check of the VRL header e setta route number |
//check of the VRL header e setta route number |
| 820 |
if(!VRL_Header_Check(ccHeader_VRL,LENGTH_HEADER_VRL)) |
if(!VRL_Header_Check(ccHeader_VRL,LENGTH_HEADER_VRL)) |
| 821 |
{ |
{ |
| 917 |
mainLogUtil->logAll(msg); |
mainLogUtil->logAll(msg); |
| 918 |
} |
} |
| 919 |
// is_new_route will be reset to false in PacketUser after the packet is used and stored |
// is_new_route will be reset to false in PacketUser after the packet is used and stored |
| 920 |
|
|
| 921 |
|
|
| 922 |
//main processing of the data, searching for Pamela Packets |
//main processing of the data, searching for Pamela Packets |
| 923 |
for(int i=0; i<LENGTH_DATA_CADRE; i++) |
for(int i=0; i<LENGTH_DATA_CADRE; i++) |
| 924 |
{ |
{ |
| 925 |
StateManager::getInstance().getCurrentState()->readInput(ccData[i]); |
StateManager::getInstance().getCurrentState()->readInput(ccData[i]); |
| 926 |
iByte_tot++; |
iByte_tot++; |
| 927 |
if(exitdbg==true){cout<<"**** DBG EXIT FOR****"<<endl; break;} |
if(exitdbg==true){cout<<"**** DBG EXIT FOR****"<<endl; break;} |
| 928 |
} |
} |
| 929 |
} |
} |
| 930 |
else{ |
else{ |
| 931 |
iByte_tot+=LENGTH_DATA_CADRE; |
iByte_tot+=LENGTH_DATA_CADRE; |