]> The Tcpdump Group git mirrors - tcpdump/blobdiff - gmt2local.c
Translate UDP/1700 as RADIUS
[tcpdump] / gmt2local.c
index a6b507524946023cc9dbcbdebfceb7f381cf2790..d6cd93b8532bf31543884b90f2e52d089bae5f09 100644 (file)
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
-#ifndef lint
-static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/gmt2local.c,v 1.6 2002-08-01 08:52:57 risso Exp $ (LBL)";
-#endif
-
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
-#include <time.h>
 
 #ifdef HAVE_OS_PROTO_H
 #include "os-proto.h"