diff options
author | fenner <fenner> | 2004-03-28 20:33:27 +0000 |
---|---|---|
committer | fenner <fenner> | 2004-03-28 20:33:27 +0000 |
commit | c0191afced24889ecb185e9d1e337efb7bd81278 (patch) | |
tree | b80a768b8a49b1b2b912e8e1583651f8345c4539 /Makefile.in | |
parent | fc216e94707e521982a4045e4dc6186e732d4459 (diff) | |
download | tcpdump-c0191afced24889ecb185e9d1e337efb7bd81278.tar.gz |
Update pf handling for new DLT_PFLOG (117) as other systems are
starting to adopt it.
Don't bother being backwards compatible to old value (17).
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index c6a33a18..8fb9f26b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -17,7 +17,7 @@ # WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. # -# @(#) $Header: /tcpdump/master/tcpdump/Makefile.in,v 1.281 2004-03-17 19:40:41 guy Exp $ (LBL) +# @(#) $Header: /tcpdump/master/tcpdump/Makefile.in,v 1.282 2004-03-28 20:33:27 fenner Exp $ (LBL) # # Various configurable paths (remember to edit Makefile.in, not Makefile) @@ -100,7 +100,7 @@ HDR = addrtoname.h appletalk.h bootp.h decnet.h \ ipx.h llc.h machdep.h mib.h nfsfh.h nfsv2.h ntp.h ospf.h \ setsignal.h \ gnuc.h ipsec_doi.h isakmp.h l2tp.h nameser.h \ - netbios.h oakley.h ospf6.h ppp.h route6d.h + netbios.h oakley.h ospf6.h pf.h ppp.h route6d.h TAGHDR = \ /usr/include/arpa/tftp.h \ |