]> The Tcpdump Group git mirrors - tcpdump/blobdiff - ether.h
Merge branch 'master' of git+ssh://bpf.tcpdump.org/tcpdump/master/git/tcpdump
[tcpdump] / ether.h
diff --git a/ether.h b/ether.h
index 105e05e369638d1322ad1c4ae1dd1129a0239c19..e8b3a7138dd586715f3081f57ef5f466cd2f5422 100644 (file)
--- a/ether.h
+++ b/ether.h
@@ -1,4 +1,4 @@
-/* @(#) $Header: /tcpdump/master/tcpdump/ether.h,v 1.5 2000-10-09 02:59:39 guy Exp $ (LBL) */
+/* @(#) $Header: /tcpdump/master/tcpdump/ether.h,v 1.8 2002-12-11 07:13:51 guy Exp $ (LBL) */
 /*
  * Copyright (c) 1982, 1986, 1993
  *     The Regents of the University of California.  All rights reserved.
  */
 #define        ETHER_ADDR_LEN          6
 
-/*
- * Ethernet address - 6 octets
- */
-struct ether_addr {
-       u_int8_t        ether_addr_octet[ETHER_ADDR_LEN];
-};
-
 /*
  * Structure of a DEC/Intel/Xerox or 802.3 Ethernet header.
  */