public void ClearList()
 {
     lock (RawPacketsList)
     {
         RawPacketsList.Clear();
     }
 }