]> gitweb.fperrin.net Git - iftop.git/blobdiff - ether.h
gitignore
[iftop.git] / ether.h
diff --git a/ether.h b/ether.h
index cc0b3f2db0f3ef367d95a89be7614a179b3882b3..ca8c1b98b0ea3487f821a167bd0d8ffc6d952e11 100644 (file)
--- 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;