]> The Tcpdump Group git mirrors - tcpdump/blobdiff - ether.h
Add CAP_FCNTL and use cap_fcntls_limit().
[tcpdump] / ether.h
diff --git a/ether.h b/ether.h
index 3e0ebb195fda9a73d2ae21929b824cd23f5b81e8..58b92de52a030d506bb37ede49427c8452ef9e25 100644 (file)
--- a/ether.h
+++ b/ether.h
@@ -1,4 +1,3 @@
-/* @(#) $Header: /tcpdump/master/tcpdump/ether.h,v 1.7 2002-11-09 17:19:18 itojun Exp $ (LBL) */
 /*
  * Copyright (c) 1982, 1986, 1993
  *     The Regents of the University of California.  All rights reserved.
  * Structure of a DEC/Intel/Xerox or 802.3 Ethernet header.
  */
 struct ether_header {
-       u_int8_t        ether_dhost[ETHER_ADDR_LEN];
-       u_int8_t        ether_shost[ETHER_ADDR_LEN];
-       u_int16_t       ether_type;
-} __attribute__((packed));
+       uint8_t         ether_dhost[ETHER_ADDR_LEN];
+       uint8_t         ether_shost[ETHER_ADDR_LEN];
+       uint16_t        ether_type;
+};
 
 /*
  * Length of a DEC/Intel/Xerox or 802.3 Ethernet header; note that some