zeek/testing/btest/core/pcap
Robin Sommer 36b5a4db08 Merge branch 'master' of https://github.com/knielander/bro
I reworked this a bit:

    - Moved the globals into a new Pcap::* namespace, and renamed them
      slightly.

    - Moved the definitions of the globals into pcap/const.bif.

    - Also moved the existing 'snaplen' into Pcap::* and removed
      SnapLen() from the PktSrc API (it's really a pcap thing).

    - Likewise moved the existing functions precompile_pcap_filter,
      install_pcap_filter, and pcap_error, into Pcap::*.

    - Did some more refactoring for the pcap code.

* 'master' of https://github.com/knielander/bro:
  Refactored patch (removed options, less ambiguous name)
  Allow Bro to run in fanout mode.
  Allow libpcap buffer size to be set manually.
  Allow Bro to run in fanout mode.
  Allowed libpcap buffer size to be set via configuration.
2015-08-30 22:09:32 -07:00
..
dumper.bro A set of various fixes and smaller API tweaks, plus tests. 2014-08-24 19:55:26 -07:00
dynamic-filter.bro Merge branch 'master' of https://github.com/knielander/bro 2015-08-30 22:09:32 -07:00
filter-error.bro Merge branch 'master' of https://github.com/knielander/bro 2015-08-30 22:09:32 -07:00
input-error.bro Merge branch 'master' of https://github.com/knielander/bro 2015-08-30 22:09:32 -07:00
pseudo-realtime.bro A set of various fixes and smaller API tweaks, plus tests. 2014-08-24 19:55:26 -07:00
read-trace-with-filter.bro A set of various fixes and smaller API tweaks, plus tests. 2014-08-24 19:55:26 -07:00