]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-cnfp.c
"sizeof()" could be "unsigned long" or "unsigned int"; cast it to
[tcpdump] / print-cnfp.c
index 2fe76b629c5c5a8c3d6840e3d23eba4f32657dfc..79552e004b6121c5411ad28201c4d4bbe537daa3 100644 (file)
@@ -33,8 +33,8 @@
 /* Cisco NetFlow protocol */
 
 #ifndef lint
-static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-cnfp.c,v 1.13 2002-12-11 07:13:58 guy Exp $";
+static const char rcsid[] _U_ =
+    "@(#) $Header: /tcpdump/master/tcpdump/print-cnfp.c,v 1.16 2003-11-16 09:36:16 guy Exp $";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -51,6 +51,7 @@ static const char rcsid[] =
 #include "extract.h"
 
 #include "tcp.h"
+#include "ipproto.h"
 
 struct nfhdr {
        u_int32_t       ver_cnt;        /* version [15], and # of records */