Home
last modified time | relevance | path

Searched refs:srcMac (Results 1 – 1 of 1) sorted by relevance

/bin/ethdump/
Dethdump.c17 char srcMac[18]; in dumpPacket() local
20 sprintf(srcMac, "%02x:%02x:%02x:%02x:%02x:%02x", in dumpPacket()
27 printf("From %s to %s of type %04x\n", srcMac, dstMac, hdr->ether_type); in dumpPacket()