mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
![]() * topic/jsiwek/ipv6-ext-headers: Cosmetics in preparation for merge. Removing remaining comments. Looks fine. Refactor script-layer IPv6 ext. header chain (addresses #795) Changes to IPv6 ext. header parsing (addresses #795). Fix ipv6_ext_headers event and add routing0_data_to_addrs BIF. Remove the default "tcp or udp or icmp" filter. Merge remote-tracking branch 'origin/topic/jsiwek/ipv6-ext-headers' Add unit test for IPv6 fragment reassembly. Update PacketFilter/Discarder code for IP version independence. Add a few comments to IP.h Fix some IPv6 header related bugs. Add IPv6 fragment reassembly. Add handling for IPv6 extension header chains (addresses #531) Closes #795. |
||
---|---|---|
.. | ||
btest | ||
external | ||
scripts | ||
.gitignore | ||
Makefile | ||
README |
This directory contains suites for testing for Bro's correct operation: btest/ An ever-growing set of small unit tests testing Bro's functionality. external/ A framework for downloading additional test sets that run more complex Bro configuration on larger traces files. Due to their size, these are not included directly. See the README for more information. scripts/ Helpers scripts used by some tests.