]> The Tcpdump Group git mirrors - tcpdump/blobdiff - ether.h
Default to first interface from pcap_findalldevs()
[tcpdump] / ether.h
diff --git a/ether.h b/ether.h
index 2b26cab3f4dfbe3f35b87f5468a3549d25c9ed90..58b92de52a030d506bb37ede49427c8452ef9e25 100644 (file)
--- a/ether.h
+++ b/ether.h
@@ -44,8 +44,8 @@
  * Structure of a DEC/Intel/Xerox or 802.3 Ethernet header.
  */
 struct ether_header {
-       uint8_t ether_dhost[ETHER_ADDR_LEN];
-       uint8_t ether_shost[ETHER_ADDR_LEN];
+       uint8_t         ether_dhost[ETHER_ADDR_LEN];
+       uint8_t         ether_shost[ETHER_ADDR_LEN];
        uint16_t        ether_type;
 };