aboutsummaryrefslogtreecommitdiff
path: root/contrib/tcpdump/print-pflog.c
diff options
context:
space:
mode:
authorRui Paulo <rpaulo@FreeBSD.org>2009-03-21 18:30:25 +0000
committerRui Paulo <rpaulo@FreeBSD.org>2009-03-21 18:30:25 +0000
commita5779b6e02d0404232959eede5a5d3a5c699adaf (patch)
tree9e93e51a04c09c3b9b900ef6611b8bbd1290f26f /contrib/tcpdump/print-pflog.c
parent6b6e256ae1f5d69b5e217c61109e55a30c30f81f (diff)
parent0ea0e7ad03dff03bb5448f640640d7904c01c8d4 (diff)
downloadsrc-a5779b6e02d0404232959eede5a5d3a5c699adaf.tar.gz
src-a5779b6e02d0404232959eede5a5d3a5c699adaf.zip
Merge tcpdump 4.0.0 from the vendor branch.
Notes
Notes: svn path=/head/; revision=190207
Diffstat (limited to 'contrib/tcpdump/print-pflog.c')
-rw-r--r--contrib/tcpdump/print-pflog.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/contrib/tcpdump/print-pflog.c b/contrib/tcpdump/print-pflog.c
index dd9ba495e9b6..972cb4b1328c 100644
--- a/contrib/tcpdump/print-pflog.c
+++ b/contrib/tcpdump/print-pflog.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/print-pflog.c,v 1.13.2.4 2007/09/13 17:18:10 gianluca Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-pflog.c,v 1.16 2007-09-12 19:36:18 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -31,17 +31,12 @@ static const char rcsid[] _U_ =
#ifndef HAVE_NET_PFVAR_H
#error "No pf headers available"
#endif
-
#include <sys/types.h>
-#ifndef WIN32
#include <sys/socket.h>
-#endif
#include <net/if.h>
#include <net/pfvar.h>
#include <net/if_pflog.h>
-
-
#include <tcpdump-stdinc.h>
#include <stdio.h>