Commit Graph

38 Commits

Author SHA1 Message Date
joerg 503be5a657 Simplify to avoid negation-only-applies-to-LHS warning. 2015-08-28 11:20:55 +00:00
christos b554e5dbff don't forget to include config.h otherwise it thinks we don't have vnsnprintf
and fortify compiles fail.
2015-04-05 22:36:36 +00:00
christos bd64c25012 merge conflicts 2015-03-31 21:39:42 +00:00
christos f907ecca40 Numbers seem to be off here:
Thursday Feb. 12, 2015 guy@alum.mit.edu/mcr@sandelman.ca
  Summary for 1.8.0 libpcap release
        Support for filtering Geneve encapsulated packets.

Wednesday Nov. 12, 2014 guy@alum.mit.edu/mcr@sandelman.ca
  Summary for 1.7.0 libpcap release
        Fix handling of zones for BPF on Solaris
        new DLT for ZWAVE
        clarifications for read timeouts.
        added bpf_filter1() with extensions
        some fixes to compilation without stdint.h
        EBUSY can now be returned by SNFv3 code.
2015-03-31 21:25:19 +00:00
christos d91862193c merge changes 2014-11-19 19:33:30 +00:00
christos 74e9dc92b2 import newest libpcap 2014-11-19 18:04:51 +00:00
pooka 7489153341 Re-add cloning bpf definition that got lost in rev 1.4.
Needed at least for wpa_supplicant against a rump kernel (which does
not create the old-style bpf0000 device nodes).
2014-04-07 01:29:12 +00:00
christos 511f4361e2 resolve conflicts. 2013-12-31 17:08:14 +00:00
christos 7e05f63e56 Import libpcap-1.5.2 2013-12-31 16:57:18 +00:00
christos ad59ad05be add the rest of the man pages. 2013-04-07 00:18:55 +00:00
christos 2fcf5de83d moved script out 2013-04-06 17:50:33 +00:00
christos 07fc359697 install in /lib per rmind's request 2013-04-06 17:36:40 +00:00
christos 17e55052cd new libpcap 2013-04-06 17:29:12 +00:00
christos de62228d07 import 1.3.0 2013-04-06 15:57:39 +00:00
christos 2d62d9f82b define HAVE_CLONING_BPF. 2013-02-20 01:39:02 +00:00
christos 7abb9aefee Don't use libpcap's bpf file, but use our own:
1. include <net/dlt.h> where needed since we have the information in a separate
   file.
2. #error in pcap/bpf.h to make sure it is not being used.
3. If we don't include <pcap/bpf.h> include <net/bpf.h> instead.
4. Install symlinks instead of copies of files.
2011-12-21 19:00:27 +00:00
plunky f65a48c2ec max WARNS is 4 2011-10-13 17:23:28 +00:00
christos 6ee25ca9b9 use cleantags, instead of home grown copy. 2011-10-08 19:28:38 +00:00
joerg ce5205bcbb Use __dead 2011-09-16 16:09:03 +00:00
plunky 4d64109f1e revert v1.31 (when this was lib/libpcap/Makefile), the HAVE_PCC
is not any longer required since pcc understands gcc attributes
now
2011-09-15 17:59:45 +00:00
christos 065954bf9d use static const char[] for format. 2011-08-21 08:45:20 +00:00
christos d6942b2fe4 avoid/document non-literal format strings 2011-08-16 10:34:22 +00:00
dholland dc7a4b1c8f Remove spurious trailing slash; PR 45067 from Henning Petersen. 2011-07-19 03:07:09 +00:00
mrg 5b5d810159 this needs %option noinput. thanks to martin. 2011-06-21 09:34:54 +00:00
joerg a216da57a6 Default to -Wno-sign-compare -Wno-pointer-sign for clang.
Push -Wno-array-bounds down to the cases that depend on it.
Selectively disable warnings for 3rd party software or non-trivial
issues to be reviewed later to get clang -Werror to build most of the
tree.
2011-05-26 12:56:24 +00:00
wiz 71069b9636 It's tcpdump(8), not (1).
From Anon Ymous.
2011-03-10 17:11:17 +00:00
christos efb1585e67 propagate the fixes from /usr/src/sys/net/bpf_filter.c here, so that
we don't merge backwards again.
2010-12-06 01:08:02 +00:00
mrg a5ae13c90e - use SCRIPTS* for scripts instead of FILES*.
- add pcap-config to CLEANFILES.
2010-12-05 09:09:39 +00:00
christos ef3545626b we don't have a 3PCAP section 2010-12-05 05:40:14 +00:00
christos ea56eea76f select IPv6 from the Makefile 2010-12-05 03:06:54 +00:00
christos 45a3afe368 we need some more files here. 2010-12-05 03:03:27 +00:00
christos aac80989b6 more sign-compare fixes. 2010-12-05 03:02:41 +00:00
christos c8eee57ad6 don't print -L/usr/lib and -I/usr/include for no reason. 2010-12-05 03:01:39 +00:00
christos 8d518122c2 install pcap-check. Someone might need it. 2010-12-05 03:00:44 +00:00
christos 74c505a81b - add our fixes
- make compile with WARNS=5
- add glue
2010-12-05 01:45:46 +00:00
christos adf57bf528 add rcs keyword cleaner 2010-12-05 01:28:28 +00:00
christos 62ed3ef9cc try again fixing RCS keywords 2010-12-05 01:26:52 +00:00
christos bf1df6d193 Import libpcap-1.1.1 2010-12-05 01:20:21 +00:00