]> The Tcpdump Group git mirrors - tcpdump/blobdiff - decnet.h
More UNALIGNED_MEM{CPY,CMP} on IP addresses.
[tcpdump] / decnet.h
index 5f8563451fe7668ec30add949239f966ddab86ca..dfe51b2a979046dd66e6400d05cdd23d75433248 100644 (file)
--- a/decnet.h
+++ b/decnet.h
  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
  * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- *
- * @(#) $Header: /tcpdump/master/tcpdump/decnet.h,v 1.8 2002-08-01 08:52:57 risso Exp $ (LBL)
  */
 
 #ifndef WIN32
-typedef u_int8_t byte[1];              /* XXX the byte keyword generates conflicts in Windows */
+typedef u_int8_t byte[1];              /* single byte field */
 #else
 /*
  * the keyword 'byte' generates conflicts in Windows
  */
-typedef unsigned char Byte[1];
+typedef unsigned char Byte[1];         /* single byte field */
 #define byte Byte
 #endif /* WIN32 */
 typedef u_int8_t word[2];              /* 2 byte field */