zeek/scripts/policy
Seth Hall 430cd9b146 Initial rework of packet filter framework.
- Large rework on packet filter framework to make many things easier.
   - Removed the PacketFilter::all_packets variable because it was confusing.
   - New variable (PacketFilter::enable_auto_protocol_capture_filters) to re-enable the old filtering model of only sniffing ports for analyzed protocols.
   - In progress plugin model for adding filtering mechanisms.
   - New default single item for capture_filters = { ["default"] = PacketFilter::default_capture_filter };
   - Mechanism and helper functions to "shunt" traffic with filters.

- Created the Protocols framework to assist with reworking how base protocol scripts are registered with DPD and other things.
   - Protocols framework creates BPF filters for registered analyzers. (if using PacketFilter framework in that mode).
2012-02-16 11:14:57 -05:00
..
frameworks This completes framework documentation package 4. 2012-01-06 16:36:22 -05:00
integration/barnyard2 Fix some malformed Broxygen xref roles. 2011-12-16 14:30:36 -06:00
misc Fixing typos 2012-01-10 19:09:30 -08:00
protocols Merge remote-tracking branch 'origin/topic/bernhard/software' 2012-02-03 16:17:04 -05:00
tuning Initial rework of packet filter framework. 2012-02-16 11:14:57 -05:00