X-Git-Url: http://gitweb.fperrin.net/?a=blobdiff_plain;f=ether.h;h=ca8c1b98b0ea3487f821a167bd0d8ffc6d952e11;hb=refs%2Fheads%2Fpps-accounting;hp=cc0b3f2db0f3ef367d95a89be7614a179b3882b3;hpb=626b3a3ea024fcad4111b93e9b527119a0e882dd;p=iftop.git diff --git a/ether.h b/ether.h index cc0b3f2..ca8c1b9 100644 --- a/ether.h +++ b/ether.h @@ -14,6 +14,7 @@ struct ether_header { u_int16_t ether_type; } __attribute__((packed)); +char *ether_ntoa(const char *addr); struct vlan_8021q_header { u_int16_t priority_cfi_vid;