Research Article

Noise-Resistant Video Channel Identification

Algorithm 2

Traffic fingerprint relocator.
Input:
 packet sequence ;
Output:
 traffic fingerprint ;
(1) = 0
(2) = 0
(3)while [++i] ! = NULL do
(4)  if [i].time - 1 then
(5)   . append(acc_time)
(6)    = 0
(7)    ++
(8)  else if [i].time -  < 1 then
(9)    + =  [i]. length
(10)  end if
(11)end while