zeek/src/iosource/pcap
Jon Siwek a262ed8d9c Merge branch 'master' of https://github.com/rdenniston/zeek
* 'master' of https://github.com/rdenniston/zeek:
  Add linux netfilter NFLOG capture functionality initial commit

I made modifications:

  - Formatting / code style

  - More error handling and validity checks

  - The Type and Length value of TLVs is technically host order

  - Changed / fixed the Length value padding check: it's generally
    32-bit alignment, not just aligning any TLV less than 8 bytes.
2019-03-19 19:19:02 -07:00
..
CMakeLists.txt Fixing a CMake dependency issue for the pcap bifs. 2016-08-01 09:20:54 -07:00
Dumper.cc Fixing a CMake dependency issue for the pcap bifs. 2016-08-01 09:20:54 -07:00
Dumper.h Mark one-parameter constructors as explicit & use override where possible 2018-03-27 07:17:32 -07:00
pcap.bif Pre-allocate and re-use Vals for bool, int, count, enum and empty string 2019-01-09 18:29:23 -06:00
Plugin.cc Correct a spelling error 2015-03-18 16:39:06 -05:00
Source.cc Merge branch 'master' of https://github.com/rdenniston/zeek 2019-03-19 19:19:02 -07:00
Source.h Mark one-parameter constructors as explicit & use override where possible 2018-03-27 07:17:32 -07:00