- e = 0;
- if (e == 0 || memcmp((const char *)bp->bp_chaddr, e, 6) != 0)
- printf(" ether %s", etheraddr_string(bp->bp_chaddr));
+ e = NULL;
+ if ( bp->bp_chaddr != NULL )
+ printf("\n\t Client Ethernet Address: %s", etheraddr_string(bp->bp_chaddr));