]> The Tcpdump Group git mirrors - tcpdump/commitdiff
follow rule about rcsid and config.h
authoritojun <itojun>
Thu, 27 Apr 2000 10:41:40 +0000 (10:41 +0000)
committeritojun <itojun>
Thu, 27 Apr 2000 10:41:40 +0000 (10:41 +0000)
print-cnfp.c

index 025b78c5c061fe799eb7ca7c7f801bafe0516baf..457de0f32aa78a8ff8b13b2c6faf84895bbb24f6 100644 (file)
 
 /* Cisco NetFlow protocol */
 
+#ifndef lint
+static const char rcsid[] =
+    "@(#) $Header: /tcpdump/master/tcpdump/print-cnfp.c,v 1.2 2000-04-27 10:41:40 itojun Exp $";
+#endif
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <sys/types.h>
 #include <sys/time.h>
 #include <sys/socket.h>