Research Article

Noise-Resistant Video Channel Identification

Algorithm 1

Video filter.
Input:
 packet sequence ;
Output:
 packet sequence ;
(1)while [++i] ! = NULL do
(2)  if == HandShake and  == target domain then
(3)   Create a new sequence
(4)    =  [i]. ip
(5)  else if ! = HandShake and [i].ip == then
(6)   Add [i]. length to sequence
(7)  end if
(8)end while