if (pether->eh_type == htons(eth_arp) && parp->arp_opt == htons(arp_reply))
{
sin.sin_addr.s_addr = parp->arp_spa;
strip.format("%-16s", inet_ntoa(sin.sin_addr));
cstring str;
str.format("%02x", pether->eh_src[0]);