]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-krb.c
Update from current NetBSD version of ieee80211_radiotap.h.
[tcpdump] / print-krb.c
index 2b196a5b396dd41ccad8d5377fd94f3033df65b2..213db642db63fc59e68f687ba2786396964d8b53 100644 (file)
  * Initial contribution from John Hawkinson ([email protected]).
  */
 
+#ifndef lint
+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
 #include "config.h"
 #include "addrtoname.h"
 #include "extract.h"
 
-#ifndef lint
-static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-krb.c,v 1.22 2003-11-15 00:39:29 guy Exp $";
-#endif
 static const u_char *c_print(register const u_char *, register const u_char *);
 static const u_char *krb4_print_hdr(const u_char *);
 static void krb4_print(const u_char *);