strmac = str;
for (int i = 1; i < 6; i++)
{
str.format ("-%02x", pether->eh_src[i]);
strmac += str;
}
pdlg->showsearch(strip, strmac);
setevent(pdlg->m_hevent);
}