]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-krb.c
Add changes in 4.2.1.
[tcpdump] / print-krb.c
index 444474a92bb2ad2fc8579bab92abd356ce1d0795..213db642db63fc59e68f687ba2786396964d8b53 100644 (file)
@@ -22,8 +22,8 @@
  */
 
 #ifndef lint
-static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-krb.c,v 1.20 2002-12-11 05:40:09 guy Exp $";
+static const char rcsid[] _U_ =
+    "@(#) $Header: /tcpdump/master/tcpdump/print-krb.c,v 1.23 2003-11-16 09:36:26 guy Exp $";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -67,7 +67,7 @@ static void krb4_print(const u_char *);
 struct krb {
        u_int8_t pvno;          /* Protocol Version */
        u_int8_t type;          /* Type+B */
-} __attribute__((packed));
+};
 
 static char tstr[] = " [|kerberos]";