]> The Tcpdump Group git mirrors - tcpdump/blobdiff - gmt2local.c
Do the dump file Capsicum stuff in a common routine.
[tcpdump] / gmt2local.c
index a6b507524946023cc9dbcbdebfceb7f381cf2790..6958f66a464019ddfcf44890d86016011159889f 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
-
+#define NETDISSECT_REWORKED
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -31,7 +27,6 @@ static const char rcsid[] =
 #include <tcpdump-stdinc.h>
 
 #include <stdio.h>
-#include <time.h>
 
 #ifdef HAVE_OS_PROTO_H
 #include "os-proto.h"