]> The Tcpdump Group git mirrors - tcpdump/blobdiff - netbios.h
Update from current NetBSD version of ieee80211_radiotap.h.
[tcpdump] / netbios.h
index 0aaad32e3117e98728f82b29a81f60ea73727a9e..d3e2725fc6d1ed0020f366209ea23e392651873e 100644 (file)
--- a/netbios.h
+++ b/netbios.h
@@ -1,14 +1,14 @@
 /*
  * NETBIOS protocol formats
  *
- * @(#) $Header: /tcpdump/master/tcpdump/netbios.h,v 1.2 2002-11-09 17:19:22 itojun Exp $
+ * @(#) $Header: /tcpdump/master/tcpdump/netbios.h,v 1.3 2002-12-11 07:13:55 guy Exp $
  */
 
 struct p8022Hdr {
     u_char     dsap;
     u_char     ssap;
     u_char     flags;
-} __attribute__((packed));
+};
 
 #define        p8022Size       3               /* min 802.2 header size */