zeek/testing/btest/Baseline
Jon Siwek f336c8c710 Fix seg fault on trying to type-cast invalid/nil Broker::Data
This situation now throws a runtime expression exception instead of
crashing on null pointer access.
2018-08-15 11:02:52 -05:00
..
bifs.addr_count_conversion Change IPv6 output format to no longer automatically be bracketed. 2012-05-07 12:55:54 -05:00
bifs.addr_to_ptr_name Add a test and baseline for addr_to_ptr_name BiF. 2012-02-08 11:23:02 -06:00
bifs.addr_version Remove --enable-brov6 flag, IPv6 now supported by default. 2012-02-03 16:46:58 -06:00
bifs.all_set Add more tests for previously-untested BIFs 2012-05-24 16:33:19 -05:00
bifs.analyzer_name Add tests for untested BIFs 2012-08-03 17:24:04 -05:00
bifs.any_set Add more tests for previously-untested BIFs 2012-05-24 16:33:19 -05:00
bifs.bloomfilter Also switch BloomFilters from H3 to siphash. 2016-07-13 09:04:10 -07:00
bifs.bloomfilter-seed Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
bifs.bytestring_to_count Allow default function/hook/event parameters. Addresses #972. 2013-05-07 14:32:22 -05:00
bifs.bytestring_to_double Add test cases for the bytestring_to_double BIF 2012-10-25 17:10:51 -05:00
bifs.bytestring_to_hexstr Add more tests for previously-untested BIFs 2012-05-29 14:04:36 -05:00
bifs.capture_state_updates Add more BIF tests 2012-08-07 14:10:55 -05:00
bifs.cat Add more tests for previously-untested BIFs 2012-05-25 17:15:29 -05:00
bifs.cat_string_array Add tests for previously-untested strings BIFs 2012-05-23 16:34:03 -05:00
bifs.check_subnet Add check_subnet bif that allows exact membership test for subnet tables. 2016-03-09 16:52:25 -08:00
bifs.clear_table Add more tests for previously-untested BIFs 2012-05-24 16:33:19 -05:00
bifs.convert_for_pattern Add more tests for previously-untested BIFs 2012-05-29 14:04:36 -05:00
bifs.count_to_addr SSH: Update baselines 2015-03-18 13:02:33 -04:00
bifs.create_file Add more tests for previously-untested BIFs 2012-05-30 16:30:50 -05:00
bifs.decode_base64 Refactoring of Base64 functions. 2015-08-04 15:46:24 +02:00
bifs.decode_base64_conn Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
bifs.directory_operations Add rename, unlink, and rmdir bifs. 2017-04-24 11:58:05 -07:00
bifs.dump_current_packet Add test for dump_current_packet bif. 2018-05-08 11:24:38 -07:00
bifs.edit Add tests for previously-untested strings BIFs 2012-05-23 16:34:03 -05:00
bifs.enable_raw_output Fix &raw_output and enable_raw_output interpretation of NUL characters 2011-08-03 10:51:40 -05:00
bifs.encode_base64 Refactoring of Base64 functions. 2015-08-04 15:46:24 +02:00
bifs.entropy_test Add tests for untested BIFs 2012-08-03 17:24:04 -05:00
bifs.enum_to_int [ADD] builtin function enum_to_int() 2014-11-10 18:24:27 -08:00
bifs.escape_string Changing what's escaped when printing. 2015-04-15 16:59:50 -07:00
bifs.exit Add more tests for previously-untested BIFs 2012-05-24 16:33:19 -05:00
bifs.file_mode Add more tests for previously-untested BIFs 2012-05-29 14:04:36 -05:00
bifs.filter_subnet_table Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
bifs.find_all Add tests for previously-untested strings BIFs 2012-05-23 16:34:03 -05:00
bifs.find_entropy Add more tests for previously-untested BIFs 2012-05-30 16:30:50 -05:00
bifs.find_last Add tests for previously-untested strings BIFs 2012-05-23 16:34:03 -05:00
bifs.fmt Update docs and tests of the fmt() function 2016-04-27 15:34:47 -05:00
bifs.fmt_ftp_port Add more tests for previously-untested BIFs 2012-05-30 16:30:50 -05:00
bifs.get_current_packet_header Added test case for get_current_packet_header bif. 2016-04-20 00:05:33 +02:00
bifs.get_port_transport_proto Add more tests for previously-untested BIFs 2012-05-30 16:30:50 -05:00
bifs.getsetenv Add more tests for previously-untested BIFs 2012-05-24 16:33:19 -05:00
bifs.global_ids Add more tests for previously-untested BIFs 2012-05-30 16:30:50 -05:00
bifs.global_sizes Add tests for untested BIFs 2012-08-03 17:24:04 -05:00
bifs.haversine_distance Add new functions for calculating geographic distance 2016-06-07 13:11:10 -05:00
bifs.hexdump Changing what's escaped when printing. 2015-04-15 16:59:50 -07:00
bifs.hexstr_to_bytestring Changing what's escaped when printing. 2015-04-15 16:59:50 -07:00
bifs.hll_cardinality get hll ready for merging 2013-07-30 16:47:26 -07:00
bifs.hll_large_estimate Misc. unit test improvements 2018-08-10 16:58:27 -05:00
bifs.identify_data Replace libmagic w/ Bro signatures for file MIME type identification. 2014-03-04 11:12:06 -06:00
bifs.install_src_addr_filter Update PacketFilter/Discarder code for IP version independence. 2012-03-08 13:12:04 -06:00
bifs.is_ascii Add more tests for previously-untested BIFs 2012-05-30 16:30:50 -05:00
bifs.is_local_interface Add more BIF tests 2012-08-07 14:10:55 -05:00
bifs.is_port Add more tests for previously-untested BIFs 2012-05-29 14:04:36 -05:00
bifs.join_string Make join_string_vec work with vectors containing empty elements. 2015-10-22 13:08:47 -07:00
bifs.levenshtein_distance Merge branch 'master' of https://github.com/anthonykasza/bro 2013-08-19 11:20:50 -07:00
bifs.lookup_ID Add more tests for previously-untested BIFs 2012-05-25 17:15:29 -05:00
bifs.lowerupper Add tests for previously-untested strings BIFs 2012-05-23 16:34:03 -05:00
bifs.mask_addr mask_addr bif now returns subnet (addresses #512) 2011-07-23 16:45:29 -05:00
bifs.matching_subnets Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
bifs.math Add more tests for previously-untested BIFs 2012-05-25 17:15:29 -05:00
bifs.md5 Add more tests for previously-untested BIFs 2012-05-24 16:33:19 -05:00
bifs.merge_pattern Add more tests for previously-untested BIFs 2012-05-29 14:04:36 -05:00
bifs.net_stats_trace Merge branch 'stats-bytes-recvd' of https://github.com/msmiley/bro 2015-03-04 13:16:19 -08:00
bifs.netbios-functions Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
bifs.order BIT-1894: fix bad integer casts in BIFs: sort, rand, order, to_int 2018-01-26 15:49:34 -06:00
bifs.parse_ftp Add more tests for previously-untested BIFs 2012-05-29 14:04:36 -05:00
bifs.piped_exec piped_exec can now write nulls in the "to_write" argument. 2011-08-09 09:51:03 -04:00
bifs.ptr_name_to_addr Change IPv6 output format to no longer automatically be bracketed. 2012-05-07 12:55:54 -05:00
bifs.rand Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
bifs.raw_bytes_to_v4_addr Add more tests for previously-untested BIFs 2012-05-29 14:04:36 -05:00
bifs.reading_traces Add more BIF tests 2012-08-07 14:10:55 -05:00
bifs.record_type_to_vector Add more tests for previously-untested BIFs 2012-05-25 17:15:29 -05:00
bifs.records_fields Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
bifs.remask_addr Refactoring various usages of new IPAddr class. 2012-02-22 14:45:44 -06:00
bifs.resize Add more tests for previously-untested BIFs 2012-05-24 16:33:19 -05:00
bifs.reverse Added reverse() function to strings.bif. 2013-03-23 08:39:04 -07:00
bifs.rotate_file Add more tests for previously-untested BIFs 2012-05-30 16:30:50 -05:00
bifs.rotate_file_by_name Add more tests for previously-untested BIFs 2012-05-30 16:30:50 -05:00
bifs.routing0_data_to_addrs Change IPv6 output format to no longer automatically be bracketed. 2012-05-07 12:55:54 -05:00
bifs.same_object Add more tests for previously-untested BIFs 2012-05-30 16:30:50 -05:00
bifs.sha1 Add SHA1 and SHA256 hashing BIFs. (addresses #542) 2012-05-04 16:09:05 -05:00
bifs.sha256 Add SHA1 and SHA256 hashing BIFs. (addresses #542) 2012-05-04 16:09:05 -05:00
bifs.sort BIT-1894: fix bad integer casts in BIFs: sort, rand, order, to_int 2018-01-26 15:49:34 -06:00
bifs.sort_string_array Add tests for previously-untested strings BIFs 2012-05-23 16:34:03 -05:00
bifs.split Add tests for previously-untested strings BIFs 2012-05-23 16:34:03 -05:00
bifs.split_string Deprecate split* family of BIFs. 2015-01-21 15:34:42 -06:00
bifs.str_shell_escape Add tests for previously-untested strings BIFs 2012-05-23 16:34:03 -05:00
bifs.strcmp Add tests for previously-untested strings BIFs 2012-05-23 16:34:03 -05:00
bifs.strftime Add tests for untested BIFs 2012-08-03 17:24:04 -05:00
bifs.string_fill Changing what's escaped when printing. 2015-04-15 16:59:50 -07:00
bifs.string_to_pattern Add more tests for previously-untested BIFs 2012-05-29 14:04:36 -05:00
bifs.strip Add tests for previously-untested strings BIFs 2012-05-23 16:34:03 -05:00
bifs.strptime Quick pass over unit tests, adding -b flag to bro so they run faster. 2012-11-30 17:44:36 -06:00
bifs.strstr Add tests for previously-untested strings BIFs 2012-05-23 16:34:03 -05:00
bifs.sub Add tests for previously-untested strings BIFs 2012-05-23 16:34:03 -05:00
bifs.subnet_to_addr fix acld plugin to use address instead of subnet (and add functions for 2015-06-05 00:00:20 -07:00
bifs.subnet_version add bif function to test if a subnet revers to v4 or v6. 2015-04-14 14:51:52 -07:00
bifs.subst_string Add tests for previously-untested strings BIFs 2012-05-23 16:34:03 -05:00
bifs.system Add more tests for previously-untested BIFs 2012-05-24 16:33:19 -05:00
bifs.system_env Fix documentation for system_env BIF 2012-06-01 13:12:55 -05:00
bifs.to_addr Change IPv6 output format to no longer automatically be bracketed. 2012-05-07 12:55:54 -05:00
bifs.to_count Fix the to_count function to use strtoull versus strtoll. 2015-04-16 09:56:18 -05:00
bifs.to_double Updating tests for the #start/#end change. 2012-07-19 22:28:55 -07:00
bifs.to_double_from_string Fix tests and error message for to_double BIF 2012-07-25 12:10:47 -05:00
bifs.to_int BIT-1894: fix bad integer casts in BIFs: sort, rand, order, to_int 2018-01-26 15:49:34 -06:00
bifs.to_interval Add more tests for previously-untested BIFs 2012-05-25 17:15:29 -05:00
bifs.to_port Fix to_port() BIF for port strings with a port number of zero. 2012-12-18 15:08:18 -06:00
bifs.to_subnet Change IPv6 output format to no longer automatically be bracketed. 2012-05-07 12:55:54 -05:00
bifs.to_time Add more tests for previously-untested BIFs 2012-05-25 17:15:29 -05:00
bifs.topk Allow iterating over bif functions with result type vector of any. 2014-02-25 15:30:29 -08:00
bifs.type_name Merge remote-tracking branch 'origin/topic/dnthayer/bif-tests' 2012-06-06 11:42:16 -07:00
bifs.unique_id Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
bifs.unique_id-rnd Updating tests. 2011-08-14 22:16:46 -07:00
bifs.uuid_to_string Add more tests for previously-untested BIFs 2012-05-30 16:30:50 -05:00
bifs.x509_verify Adjust x509 unit tests to work around OpenSSL 1.0 vs. 1.1 differences 2018-06-29 16:01:23 -05:00
broker.connect-on-retry Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
broker.disconnect BIT-1941: improve reliability of broker.disconnect unit test 2018-07-02 16:32:13 -05:00
broker.error Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
broker.remote_event Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
broker.remote_event_any Support unserializing broker data into type 'any' 2018-05-31 10:39:40 -05:00
broker.remote_event_auto Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
broker.remote_event_ssl_auth Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
broker.remote_id Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
broker.remote_log Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
broker.remote_log_late_join Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
broker.remote_log_types Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
broker.remote_publish_and_relay_event Add Broker::publish_and_relay BIF 2018-05-31 15:26:22 -05:00
broker.remote_relay_event Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
broker.ssl_auth_failure Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
broker.store.clone Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
broker.store.local Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
broker.store.ops Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
broker.store.record Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
broker.store.set Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
broker.store.sqlite Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
broker.store.table Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
broker.store.type-conversion Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
broker.store.vector Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
broker.unpeer Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
core.bits_per_uid Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
core.check-unused-event-handlers Add config framework. 2017-11-29 13:46:59 -08:00
core.checksums Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
core.cisco-fabric-path Add Cisco FabricPath support 2018-07-27 16:00:54 -05:00
core.conn-size-threshold Allow setting packet and byte thresholds for connections. 2015-04-17 06:57:51 -07:00
core.conn-uid Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
core.connection_flip_roles Improve analysis of TCP SYN/SYN-ACK reversal situations. 2014-03-11 17:03:59 -05:00
core.disable-mobile-ipv6 Changing the start/end markers in logs to open/close now reflecting 2012-07-27 12:15:21 -07:00
core.discarder Change IPv6 output format to no longer automatically be bracketed. 2012-05-07 12:55:54 -05:00
core.div-by-zero Prevent division/modulo by zero in scripts. 2013-09-20 16:36:00 -05:00
core.dns-init Merge remote-tracking branch 'origin/topic/jsiwek/fix-dns-double-free' 2011-12-01 16:40:07 -08:00
core.embedded-null Merge branch 'Reporter/MessageFix' of https://github.com/catenacyber/bro 2018-04-16 10:58:45 -07:00
core.erspan Implement ERSPAN support. 2017-02-03 12:29:22 -08:00
core.ether-addrs Moved link-layer addresses into endpoints. 2016-06-02 01:46:26 +02:00
core.event-arg-reuse Fix assignments to event arguments becoming visible to subsequent 2017-10-27 13:28:48 -07:00
core.expr-exception Changing the start/end markers in logs to open/close now reflecting 2012-07-27 12:15:21 -07:00
core.fake_dns Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
core.file-caching-serialization Changes to open-file caching limits and uncached file unserialization. 2012-05-03 13:13:58 -05:00
core.global_opaque_val Fix global opaque val segfault, addresses BIT-1071 2013-08-29 17:17:40 -05:00
core.history-flip Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
core.icmp.icmp-context Change IPv6 output format to no longer automatically be bracketed. 2012-05-07 12:55:54 -05:00
core.icmp.icmp-events Changing what's escaped when printing. 2015-04-15 16:59:50 -07:00
core.icmp.icmp6-context Change IPv6 output format to no longer automatically be bracketed. 2012-05-07 12:55:54 -05:00
core.icmp.icmp6-events Extract ICMPv6 NDP options and include in ICMP events (addresses #833). 2012-06-26 17:10:00 -05:00
core.icmp.icmp6-nd-options Changing what's escaped when printing. 2015-04-15 16:59:50 -07:00
core.icmp.icmp_sent BIT-342: add "icmp_sent_payload" event. 2015-03-18 16:16:24 -05:00
core.ip-broken-header Fix OOB read in Sessions.cc 2017-10-19 10:29:29 -07:00
core.ipv6-atomic-frag Change IPv6 output format to no longer automatically be bracketed. 2012-05-07 12:55:54 -05:00
core.ipv6-flow-labels Improve availability of IPv6 flow label in connection records. 2012-05-22 15:18:33 -05:00
core.ipv6-frag Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
core.ipv6_esp Change IPv6 output format to no longer automatically be bracketed. 2012-05-07 12:55:54 -05:00
core.ipv6_ext_headers Changing what's escaped when printing. 2015-04-15 16:59:50 -07:00
core.ipv6_zero_len_ah Updated affected test case. 2016-04-20 00:23:11 +02:00
core.leaks.basic-cluster Unit test tweaks/fixes. 2012-08-16 16:33:46 -05:00
core.leaks.broker.clone_store Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
core.leaks.broker.data Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
core.leaks.broker.remote_event Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
core.leaks.broker.remote_log Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
core.leaks.hll_cluster add clustered leak test for hll. No issues. 2013-08-29 14:01:22 -07:00
core.load-pkg core.load-pkg test now insensitive to default-loaded scripts. 2011-07-22 16:33:50 -07:00
core.load-prefixes Fixes for script auto-documentation. 2011-08-08 19:50:45 -05:00
core.load-relative Make @load statements recognize relative paths. 2011-07-14 11:35:23 -05:00
core.load-unload Fix @unload'd files from generating bro_script_loaded event. 2011-07-20 15:56:25 -05:00
core.mobile-ipv6-home-addr Change IPv6 output format to no longer automatically be bracketed. 2012-05-07 12:55:54 -05:00
core.mobile-ipv6-routing Change IPv6 output format to no longer automatically be bracketed. 2012-05-07 12:55:54 -05:00
core.mobility-checksums Fix mobility checksums unit test. 2012-05-17 14:47:09 -05:00
core.mobility_msg Change IPv6 output format to no longer automatically be bracketed. 2012-05-07 12:55:54 -05:00
core.mpls-in-vlan Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
core.negative-time Ignoring packets with negative timestamps. 2016-05-23 13:22:22 -07:00
core.nop
core.old_comm_usage Make old comm. system usages an error unless old_comm_usage_is_ok is set 2018-06-15 17:15:46 -05:00
core.option-errors Add config framework. 2017-11-29 13:46:59 -08:00
core.option-errors-2 Add config framework. 2017-11-29 13:46:59 -08:00
core.option-errors-3 Add config framework. 2017-11-29 13:46:59 -08:00
core.option-priorities Add config framework. 2017-11-29 13:46:59 -08:00
core.option-redef Make options redef-able by default. 2018-08-10 11:53:36 -07:00
core.option-runtime-errors Add config framework. 2017-11-29 13:46:59 -08:00
core.option-runtime-errors-2 Add config framework. 2017-11-29 13:46:59 -08:00
core.option-runtime-errors-3 Add config framework. 2017-11-29 13:46:59 -08:00
core.option-runtime-errors-4 Add config framework. 2017-11-29 13:46:59 -08:00
core.option-runtime-errors-5 Add config framework. 2017-11-29 13:46:59 -08:00
core.option-runtime-errors-6 Add config framework. 2017-11-29 13:46:59 -08:00
core.option-runtime-errors-7 Add config framework. 2017-11-29 13:46:59 -08:00
core.option-runtime-errors-8 Add config framework. 2017-11-29 13:46:59 -08:00
core.option-runtime-errors-9 Add config framework. 2017-11-29 13:46:59 -08:00
core.option-runtime-errors-10 Add config framework. 2017-11-29 13:46:59 -08:00
core.option-runtime-errors-11 Add config framework. 2017-11-29 13:46:59 -08:00
core.option-runtime-errors-12 Add config framework. 2017-11-29 13:46:59 -08:00
core.option-runtime-errors-13 Add config framework. 2017-11-29 13:46:59 -08:00
core.pcap.dumper Fix test core.pcap.dumper to work on OpenBSD 2016-12-01 16:35:54 -06:00
core.pcap.dynamic-filter Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
core.pcap.filter-error A set of various fixes and smaller API tweaks, plus tests. 2014-08-24 19:55:26 -07:00
core.pcap.input-error A set of various fixes and smaller API tweaks, plus tests. 2014-08-24 19:55:26 -07:00
core.pcap.pseudo-realtime A set of various fixes and smaller API tweaks, plus tests. 2014-08-24 19:55:26 -07:00
core.pcap.read-trace-with-filter Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
core.plugins.hooks Adding a test building a file analyzer plugin. 2014-06-18 14:33:42 -07:00
core.pppoe Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
core.pppoe-over-qinq Merge remote-tracking branch 'origin/topic/vern/perf-history' 2018-08-01 16:37:10 -05:00
core.print-bpf-filters Rework to the DHCP analyzer. 2018-03-01 08:36:32 -08:00
core.q-in-q Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
core.radiotap Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
core.raw_packet Allow for logging of the VLAN data about a connection in conn.log 2015-07-22 14:13:17 -04:00
core.reassembly Rewrite weird logging. 2016-06-15 13:49:35 -07:00
core.recursive-event Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
core.reporter Change reporter messages to more reliably print to stderr. 2013-01-18 12:46:00 -06:00
core.reporter-error-in-handler Change reporter messages to more reliably print to stderr. 2013-01-18 12:46:00 -06:00
core.reporter-fmt-strings Updating tests for the #start/#end change. 2012-07-19 22:28:55 -07:00
core.reporter-parse-error Updating tests for the #start/#end change. 2012-07-19 22:28:55 -07:00
core.reporter-runtime-error Change reporter messages to more reliably print to stderr. 2013-01-18 12:46:00 -06:00
core.reporter-type-mismatch Updating tests for the #start/#end change. 2012-07-19 22:28:55 -07:00
core.tcp.fin-retransmit Moved link-layer addresses into endpoints. 2016-06-02 01:46:26 +02:00
core.tcp.large-file-reassembly Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
core.tcp.miss-end-data Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
core.tcp.missing-syn Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
core.tcp.quantum-insert Extending rexmit_inconsistency() event to receive an additional 2015-10-26 14:16:08 -07:00
core.tcp.rst-after-syn Moved link-layer addresses into endpoints. 2016-06-02 01:46:26 +02:00
core.tcp.rxmit-history Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
core.tcp.truncated-header Fix potential crash TCP headers were captured incompletely. 2015-08-30 18:49:05 -07:00
core.truncation Fix OOB read in Sessions.cc 2017-10-19 10:29:29 -07:00
core.tunnels.ayiya Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
core.tunnels.gre Addresses BIT-1831 2017-08-01 16:24:44 -04:00
core.tunnels.gre-in-gre Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
core.tunnels.gre-pptp BIT-1798: fix PPTP GRE tunnel decapsulation 2018-08-14 16:48:04 -05:00
core.tunnels.gtp.different_dl_and_ul Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
core.tunnels.gtp.ext_header Add parsing for GTPv1 extension headers and control messages. 2013-02-07 14:59:02 -06:00
core.tunnels.gtp.false_gtp Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
core.tunnels.gtp.inner_ipv6 Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
core.tunnels.gtp.inner_teredo Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
core.tunnels.gtp.non_recursive Add parsing for GTPv1 extension headers and control messages. 2013-02-07 14:59:02 -06:00
core.tunnels.gtp.not_user_plane_data Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
core.tunnels.gtp.opt_header Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
core.tunnels.gtp.outer_ip_frag Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
core.tunnels.gtp.pdp_ctx_messages Changing what's escaped when printing. 2015-04-15 16:59:50 -07:00
core.tunnels.gtp.unknown_or_too_short Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
core.tunnels.ip-in-ip Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
core.tunnels.ip-in-ip-version Fix OOB read in Sessions.cc 2017-10-19 10:29:29 -07:00
core.tunnels.ip-tunnel-uid Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
core.tunnels.teredo Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
core.tunnels.teredo_bubble_with_payload Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
core.vlan-mpls Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
core.when-interpreter-exceptions Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
core.wlanmon Merge branch 'p-l--topic/support-wlan-monitor' 2018-05-15 13:32:34 -04:00
core.x509-generalizedtime Refactor X509 generalizedtime support and test. 2015-09-18 12:46:49 -07:00
coverage.bare-load-baseline Merge remote-tracking branch 'origin/topic/jsiwek/broker-listen-env' 2018-06-08 16:38:31 +00:00
coverage.bare-mode-errors Fix missing @load dependencies in some scripts. 2014-04-09 16:32:23 -05:00
coverage.coverage-blacklist Updating tests for the #start/#end change. 2012-07-19 22:28:55 -07:00
coverage.default-load-baseline Merge remote-tracking branch 'origin/topic/jsiwek/broker-listen-env' 2018-06-08 16:38:31 +00:00
coverage.find-bro-logs Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
coverage.init-default Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
doc.broxygen.all_scripts Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
doc.broxygen.command_line Silence some doc-related warnings when using bro -e. 2014-08-19 11:06:21 -05:00
doc.broxygen.comment_retrieval_bifs Add BIF interface for retrieving comments/docs. 2013-10-30 16:07:57 -05:00
doc.broxygen.enums Broxygen doc-related test updates. Fix two regressions. 2013-11-22 14:18:24 -06:00
doc.broxygen.example Add config framework. 2017-11-29 13:46:59 -08:00
doc.broxygen.func-params Minor Broxygen improvements, addresses BIT-1098. 2013-12-06 09:35:35 -06:00
doc.broxygen.identifier Minor Broxygen improvements, addresses BIT-1098. 2013-12-06 09:35:35 -06:00
doc.broxygen.package Minor Broxygen improvements, addresses BIT-1098. 2013-12-06 09:35:35 -06:00
doc.broxygen.package_index Add unit tests for Broxygen config file targets. 2013-11-22 14:59:16 -06:00
doc.broxygen.records Broxygen doc-related test updates. Fix two regressions. 2013-11-22 14:18:24 -06:00
doc.broxygen.script_index Add unit tests for Broxygen config file targets. 2013-11-22 14:59:16 -06:00
doc.broxygen.script_summary Add unit tests for Broxygen config file targets. 2013-11-22 14:59:16 -06:00
doc.broxygen.type-aliases Broxygen doc-related test updates. Fix two regressions. 2013-11-22 14:18:24 -06:00
doc.broxygen.vectors Include yield of vectors in Broxygen's type descriptions. 2014-07-10 19:23:49 -05:00
doc.manual.connection_record_01 Exploration of the connection record data type and corresponding btests. 2012-11-24 14:16:50 -05:00
doc.manual.connection_record_02 Local variables. Baselines and data_type_local.bro btest-able script. 2013-01-03 17:03:45 -05:00
doc.manual.data_struct_record_01 Expanding on records, including two simple examples. 2013-03-11 00:19:23 -04:00
doc.manual.data_struct_record_02 Expanding on records, including two simple examples. 2013-03-11 00:19:23 -04:00
doc.manual.data_struct_set_declaration Reorganize to introduce sets, then tables, then vectors. Rewrite of the section on sets. Start of discussion on tables. 2013-01-21 00:19:29 -05:00
doc.manual.data_struct_table_complex Tables with aggregate keys. 2013-01-22 23:37:43 -05:00
doc.manual.data_struct_table_declaration Reorganize to introduce sets, then tables, then vectors. Rewrite of the section on sets. Start of discussion on tables. 2013-01-21 00:19:29 -05:00
doc.manual.data_struct_vector Local variables. Baselines and data_type_local.bro btest-able script. 2013-01-03 17:03:45 -05:00
doc.manual.data_struct_vector_declaration Vector declarations and explanations, including btests 2013-01-08 14:47:39 -05:00
doc.manual.data_struct_vector_iter Iteration over vectors. 2013-01-08 15:31:56 -05:00
doc.manual.data_type_const Local variables. Baselines and data_type_local.bro btest-able script. 2013-01-03 17:03:45 -05:00
doc.manual.data_type_const_simple Added a more simple example to the section on Constants to re-inforce &redef. 2013-02-07 23:28:33 -05:00
doc.manual.data_type_declaration Local variables. Baselines and data_type_local.bro btest-able script. 2013-01-03 17:03:45 -05:00
doc.manual.data_type_interval Added documentation for the pattern data type as well as btests for time, interval, and pattern. 2013-02-25 01:12:07 -05:00
doc.manual.data_type_local Local variables. Baselines and data_type_local.bro btest-able script. 2013-01-03 17:03:45 -05:00
doc.manual.data_type_pattern_01 Added documentation for the pattern data type as well as btests for time, interval, and pattern. 2013-02-25 01:12:07 -05:00
doc.manual.data_type_pattern_02 Added documentation for the pattern data type as well as btests for time, interval, and pattern. 2013-02-25 01:12:07 -05:00
doc.manual.data_type_subnets Beginning exploration of network centric data types, starting with subnets. 2012-12-01 02:22:52 -05:00
doc.manual.data_type_time Added documentation for the pattern data type as well as btests for time, interval, and pattern. 2013-02-25 01:12:07 -05:00
doc.manual.framework_logging_factorial_01 Start on Logging Framework. 2013-03-18 23:23:43 -04:00
doc.manual.framework_logging_factorial_02 Logging Framework (contrived) example: Logging factorials. 2013-03-18 23:44:36 -04:00
doc.manual.framework_logging_factorial_03 Split logging via Filters in the Logging Framework. 2013-03-20 00:02:20 -04:00
doc.manual.framework_logging_factorial_04 Typo fix and baselines for hooking the log framework. 2013-03-24 22:01:08 -04:00
doc.manual.framework_notice_hook_01 Notice::policy hooks and tests. 2013-04-23 17:02:42 -04:00
doc.manual.framework_notice_hook_suppression_01 Notice::policy hooks and tests. 2013-04-23 17:02:42 -04:00
doc.manual.framework_notice_shortcuts_01 Include Notice Policy shortcuts in the Scripting User Manual. 2013-04-28 15:48:44 -04:00
doc.manual.framework_notice_shortcuts_02 Include Notice Policy shortcuts in the Scripting User Manual. 2013-04-28 15:48:44 -04:00
doc.manual.using_bro_sandbox_01 Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
doc.manual.using_bro_sandbox_02 Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
doc.sphinx.conditional-notice Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
doc.sphinx.connection-record-01 Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
doc.sphinx.connection-record-02 Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
doc.sphinx.data_struct_record_01 Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
doc.sphinx.data_struct_record_02 Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
doc.sphinx.data_struct_set_declaration Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
doc.sphinx.data_struct_table_complex Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
doc.sphinx.data_struct_table_declaration Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
doc.sphinx.data_struct_vector_declaration Documentation fixes. 2014-10-14 14:43:08 -05:00
doc.sphinx.data_struct_vector_iter Updating Sphinx tests for manual. 2013-10-07 16:48:38 -07:00
doc.sphinx.data_type_const.bro Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
doc.sphinx.data_type_interval Updating Sphinx tests for manual. 2013-10-07 16:48:38 -07:00
doc.sphinx.data_type_pattern Documentation fixes. 2014-10-14 14:43:08 -05:00
doc.sphinx.data_type_pattern_02 Updating Sphinx tests for manual. 2013-10-07 16:48:38 -07:00
doc.sphinx.data_type_subnets Updating Sphinx tests for manual. 2013-10-07 16:48:38 -07:00
doc.sphinx.data_type_time Changing what's escaped when printing. 2015-04-15 16:59:50 -07:00
doc.sphinx.file-analysis-01 Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
doc.sphinx.file-analysis-02 Convert File Analysis examples to using btest sphinx 2013-10-09 23:41:37 -05:00
doc.sphinx.file-analysis-03 Convert File Analysis examples to using btest sphinx 2013-10-09 23:41:37 -05:00
doc.sphinx.file_extraction Updates for file mime type identification. 2014-10-08 02:12:10 -04:00
doc.sphinx.framework_logging_factorial Updating Sphinx tests for manual. 2013-10-07 16:48:38 -07:00
doc.sphinx.framework_logging_factorial-2 Updating Sphinx tests for manual. 2013-10-07 16:48:38 -07:00
doc.sphinx.framework_logging_factorial-3 Updating Sphinx tests for manual. 2013-10-07 16:48:38 -07:00
doc.sphinx.ftp-bruteforce Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
doc.sphinx.http_proxy_01 Add unit tests for new Bro Manual docs. 2014-01-21 16:01:55 -06:00
doc.sphinx.http_proxy_02 Add unit tests for new Bro Manual docs. 2014-01-21 16:01:55 -06:00
doc.sphinx.http_proxy_03 Add unit tests for new Bro Manual docs. 2014-01-21 16:01:55 -06:00
doc.sphinx.http_proxy_04 Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
doc.sphinx.include-build_scripts_base_bif_plugins_Bro_DNS_events_bif_bro Documentation improvements/fixes 2018-05-23 16:50:31 -05:00
doc.sphinx.include-doc_frameworks_broker_connecting-connector_bro Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
doc.sphinx.include-doc_frameworks_broker_connecting-listener_bro Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
doc.sphinx.include-doc_frameworks_broker_events-connector_bro Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
doc.sphinx.include-doc_frameworks_broker_events-listener_bro Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
doc.sphinx.include-doc_frameworks_broker_logs-connector_bro Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
doc.sphinx.include-doc_frameworks_broker_logs-listener_bro Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
doc.sphinx.include-doc_frameworks_broker_stores-connector_bro Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
doc.sphinx.include-doc_frameworks_broker_stores-listener_bro Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
doc.sphinx.include-doc_frameworks_broker_testlog_bro Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
doc.sphinx.include-doc_frameworks_file_analysis_01_bro Convert File Analysis examples to using btest sphinx 2013-10-09 23:41:37 -05:00
doc.sphinx.include-doc_frameworks_file_analysis_02_bro File API updates complete. 2015-04-20 10:46:48 -04:00
doc.sphinx.include-doc_frameworks_file_analysis_03_bro Convert File Analysis examples to using btest sphinx 2013-10-09 23:41:37 -05:00
doc.sphinx.include-doc_frameworks_netcontrol-1-drop-with-debug_bro Write NetControl framework documentation. 2016-06-22 16:02:48 -07:00
doc.sphinx.include-doc_frameworks_netcontrol-2-ssh-guesser_bro Write NetControl framework documentation. 2016-06-22 16:02:48 -07:00
doc.sphinx.include-doc_frameworks_netcontrol-3-ssh-guesser_bro Write NetControl framework documentation. 2016-06-22 16:02:48 -07:00
doc.sphinx.include-doc_frameworks_netcontrol-4-drop_bro Write NetControl framework documentation. 2016-06-22 16:02:48 -07:00
doc.sphinx.include-doc_frameworks_netcontrol-5-hook_bro Write NetControl framework documentation. 2016-06-22 16:02:48 -07:00
doc.sphinx.include-doc_frameworks_netcontrol-6-find_bro Write NetControl framework documentation. 2016-06-22 16:02:48 -07:00
doc.sphinx.include-doc_frameworks_netcontrol-7-catch-release_bro Write NetControl framework documentation. 2016-06-22 16:02:48 -07:00
doc.sphinx.include-doc_frameworks_netcontrol-8-multiple_bro Write NetControl framework documentation. 2016-06-22 16:02:48 -07:00
doc.sphinx.include-doc_frameworks_netcontrol-9-skeleton_bro And update one last test baseline 2016-08-17 09:19:44 -07:00
doc.sphinx.include-doc_frameworks_netcontrol-10-use-skeleton_bro Write NetControl framework documentation. 2016-06-22 16:02:48 -07:00
doc.sphinx.include-doc_frameworks_notice_ssh_guesser_bro Updates related to SSH analysis. 2015-03-30 11:30:48 -05:00
doc.sphinx.include-doc_frameworks_sqlite-conn-filter_bro Moving the SQLite examples into separate Bro files to turn them into 2013-10-18 14:18:33 -07:00
doc.sphinx.include-doc_frameworks_sqlite-read-events_bro Moving the SQLite examples into separate Bro files to turn them into 2013-10-18 14:18:33 -07:00
doc.sphinx.include-doc_frameworks_sqlite-read-table_bro Moving the SQLite examples into separate Bro files to turn them into 2013-10-18 14:18:33 -07:00
doc.sphinx.include-doc_frameworks_sumstats-countconns_bro Update tests and baselines for sumstats docs 2013-11-06 14:56:32 -06:00
doc.sphinx.include-doc_frameworks_sumstats-toy-scan_bro Fix typos in sumstats doc and update doc test 2013-11-06 18:56:39 -06:00
doc.sphinx.include-doc_httpmonitor_file_extraction_bro File API updates complete. 2015-04-20 10:46:48 -04:00
doc.sphinx.include-doc_httpmonitor_http_proxy_01_bro Add unit tests for new Bro Manual docs. 2014-01-21 16:01:55 -06:00
doc.sphinx.include-doc_httpmonitor_http_proxy_02_bro Add unit tests for new Bro Manual docs. 2014-01-21 16:01:55 -06:00
doc.sphinx.include-doc_httpmonitor_http_proxy_03_bro Add unit tests for new Bro Manual docs. 2014-01-21 16:01:55 -06:00
doc.sphinx.include-doc_httpmonitor_http_proxy_04_bro Add unit tests for new Bro Manual docs. 2014-01-21 16:01:55 -06:00
doc.sphinx.include-doc_mimestats_mimestats_bro Add unit tests for new Bro Manual docs. 2014-01-21 16:01:55 -06:00
doc.sphinx.include-doc_mimestats_mimestats_bro@2 Add unit tests for new Bro Manual docs. 2014-01-21 16:01:55 -06:00
doc.sphinx.include-doc_mimestats_mimestats_bro@3 Add unit tests for new Bro Manual docs. 2014-01-21 16:01:55 -06:00
doc.sphinx.include-doc_mimestats_mimestats_bro@4 Fix outdated documentation unit tests. 2015-03-30 11:03:21 -05:00
doc.sphinx.include-doc_quickstart_conditional-notice_bro Fix an example in quickstart docs. 2015-03-23 13:05:58 -05:00
doc.sphinx.include-doc_scripting_connection_record_01_bro Update test and baseline for a recent doc test fix 2013-10-25 15:11:20 -05:00
doc.sphinx.include-doc_scripting_connection_record_02_bro Change dns.log to include only standard DNS queries. 2014-01-28 13:56:22 -06:00
doc.sphinx.include-doc_scripting_data_struct_record_01_bro Update some doc tests and baselines 2015-09-23 11:39:36 -05:00
doc.sphinx.include-doc_scripting_data_struct_record_02_bro Update some doc tests and baselines 2015-09-23 11:39:36 -05:00
doc.sphinx.include-doc_scripting_data_struct_set_declaration_bro Updating Sphinx tests for manual. 2013-10-07 16:48:38 -07:00
doc.sphinx.include-doc_scripting_data_struct_set_declaration_bro@2 Updating Sphinx tests for manual. 2013-10-07 16:48:38 -07:00
doc.sphinx.include-doc_scripting_data_struct_set_declaration_bro@3 Updating Sphinx tests for manual. 2013-10-07 16:48:38 -07:00
doc.sphinx.include-doc_scripting_data_struct_set_declaration_bro@4 Updating Sphinx tests for manual. 2013-10-07 16:48:38 -07:00
doc.sphinx.include-doc_scripting_data_struct_table_complex_bro Updating Sphinx tests for manual. 2013-10-07 16:48:38 -07:00
doc.sphinx.include-doc_scripting_data_struct_table_declaration_bro Merge remote-tracking branch 'origin/topic/dnthayer/ticket1206' 2014-06-23 16:56:46 -05:00
doc.sphinx.include-doc_scripting_data_struct_vector_declaration_bro Fix cluster layout graphic and doc warnings 2018-08-08 13:03:45 -05:00
doc.sphinx.include-doc_scripting_data_struct_vector_iter_bro Updating Sphinx tests for manual. 2013-10-07 16:48:38 -07:00
doc.sphinx.include-doc_scripting_data_type_const_bro Updating Sphinx tests for manual. 2013-10-07 16:48:38 -07:00
doc.sphinx.include-doc_scripting_data_type_const_simple_bro Updating Sphinx tests for manual. 2013-10-07 16:48:38 -07:00
doc.sphinx.include-doc_scripting_data_type_declaration_bro Updating Sphinx tests for manual. 2013-10-07 16:48:38 -07:00
doc.sphinx.include-doc_scripting_data_type_interval_bro Updating Sphinx tests for manual. 2013-10-07 16:48:38 -07:00
doc.sphinx.include-doc_scripting_data_type_local_bro Updating Sphinx tests for manual. 2013-10-07 16:48:38 -07:00
doc.sphinx.include-doc_scripting_data_type_pattern_01_bro Updating doc baselines. 2014-12-04 09:05:38 -08:00
doc.sphinx.include-doc_scripting_data_type_pattern_02_bro Updating Sphinx tests for manual. 2013-10-07 16:48:38 -07:00
doc.sphinx.include-doc_scripting_data_type_record_bro Fix some scripting tutorial examples 2016-05-05 17:23:15 -05:00
doc.sphinx.include-doc_scripting_data_type_subnets_bro Updating Sphinx tests for manual. 2013-10-07 16:48:38 -07:00
doc.sphinx.include-doc_scripting_data_type_time_bro Updating Sphinx tests for manual. 2013-10-07 16:48:38 -07:00
doc.sphinx.include-doc_scripting_framework_logging_factorial_01_bro Updating Sphinx tests for manual. 2013-10-07 16:48:38 -07:00
doc.sphinx.include-doc_scripting_framework_logging_factorial_02_bro Fix outdated documentation unit tests. 2015-03-30 11:03:21 -05:00
doc.sphinx.include-doc_scripting_framework_logging_factorial_03_bro Update a doc test/baseline 2018-03-07 12:48:08 -06:00
doc.sphinx.include-doc_scripting_framework_logging_factorial_04_bro Fix outdated documentation unit tests. 2015-03-30 11:03:21 -05:00
doc.sphinx.include-doc_scripting_framework_notice_hook_01_bro Updating Sphinx tests for manual. 2013-10-07 16:48:38 -07:00
doc.sphinx.include-doc_scripting_framework_notice_hook_suppression_01_bro Updating Sphinx tests for manual. 2013-10-07 16:48:38 -07:00
doc.sphinx.include-doc_scripting_framework_notice_shortcuts_01_bro Merge remote-tracking branch 'origin/topic/dnthayer/doc-fixes-for-2.3' 2014-06-12 12:22:08 -05:00
doc.sphinx.include-doc_scripting_framework_notice_shortcuts_02_bro Merge remote-tracking branch 'origin/topic/dnthayer/doc-fixes-for-2.3' 2014-06-12 12:22:08 -05:00
doc.sphinx.include-doc_scripting_http_main_bro Fix some scripting tutorial examples 2016-05-05 17:23:15 -05:00
doc.sphinx.include-scripts_base_bif_event_bif_bro Updating Sphinx tests for manual. 2013-10-07 16:48:38 -07:00
doc.sphinx.include-scripts_base_bif_plugins_Bro_DNS_events_bif_bro Updating Sphinx tests for manual. 2013-10-07 16:48:38 -07:00
doc.sphinx.include-scripts_base_init-bare_bro Updating Sphinx tests for manual. 2013-10-07 16:48:38 -07:00
doc.sphinx.include-scripts_policy_frameworks_files_detect-MHR_bro Update documentation (broken links, outdated tests). 2015-01-21 16:38:31 -06:00
doc.sphinx.include-scripts_policy_frameworks_files_detect-MHR_bro@2 Updating Sphinx tests for manual. 2013-10-07 16:48:38 -07:00
doc.sphinx.include-scripts_policy_frameworks_files_detect-MHR_bro@3 Update docs and tests for a recent change to detect-MHR.bro 2013-11-06 15:58:24 -06:00
doc.sphinx.include-scripts_policy_frameworks_files_detect-MHR_bro@4 Update documentation (broken links, outdated tests). 2015-01-21 16:38:31 -06:00
doc.sphinx.include-scripts_policy_protocols_ftp_detect-bruteforcing_bro Add unit tests for new Bro Manual docs. 2014-01-21 16:01:55 -06:00
doc.sphinx.include-scripts_policy_protocols_ftp_detect-bruteforcing_bro@2 Add unit tests for new Bro Manual docs. 2014-01-21 16:01:55 -06:00
doc.sphinx.include-scripts_policy_protocols_ftp_detect-bruteforcing_bro@3 Add unit tests for new Bro Manual docs. 2014-01-21 16:01:55 -06:00
doc.sphinx.include-scripts_policy_protocols_ftp_detect-bruteforcing_bro@4 Add unit tests for new Bro Manual docs. 2014-01-21 16:01:55 -06:00
doc.sphinx.include-scripts_policy_protocols_ssh_interesting-hostnames_bro Fixing documentation piece. 2016-10-06 14:28:52 -07:00
doc.sphinx.include-scripts_policy_protocols_ssl_expiring-certs_bro Fix doc/test that broke due to a Bro script change. 2014-06-11 12:34:29 -05:00
doc.sphinx.mimestats Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
doc.sphinx.netcontrol-1-drop-with-debug.bro Write NetControl framework documentation. 2016-06-22 16:02:48 -07:00
doc.sphinx.netcontrol-2-ssh-guesser.bro Write NetControl framework documentation. 2016-06-22 16:02:48 -07:00
doc.sphinx.netcontrol-3-ssh-guesser.bro Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
doc.sphinx.netcontrol-4-drop.bro Write NetControl framework documentation. 2016-06-22 16:02:48 -07:00
doc.sphinx.netcontrol-5-hook.bro Write NetControl framework documentation. 2016-06-22 16:02:48 -07:00
doc.sphinx.netcontrol-6-find.bro Write NetControl framework documentation. 2016-06-22 16:02:48 -07:00
doc.sphinx.netcontrol-7-catch-release.bro Write NetControl framework documentation. 2016-06-22 16:02:48 -07:00
doc.sphinx.netcontrol-8-multiple.bro Write NetControl framework documentation. 2016-06-22 16:02:48 -07:00
doc.sphinx.netcontrol-9-skeleton.bro Write NetControl framework documentation. 2016-06-22 16:02:48 -07:00
doc.sphinx.notice_ssh_guesser.bro Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
doc.sphinx.sumstats-countconns Update tests and baselines for sumstats docs 2013-11-06 14:56:32 -06:00
doc.sphinx.sumstats-toy-scan Update tests and baselines for sumstats docs 2013-11-06 14:56:32 -06:00
doc.sphinx.using_bro Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
language.addr Add parsing rules for IPv4/IPv6 subnet literal constants, addresses #888 2012-10-22 15:57:21 -05:00
language.any Add more language tests 2012-09-04 17:39:00 -05:00
language.at-dir Change @PATH to @DIR for clarity. Add @FILENAME. Addresses #869. 2013-06-05 11:01:11 -05:00
language.at-filename Change @PATH to @DIR for clarity. Add @FILENAME. Addresses #869. 2013-06-05 11:01:11 -05:00
language.at-if Add more language tests 2012-08-31 14:05:02 -05:00
language.at-if-invalid Make using local IDs in @if directives an error. 2014-12-02 12:30:46 -06:00
language.at-ifdef Add more language tests 2012-08-31 14:05:02 -05:00
language.at-ifndef Add more language tests 2012-08-31 14:05:02 -05:00
language.at-load Add more language tests 2012-08-31 14:05:02 -05:00
language.attr-default-coercion BIT-1288: Improve coercion of &default expressions. 2014-11-18 12:40:16 -06:00
language.bool Add more language tests 2012-09-04 17:39:00 -05:00
language.conditional-expression Add more language tests 2012-08-29 17:14:03 -05:00
language.const Make const variables actually constant. Addresses #922. 2012-12-13 15:05:29 -06:00
language.container-ctor-scope Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
language.copy Add more language tests 2012-08-29 17:14:03 -05:00
language.count test suite for bitwise operators 2018-04-26 13:25:04 -07:00
language.cross-product-init Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
language.default-params Allow default function/hook/event parameters. Addresses #972. 2013-05-07 14:32:22 -05:00
language.delete-field
language.delete-field-set
language.deprecated Improve use of &deprecated on functions. 2015-01-21 12:27:09 -06:00
language.double Add more language tests 2012-09-04 17:39:00 -05:00
language.enum Add tests of the Bro scripting language 2012-08-24 11:32:49 -05:00
language.enum-desc Change presentation of enum val to include namespace. 2011-08-31 10:57:19 -05:00
language.enum-scope Change presentation of enum val to include namespace. 2011-08-31 10:57:19 -05:00
language.event Added interpreter error for local event variables. 2016-05-11 12:26:11 +02:00
language.event-local-var Added interpreter error for local event variables. 2016-05-11 12:26:11 +02:00
language.expire-expr-error Fix race condition causing some tests to fail 2017-05-24 14:45:11 -05:00
language.expire-func-undef Fix for a table refering to a expire function that's not defined. 2016-05-23 12:48:34 -07:00
language.expire-redef Fix the expire-redef.bro test 2017-08-10 14:15:31 -05:00
language.expire-type-error Merge branch 'topic/jgras/expire-redef' of https://github.com/J-Gras/bro 2016-06-14 17:22:25 -07:00
language.expire_func Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
language.expire_multiple Check that there is only one of read, write, create_expire 2016-03-18 12:34:26 -07:00
language.expire_multiple-2 Check that there is only one of read, write, create_expire 2016-03-18 12:34:26 -07:00
language.expire_multiple-3 Check that there is only one of read, write, create_expire 2016-03-18 12:34:26 -07:00
language.expire_subnet Tiny scoping updates and test baseline updates for Intel framework. 2016-08-05 09:29:23 -04:00
language.file Add tests of the Bro scripting language 2012-08-24 11:32:49 -05:00
language.for Add tests of the Bro scripting language 2012-08-24 11:32:49 -05:00
language.func-assignment Fix function type-equivalence requiring same param names, addresses #957 2013-03-07 13:02:33 -06:00
language.function Add tests of the Bro scripting language 2012-08-24 11:32:49 -05:00
language.hook Fix precedence of hook 2016-06-13 16:02:06 -07:00
language.hook_calls Change hook calls to only be allowed when preceded by "hook" keyword. 2012-11-30 15:39:00 -06:00
language.if Add tests of the Bro scripting language 2012-08-24 11:32:49 -05:00
language.incr-vec-expr Fix segfault when incrementing whole vector values. 2012-07-13 14:32:50 -05:00
language.init-in-anon-function Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
language.int Add more language tests 2012-09-04 17:39:00 -05:00
language.interval Uncomment some previously-broken tests 2012-09-25 16:05:23 -05:00
language.invalid_index Invalid vector indices now generate error message (addresses #24). 2012-12-04 15:22:16 -06:00
language.ipv6-literals Change IPv6 output format to no longer automatically be bracketed. 2012-05-07 12:55:54 -05:00
language.module Add more language tests 2012-08-29 17:14:03 -05:00
language.named-record-ctors Fix record coercion tolerance of optional fields. 2013-10-23 11:37:23 -05:00
language.named-set-ctors Improve set constructor argument coercion. 2013-05-29 16:49:12 -05:00
language.named-table-ctors Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
language.named-vector-ctors Allow named vector constructors. Addresses #983. 2013-05-30 10:57:28 -05:00
language.next-test Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
language.no-module Allow access to global variables using GLOBAL:: namespace. 2016-12-07 15:28:34 -08:00
language.null-statement Add tests of the Bro scripting language 2012-08-24 11:32:49 -05:00
language.outer_param_binding Merge remote-tracking branch 'origin/topic/jsiwek/outer_param_binding' 2014-08-22 15:23:18 -07:00
language.pattern use PCRE syntax instead of the beautiful new (?i ...) syntax 2018-06-29 13:01:05 -07:00
language.port Add more language tests 2012-09-04 17:39:00 -05:00
language.precedence Add more language tests 2012-08-29 17:14:03 -05:00
language.raw_output_attr Fix &raw_output and enable_raw_output interpretation of NUL characters 2011-08-03 10:51:40 -05:00
language.raw_output_attr-2 Fix &raw_output and enable_raw_output interpretation of NUL characters 2011-08-03 10:51:40 -05:00
language.rec-comp-init
language.rec-nested-opt
language.rec-of-tbl
language.rec-table-default Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
language.record-bad-ctor Improve type checking of records, addresses BIT-1159. 2014-03-20 13:54:26 -05:00
language.record-bad-ctor2 Change record ctors to only allow record-field-assignment expressions. 2014-05-19 15:50:00 -05:00
language.record-ceorce-orphan Updating tests. 2013-12-04 12:40:51 -08:00
language.record-coerce-clash BIT-1350: improve record coercion type checking. 2015-04-27 16:37:40 -05:00
language.record-default-coercion Fix record coercion for default inner record fields (addresses #973). 2013-04-23 09:57:55 -05:00
language.record-default-set-mismatch Fixing segfault with mismatching set &default in record field. 2013-12-18 09:17:05 -08:00
language.record-extension Fix redef'ing records with &default empty set fields. 2011-08-12 23:24:49 -07:00
language.record-function-recursion Fix crash when printing type of recursive structures. 2016-02-03 13:22:05 -08:00
language.record-index-complex-fields Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
language.record-recursive-coercion Fix for a case where nested records weren't coerced even though possible. 2011-08-26 13:59:51 -05:00
language.record-redef-after-init BIT-1909: fix invalid redef'd record field accesses 2018-04-11 16:23:26 -05:00
language.record-ref-assign
language.record-type-checking Improve type checking of records, addresses BIT-1159. 2014-03-20 13:54:26 -05:00
language.redef-same-prefixtable-idx Fix use-after-free in some cases of reassigning a table index. 2014-06-10 13:38:32 -05:00
language.returnwhen Fix three bugs with 'when' and 'return when' statements. Addresses #946 2013-02-19 11:38:17 -06:00
language.set documentation, test suite update 2018-07-20 08:57:37 -07:00
language.set-opt-record-index Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
language.set-type-checking BIT-1367: improve coercion of anonymous records in set constructor. 2015-04-06 12:14:59 -05:00
language.short-circuit Add tests of the Bro scripting language 2012-08-24 11:32:49 -05:00
language.sizeof Change IPv6 output format to no longer automatically be bracketed. 2012-05-07 12:55:54 -05:00
language.smith-waterman-test
language.string Add more language tests 2012-09-04 17:39:00 -05:00
language.string-indexing Support omission of string slice low/high indices, BIT-1097. 2013-12-04 15:11:48 -06:00
language.strings
language.subnet Add parsing rules for IPv4/IPv6 subnet literal constants, addresses #888 2012-10-22 15:57:21 -05:00
language.switch-error-mixed Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
language.switch-incomplete Merge remote-tracking branch 'origin/topic/jsiwek/no-switch-fallthrough' 2013-01-23 14:41:23 -08:00
language.switch-statement Finish implementation of script-layer switch statement. Addresses #754. 2012-12-20 12:49:50 -06:00
language.switch-types Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
language.switch-types-error-duplicate Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
language.switch-types-error-unsupported Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
language.switch-types-vars Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
language.table Fix ambiguity between composite table index and record ctor expressions. 2012-11-16 12:43:39 -06:00
language.table-default-record Table lookups return copy of non-const &default vals (addresses #981). 2013-05-03 11:22:15 -05:00
language.table-init Allow local table variables to be initialized with {} list expressions. 2012-01-04 16:44:25 -06:00
language.table-init-attrs Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
language.table-init-container-ctors Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
language.table-init-record-idx Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
language.table-init-record-idx-2 Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
language.table-init-record-idx-3 Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
language.table-init-record-idx-4 Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
language.table-redef Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
language.table-type-checking Add unit tests covering vector/set/table ctors/inits. 2014-03-21 09:22:03 -05:00
language.time Add more language tests 2012-09-04 17:39:00 -05:00
language.timeout Add tests of the Bro scripting language 2012-08-24 11:32:49 -05:00
language.type-cast-any Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
language.type-cast-error-dynamic Fix seg fault on trying to type-cast invalid/nil Broker::Data 2018-08-15 11:02:52 -05:00
language.type-cast-error-static Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
language.type-cast-same Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
language.type-check-any Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
language.type-type-error Improve error for invalid use of types as values (addresses #923). 2012-12-18 14:31:39 -06:00
language.undefined-delete-field Fix crash when deleting non existing record member. 2016-01-12 15:02:20 -08:00
language.uninitialized-local Fix uninitialized locals in event/hook handlers from having a value. 2013-01-17 15:21:50 -06:00
language.uninitialized-local2 BIT-1785: fix scripts able to access uninitialized variables. 2017-02-06 23:30:54 -06:00
language.vector forgot to update test suite results for v += e 2018-07-26 14:35:30 -07:00
language.vector-coerce-expr
language.vector-in-operator BIT-1280: Fix checking vector indices via "in". 2014-10-28 14:21:16 -05:00
language.vector-list-init-records Fix vector initialization for lists of records with optional types. 2011-08-12 23:25:01 -07:00
language.vector-type-checking Add unit tests covering vector/set/table ctors/inits. 2014-03-21 09:22:03 -05:00
language.vector-unspecified Allow iterating over bif functions with result type vector of any. 2014-02-25 15:30:29 -08:00
language.when Fix race condition in language/when.bro test 2012-09-24 18:20:42 -05:00
language.when-unitialized-rhs Fix segfault if when statement's RHS is unitialized. 2014-10-30 12:19:25 -05:00
language.while Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
language.wrong-delete-field Updating tests for the #start/#end change. 2012-07-19 22:28:55 -07:00
language.wrong-record-extension
plugins.bifs-and-scripts Merge remote-tracking branch 'origin/topic/robin/plugin-updates' 2015-02-23 12:20:39 -06:00
plugins.bifs-and-scripts-install Merge remote-tracking branch 'origin/topic/robin/plugin-updates' 2015-02-23 12:20:39 -06:00
plugins.file Changing what's escaped when printing. 2015-04-15 16:59:50 -07:00
plugins.hooks Merge remote-tracking branch 'origin/topic/jsiwek/broker-listen-env' 2018-06-08 16:38:31 +00:00
plugins.init-plugin Merge remote-tracking branch 'origin/topic/robin/plugin-updates' 2015-02-23 12:20:39 -06:00
plugins.logging-hooks Plugin: Add hooks for log init and writing. 2017-04-24 14:02:05 -07:00
plugins.pktdumper Include plugin unit tests into the top-level btest configuration. 2014-10-07 15:33:18 -07:00
plugins.pktsrc Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
plugins.protocol Changing what's escaped when printing. 2015-04-15 16:59:50 -07:00
plugins.reader Use the deterministic bro_random in a test, instead of os random(). 2016-10-06 12:56:52 -07:00
plugins.reporter-hook Add reporter hook. 2017-11-16 13:02:12 -08:00
plugins.writer Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
scripts.base.files.data_event.basic Make "in" keyword work with binary data. 2017-09-18 12:12:38 -07:00
scripts.base.files.entropy.basic Add a file entropy test. 2016-04-13 00:44:02 -04:00
scripts.base.files.extract.limit Extend file extraction log. 2017-01-25 01:16:46 -05:00
scripts.base.files.pe.basic Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.files.unified2.alert Changing what's escaped when printing. 2015-04-15 16:59:50 -07:00
scripts.base.files.x509.1999 Fix parsing of x509 pre-y2k dates 2016-04-26 12:30:28 -07:00
scripts.base.files.x509.signed_certificate_timestamp SCT: Allow verification of SCTs in Certs. 2017-03-29 09:17:24 -07:00
scripts.base.files.x509.signed_certificate_timestamp_ocsp SCT: add validation of proofs for extensions and OCSP. 2017-03-29 09:04:05 -07:00
scripts.base.frameworks.analyzer.schedule-analyzer Moving all analyzers over to new structure. 2013-04-16 20:52:03 -07:00
scripts.base.frameworks.cluster.custom_pool_exclusivity Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
scripts.base.frameworks.cluster.custom_pool_limits Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
scripts.base.frameworks.cluster.log_distribution Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
scripts.base.frameworks.cluster.start-it-up Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
scripts.base.frameworks.cluster.start-it-up-logger Misc. unit test improvements 2018-08-10 16:58:27 -05:00
scripts.base.frameworks.cluster.topic_distribution Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
scripts.base.frameworks.cluster.topic_distribution_bifs Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
scripts.base.frameworks.config.basic Ascii formatter: do not complain about port text. 2018-08-10 11:29:35 -07:00
scripts.base.frameworks.config.basic_cluster Continue work on config framework clusterization. 2018-06-27 10:47:17 -07:00
scripts.base.frameworks.config.cluster_resend Add sending of values to nodes that dropped out. 2018-06-29 13:10:00 -07:00
scripts.base.frameworks.config.read_config Add config framework. 2017-11-29 13:46:59 -08:00
scripts.base.frameworks.config.read_config_cluster Add vector to read_config_cluster test. 2018-07-20 13:41:44 -07:00
scripts.base.frameworks.config.several-files Fixing unstable test. 2018-02-07 14:21:25 -08:00
scripts.base.frameworks.config.updates Fix small bug in config reader. 2018-01-29 14:22:56 -08:00
scripts.base.frameworks.control.configuration_update Reorganizing btest/policy directory to match new scripts/ organization 2011-08-11 10:43:11 -05:00
scripts.base.frameworks.control.id_value Reorganizing btest/policy directory to match new scripts/ organization 2011-08-11 10:43:11 -05:00
scripts.base.frameworks.file-analysis.actions.data_event Changing what's escaped when printing. 2015-04-15 16:59:50 -07:00
scripts.base.frameworks.file-analysis.bifs.file_exists_lookup_file Functions for retrieving files by their id. 2018-01-09 12:16:17 -05:00
scripts.base.frameworks.file-analysis.bifs.register_mime_type Fixing tests 2017-01-25 02:06:35 -05:00
scripts.base.frameworks.file-analysis.bifs.remove_action Changing what's escaped when printing. 2015-04-15 16:59:50 -07:00
scripts.base.frameworks.file-analysis.bifs.set_timeout_interval Merge branch 'topic/robin/ascii-escape-normalization' 2015-04-21 15:59:54 -07:00
scripts.base.frameworks.file-analysis.bifs.stop Updates the files event api and brings file reassembly up to master. 2014-09-26 00:40:37 -04:00
scripts.base.frameworks.file-analysis.big-bof-buffer Fixing tests 2017-01-25 02:06:35 -05:00
scripts.base.frameworks.file-analysis.byteranges Adding test with command line that used to trigger a crash. 2017-01-31 14:52:37 -08:00
scripts.base.frameworks.file-analysis.ftp Updates the files event api and brings file reassembly up to master. 2014-09-26 00:40:37 -04:00
scripts.base.frameworks.file-analysis.http.get Merge branch 'topic/robin/ascii-escape-normalization' 2015-04-21 15:59:54 -07:00
scripts.base.frameworks.file-analysis.http.multipart Merge branch 'topic/robin/ascii-escape-normalization' 2015-04-21 15:59:54 -07:00
scripts.base.frameworks.file-analysis.http.partial-content Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.frameworks.file-analysis.http.pipeline Changing what's escaped when printing. 2015-04-15 16:59:50 -07:00
scripts.base.frameworks.file-analysis.http.post Merge branch 'topic/robin/ascii-escape-normalization' 2015-04-21 15:59:54 -07:00
scripts.base.frameworks.file-analysis.input.basic Updates the files event api and brings file reassembly up to master. 2014-09-26 00:40:37 -04:00
scripts.base.frameworks.file-analysis.irc Changing what's escaped when printing. 2015-04-15 16:59:50 -07:00
scripts.base.frameworks.file-analysis.logging Fixing tests 2017-01-25 02:06:35 -05:00
scripts.base.frameworks.file-analysis.smtp OCSP/TLS/SCT: Fix a number of test failures. 2017-05-06 08:01:20 -07:00
scripts.base.frameworks.input.basic Make parsing of booleans a little bit more lenient. 2018-08-10 10:03:22 -07:00
scripts.base.frameworks.input.bignumber Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.frameworks.input.binary Changing what's escaped when printing. 2015-04-15 16:59:50 -07:00
scripts.base.frameworks.input.config.basic Add config framework. 2017-11-29 13:46:59 -08:00
scripts.base.frameworks.input.config.errors Merge remote-tracking branch 'origin/topic/johanna/config' 2018-02-07 14:10:48 -08:00
scripts.base.frameworks.input.default Fixed &default values ignored by input framework. 2016-06-16 01:02:51 +02:00
scripts.base.frameworks.input.empty-values-hashing Add error events to input framework. 2016-07-22 19:45:28 -07:00
scripts.base.frameworks.input.emptyvals fix crash when all value fields of imported table are uninitialized. 2012-03-22 10:59:36 -07:00
scripts.base.frameworks.input.errors Input: Further small changes to error handling 2016-07-25 15:35:46 -07:00
scripts.base.frameworks.input.event Add error events to input framework. 2016-07-22 19:45:28 -07:00
scripts.base.frameworks.input.invalid-lines Ascii reader error changes - fix small bugs 2017-03-03 12:42:44 -08:00
scripts.base.frameworks.input.invalidnumbers Add error events to input framework. 2016-07-22 19:45:28 -07:00
scripts.base.frameworks.input.invalidset Fix segmentation fault when parsing sets containing invalid elements. 2018-01-29 14:22:44 -08:00
scripts.base.frameworks.input.invalidtext Input: Further small changes to error handling 2016-07-25 15:35:46 -07:00
scripts.base.frameworks.input.missing-enum Tiny fix to correct a warning message. 2017-02-23 23:13:48 -05:00
scripts.base.frameworks.input.missing-file Ascii reader error changes - fix small bugs 2017-03-03 12:42:44 -08:00
scripts.base.frameworks.input.missing-file-initially Sort output of the missing-file-initially.bro test 2018-05-09 14:30:22 -05:00
scripts.base.frameworks.input.onecolumn-norecord make want_record field for tablefilter work... 2011-11-21 15:09:00 -08:00
scripts.base.frameworks.input.onecolumn-record make want_record field for tablefilter work... 2011-11-21 15:09:00 -08:00
scripts.base.frameworks.input.optional Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.frameworks.input.port make test more robust. 2011-12-06 10:50:36 -08:00
scripts.base.frameworks.input.port-embedded Ascii formatter: do not complain about port text. 2018-08-10 11:29:35 -07:00
scripts.base.frameworks.input.predicate add very basic predicate test. 2011-11-21 15:36:03 -08:00
scripts.base.frameworks.input.predicate-stream fix one of the bugs seth found in the input framework. 2012-02-22 10:46:35 -08:00
scripts.base.frameworks.input.predicatemodify Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.frameworks.input.predicatemodifyandreread Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.frameworks.input.predicaterefusesecondsamerecord fix little sneaky bug in input framework with an edge case. 2012-08-04 22:38:26 -07:00
scripts.base.frameworks.input.raw.basic Add error events to input framework. 2016-07-22 19:45:28 -07:00
scripts.base.frameworks.input.raw.execute Add error events to input framework. 2016-07-22 19:45:28 -07:00
scripts.base.frameworks.input.raw.executestdin BIT-1941: improve unit test stability 2018-07-03 15:00:52 -05:00
scripts.base.frameworks.input.raw.executestream BIT-1941: improve unit test stability 2018-07-03 15:00:52 -05:00
scripts.base.frameworks.input.raw.long small fixes. 2013-05-27 22:59:27 -07:00
scripts.base.frameworks.input.raw.offset Fix offset=-1 (eof) for raw reader 2015-09-16 15:16:04 -07:00
scripts.base.frameworks.input.raw.rereadraw Add error events to input framework. 2016-07-22 19:45:28 -07:00
scripts.base.frameworks.input.raw.stderr Improve an input framework unit test 2018-07-17 17:51:52 -05:00
scripts.base.frameworks.input.raw.streamraw BIT-1941: improve unit test stability 2018-07-03 15:00:52 -05:00
scripts.base.frameworks.input.repeat Updating input framework unit tests. 2012-06-29 12:50:57 -05:00
scripts.base.frameworks.input.reread Add error events to input framework. 2016-07-22 19:45:28 -07:00
scripts.base.frameworks.input.set Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.frameworks.input.setseparator Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.frameworks.input.setspecialcases Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.frameworks.input.sqlite.basic Baseline updates for the addition of local_resp. 2015-02-23 16:25:11 -08:00
scripts.base.frameworks.input.sqlite.error make sqlite3 executable required and add test-cases for errors 2013-05-14 22:09:46 -07:00
scripts.base.frameworks.input.sqlite.port make sqlite support more or less work for logging and input 2013-01-15 16:01:30 -08:00
scripts.base.frameworks.input.sqlite.types Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.frameworks.input.stream Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.frameworks.input.subrecord Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.frameworks.input.subrecord-event Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.frameworks.input.tableevent Fix race-condition in table-event test. 2013-03-07 20:28:18 -08:00
scripts.base.frameworks.input.twotables Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.frameworks.input.unsupported_types Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.frameworks.input.windows Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.frameworks.intel.cluster-transparency Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
scripts.base.frameworks.intel.cluster-transparency-with-proxy Change Intel framework to round-robin insertion events across proxies 2018-05-24 14:36:22 -05:00
scripts.base.frameworks.intel.expire-item Add subnet intel expiration to a test. 2018-04-27 19:55:22 -04:00
scripts.base.frameworks.intel.input-and-match Refactored FAF integration of intel framework. 2016-06-15 21:56:53 +02:00
scripts.base.frameworks.intel.match-subnet Tiny scoping updates and test baseline updates for Intel framework. 2016-08-05 09:29:23 -04:00
scripts.base.frameworks.intel.read-file-dist-cluster Refactored FAF integration of intel framework. 2016-06-15 21:56:53 +02:00
scripts.base.frameworks.intel.remove-item-cluster Refactored FAF integration of intel framework. 2016-06-15 21:56:53 +02:00
scripts.base.frameworks.intel.remove-non-existing Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
scripts.base.frameworks.intel.updated-match Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
scripts.base.frameworks.logging.adapt-filter Changing the start/end markers in logs to open/close now reflecting 2012-07-27 12:15:21 -07:00
scripts.base.frameworks.logging.ascii-binary Changing the start/end markers in logs to open/close now reflecting 2012-07-27 12:15:21 -07:00
scripts.base.frameworks.logging.ascii-double Fix ASCII logging of very large values of type "double" 2017-11-06 14:01:07 -06:00
scripts.base.frameworks.logging.ascii-empty Updating tests for the #start/#end change. 2012-07-19 22:28:55 -07:00
scripts.base.frameworks.logging.ascii-escape Tests updates for recent open/close log change. 2012-07-27 12:39:11 -07:00
scripts.base.frameworks.logging.ascii-escape-binary In bifs, change ODesc objects to have RAW_STYLE. 2015-04-16 21:50:50 -07:00
scripts.base.frameworks.logging.ascii-escape-empty-str Escape the empty indicator in logs if it occurs literally as a field's 2016-07-05 16:34:24 -07:00
scripts.base.frameworks.logging.ascii-escape-notset-str Changing the start/end markers in logs to open/close now reflecting 2012-07-27 12:15:21 -07:00
scripts.base.frameworks.logging.ascii-escape-odd-url Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.frameworks.logging.ascii-escape-set-separator Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.frameworks.logging.ascii-gz Add gzip log writing to the ascii writer. 2017-04-24 13:15:32 -07:00
scripts.base.frameworks.logging.ascii-json Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.frameworks.logging.ascii-json-iso-timestamps Added an option to the JSON formatter to use ISO 8601 for timestamps. 2014-03-10 14:22:35 -04:00
scripts.base.frameworks.logging.ascii-json-optional Merge branch 'master' of https://github.com/aeppert/bro 2015-10-26 16:52:47 -07:00
scripts.base.frameworks.logging.ascii-line-like-comment Changing the start/end markers in logs to open/close now reflecting 2012-07-27 12:15:21 -07:00
scripts.base.frameworks.logging.ascii-options Updating tests for the #start/#end change. 2012-07-19 22:28:55 -07:00
scripts.base.frameworks.logging.ascii-timestamps Changing the start/end markers in logs to open/close now reflecting 2012-07-27 12:15:21 -07:00
scripts.base.frameworks.logging.ascii-tsv Renaming ASCII writer filter option 'only_single_header_row' to 'tsv'. 2012-12-03 14:40:38 -08:00
scripts.base.frameworks.logging.attr Changing the start/end markers in logs to open/close now reflecting 2012-07-27 12:15:21 -07:00
scripts.base.frameworks.logging.attr-extend Changing the start/end markers in logs to open/close now reflecting 2012-07-27 12:15:21 -07:00
scripts.base.frameworks.logging.empty-event Changing the start/end markers in logs to open/close now reflecting 2012-07-27 12:15:21 -07:00
scripts.base.frameworks.logging.enable-stream Logging: implement get_filter_names and small fixes. 2018-01-17 09:47:20 -08:00
scripts.base.frameworks.logging.events Updating tests for the #start/#end change. 2012-07-19 22:28:55 -07:00
scripts.base.frameworks.logging.exclude Changing the start/end markers in logs to open/close now reflecting 2012-07-27 12:15:21 -07:00
scripts.base.frameworks.logging.field-extension Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
scripts.base.frameworks.logging.field-extension-cluster Actually check if the number of fields in a write are equal to the 2016-09-22 16:43:37 -07:00
scripts.base.frameworks.logging.field-extension-cluster-error Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
scripts.base.frameworks.logging.field-extension-complex Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
scripts.base.frameworks.logging.field-extension-invalid Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
scripts.base.frameworks.logging.field-extension-optional Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
scripts.base.frameworks.logging.field-extension-table Log extensions: series of small fixes and new tests. 2016-08-10 14:14:03 -07:00
scripts.base.frameworks.logging.field-name-map Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
scripts.base.frameworks.logging.file Changing the start/end markers in logs to open/close now reflecting 2012-07-27 12:15:21 -07:00
scripts.base.frameworks.logging.include Changing the start/end markers in logs to open/close now reflecting 2012-07-27 12:15:21 -07:00
scripts.base.frameworks.logging.none-debug Extending the log writer DoInit() API. 2012-06-21 17:42:33 -07:00
scripts.base.frameworks.logging.path-func Changing the start/end markers in logs to open/close now reflecting 2012-07-27 12:15:21 -07:00
scripts.base.frameworks.logging.path-func-column-demote Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.frameworks.logging.pred Changing the start/end markers in logs to open/close now reflecting 2012-07-27 12:15:21 -07:00
scripts.base.frameworks.logging.remove Logging: implement get_filter_names and small fixes. 2018-01-17 09:47:20 -08:00
scripts.base.frameworks.logging.rotate Changing the start/end markers in logs to open/close now reflecting 2012-07-27 12:15:21 -07:00
scripts.base.frameworks.logging.rotate-custom Changing the start/end markers in logs to open/close now reflecting 2012-07-27 12:15:21 -07:00
scripts.base.frameworks.logging.scope_sep Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
scripts.base.frameworks.logging.scope_sep_and_field_name_map Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
scripts.base.frameworks.logging.sqlite.error rename the dbname configuration option to tablename. 2013-10-17 12:24:40 -07:00
scripts.base.frameworks.logging.sqlite.set Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.frameworks.logging.sqlite.simultaneous-writes Enable SQLite shared cache mode. 2016-07-21 12:10:20 -07:00
scripts.base.frameworks.logging.sqlite.types Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.frameworks.logging.sqlite.wikipedia Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
scripts.base.frameworks.logging.stdout Changing the start/end markers in logs to open/close now reflecting 2012-07-27 12:15:21 -07:00
scripts.base.frameworks.logging.test-logging Changing the start/end markers in logs to open/close now reflecting 2012-07-27 12:15:21 -07:00
scripts.base.frameworks.logging.types Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.frameworks.logging.unset-record Changing the start/end markers in logs to open/close now reflecting 2012-07-27 12:15:21 -07:00
scripts.base.frameworks.logging.vec Changing the start/end markers in logs to open/close now reflecting 2012-07-27 12:15:21 -07:00
scripts.base.frameworks.logging.writer-path-conflict Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.frameworks.netcontrol.acld Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
scripts.base.frameworks.netcontrol.acld-hook Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
scripts.base.frameworks.netcontrol.basic NetControl: add rule exists as state besides added and failure. 2016-03-24 15:06:07 -07:00
scripts.base.frameworks.netcontrol.basic-cluster BIT-1941: improve unit test stability 2018-07-03 15:00:52 -05:00
scripts.base.frameworks.netcontrol.broker Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
scripts.base.frameworks.netcontrol.catch-and-release NetControl: allow reasons in remove_rule calls. 2016-08-05 10:49:09 -07:00
scripts.base.frameworks.netcontrol.catch-and-release-2 NetControl: allow reasons in remove_rule calls. 2016-08-05 10:49:09 -07:00
scripts.base.frameworks.netcontrol.catch-and-release-forgotten NetControl: allow reasons in remove_rule calls. 2016-08-05 10:49:09 -07:00
scripts.base.frameworks.netcontrol.delete-internal-state NetControl: allow reasons in remove_rule calls. 2016-08-05 10:49:09 -07:00
scripts.base.frameworks.netcontrol.duplicate Rewrite internal handling of rules. 2016-03-09 15:43:47 -08:00
scripts.base.frameworks.netcontrol.find-rules Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.frameworks.netcontrol.hook Rewrite internal handling of rules. 2016-03-09 15:43:47 -08:00
scripts.base.frameworks.netcontrol.multiple NetControl: add rule exists as state besides added and failure. 2016-03-24 15:06:07 -07:00
scripts.base.frameworks.netcontrol.openflow NetControl: add rule exists as state besides added and failure. 2016-03-24 15:06:07 -07:00
scripts.base.frameworks.netcontrol.packetfilter Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
scripts.base.frameworks.netcontrol.quarantine-openflow NetControl: add rule exists as state besides added and failure. 2016-03-24 15:06:07 -07:00
scripts.base.frameworks.netcontrol.timeout Rewrite internal handling of rules. 2016-03-09 15:43:47 -08:00
scripts.base.frameworks.notice.cluster Change #types description of sets to set 2014-04-01 16:25:47 -07:00
scripts.base.frameworks.notice.mail-alarms Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.frameworks.notice.suppression Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
scripts.base.frameworks.notice.suppression-cluster Change #types description of sets to set 2014-04-01 16:25:47 -07:00
scripts.base.frameworks.openflow.broker-basic Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
scripts.base.frameworks.openflow.log-basic Update OpenFlow API and events. 2016-02-11 13:10:40 -08:00
scripts.base.frameworks.openflow.log-cluster Update OpenFlow API and events. 2016-02-11 13:10:40 -08:00
scripts.base.frameworks.openflow.ryu-basic Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.frameworks.reporter.disable-stderr Updating baselines. 2012-08-10 13:25:18 -07:00
scripts.base.frameworks.reporter.stderr Change reporter messages to more reliably print to stderr. 2013-01-18 12:46:00 -06:00
scripts.base.frameworks.software.version-parsing Several fixes and improvements for software version parsing. 2017-07-13 02:22:03 -04:00
scripts.base.frameworks.sumstats.basic Fix problems with SumStats non-cluster.bro script 2018-01-18 11:14:39 -06:00
scripts.base.frameworks.sumstats.basic-cluster Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.frameworks.sumstats.cluster-intermediate-update Updates for SumStats API to deal with high memory stats. 2013-08-02 12:44:33 -04:00
scripts.base.frameworks.sumstats.on-demand Updates for SumStats API to deal with high memory stats. 2013-08-02 12:44:33 -04:00
scripts.base.frameworks.sumstats.on-demand-cluster Updates for SumStats API to deal with high memory stats. 2013-08-02 12:44:33 -04:00
scripts.base.frameworks.sumstats.sample Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.frameworks.sumstats.sample-cluster Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.frameworks.sumstats.thresholding Updating tests for HLL merge. 2013-08-31 11:17:49 -07:00
scripts.base.frameworks.sumstats.topk topk for sumstats 2013-04-23 15:19:01 -07:00
scripts.base.frameworks.sumstats.topk-cluster add topk cluster test 2013-04-24 15:30:24 -07:00
scripts.base.misc.find-filtered-trace Add script to detect filtered TCP traces, addresses BIT-1119. 2014-01-31 17:04:58 -06:00
scripts.base.misc.version Version parsing scripts now supports several beta versions. 2016-11-01 11:19:14 -07:00
scripts.base.misc.version-2 Add convenient way to access version information to Bro. 2016-09-29 12:45:48 -07:00
scripts.base.protocols.arp.bad Add bad ARP tests 2018-05-18 17:39:53 +02:00
scripts.base.protocols.arp.basic ARP: remove unnecessary variables and add testcase 2016-04-27 06:51:04 -07:00
scripts.base.protocols.arp.radiotap Add tests for ARP in 802.11 (w & w/o RadioTAP) 2018-05-15 18:15:17 +02:00
scripts.base.protocols.arp.wlanmon Add tests for ARP in 802.11 (w & w/o RadioTAP) 2018-05-15 18:15:17 +02:00
scripts.base.protocols.conn.contents-default-extract Change IPv6 address/prefix output format to be bracketed. 2012-05-04 11:21:18 -05:00
scripts.base.protocols.conn.new_connection_contents Fix duplication of new_connection_contents event 2016-05-17 10:32:13 -07:00
scripts.base.protocols.conn.polling Add an example of a GridFTP data channel detection script. 2012-10-01 12:32:24 -05:00
scripts.base.protocols.conn.threshold Add high level api for thresholding that holds lists of thresholds 2015-04-17 06:57:58 -07:00
scripts.base.protocols.dce-rpc.mapi Fixes for DCE_RPC analyzer 2016-10-08 10:00:26 -04:00
scripts.base.protocols.dhcp.dhcp-ack-msg-types Rework to the DHCP analyzer. 2018-03-01 08:36:32 -08:00
scripts.base.protocols.dhcp.dhcp-all-msg-types Rework to the DHCP analyzer. 2018-03-01 08:36:32 -08:00
scripts.base.protocols.dhcp.dhcp-discover-msg-types Rework to the DHCP analyzer. 2018-03-01 08:36:32 -08:00
scripts.base.protocols.dhcp.dhcp-sub-opts Rework to the DHCP analyzer. 2018-03-01 08:36:32 -08:00
scripts.base.protocols.dhcp.inform Rework to the DHCP analyzer. 2018-03-01 08:36:32 -08:00
scripts.base.protocols.dnp3.dnp3_del_measure Update &check'd fields in various protocol parsers 2018-04-18 18:16:34 -05:00
scripts.base.protocols.dnp3.dnp3_en_spon Update &check'd fields in various protocol parsers 2018-04-18 18:16:34 -05:00
scripts.base.protocols.dnp3.dnp3_file_del Update &check'd fields in various protocol parsers 2018-04-18 18:16:34 -05:00
scripts.base.protocols.dnp3.dnp3_file_read Update &check'd fields in various protocol parsers 2018-04-18 18:16:34 -05:00
scripts.base.protocols.dnp3.dnp3_file_write Update &check'd fields in various protocol parsers 2018-04-18 18:16:34 -05:00
scripts.base.protocols.dnp3.dnp3_link_only Update &check'd fields in various protocol parsers 2018-04-18 18:16:34 -05:00
scripts.base.protocols.dnp3.dnp3_read Update &check'd fields in various protocol parsers 2018-04-18 18:16:34 -05:00
scripts.base.protocols.dnp3.dnp3_rec_time Update &check'd fields in various protocol parsers 2018-04-18 18:16:34 -05:00
scripts.base.protocols.dnp3.dnp3_select_operate Update &check'd fields in various protocol parsers 2018-04-18 18:16:34 -05:00
scripts.base.protocols.dnp3.dnp3_udp_en_spon Update &check'd fields in various protocol parsers 2018-04-18 18:16:34 -05:00
scripts.base.protocols.dnp3.dnp3_udp_read Update &check'd fields in various protocol parsers 2018-04-18 18:16:34 -05:00
scripts.base.protocols.dnp3.dnp3_udp_select_operate Update &check'd fields in various protocol parsers 2018-04-18 18:16:34 -05:00
scripts.base.protocols.dnp3.dnp3_udp_write Update &check'd fields in various protocol parsers 2018-04-18 18:16:34 -05:00
scripts.base.protocols.dnp3.dnp3_write Update &check'd fields in various protocol parsers 2018-04-18 18:16:34 -05:00
scripts.base.protocols.dnp3.events Update &check'd fields in various protocol parsers 2018-04-18 18:16:34 -05:00
scripts.base.protocols.dns.caa Add DNS tests for huge TLL and CAA 2016-04-25 15:43:20 -07:00
scripts.base.protocols.dns.dns-key Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.dns.duplicate-reponses Remove some DNS weirds that caused volume and didn't help anyone. 2017-12-13 15:00:15 -05:00
scripts.base.protocols.dns.flip Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.dns.huge-ttl Add DNS tests for huge TLL and CAA 2016-04-25 15:43:20 -07:00
scripts.base.protocols.dns.multiple-txt-strings Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.dns.tsig Changing what's escaped when printing. 2015-04-15 16:59:50 -07:00
scripts.base.protocols.dns.zero-responses Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.ftp.cwd-navigation Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
scripts.base.protocols.ftp.ftp-get-file-size Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.ftp.ftp-ipv4 Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
scripts.base.protocols.ftp.ftp-ipv6 Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
scripts.base.protocols.ftp.gridftp Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
scripts.base.protocols.http.100-continue Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.http.101-switching-protocols HTTP: Recognize and skip upgrade/websocket connections. 2017-08-04 07:04:28 -07:00
scripts.base.protocols.http.content-range-gap Fix file analysis placement of data after gap in HTTP Content-Range. 2014-09-11 12:25:43 -05:00
scripts.base.protocols.http.content-range-less-than-len BIT-1926: add unit tests for misc. HTTP patches 2018-05-08 15:39:27 -05:00
scripts.base.protocols.http.entity-gap Changing what's escaped when printing. 2015-04-15 16:59:50 -07:00
scripts.base.protocols.http.entity-gap2 Changing what's escaped when printing. 2015-04-15 16:59:50 -07:00
scripts.base.protocols.http.fake-content-length BIT-1926: add unit tests for misc. HTTP patches 2018-05-08 15:39:27 -05:00
scripts.base.protocols.http.http-bad-request-with-version Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.http.http-connect Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
scripts.base.protocols.http.http-connect-with-header Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
scripts.base.protocols.http.http-filename Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.http.http-methods Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.http.http-pipelining Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.http.missing-zlib-header Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.http.multipart-extract Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.http.no-uri Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.http.no-version Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.http.percent-end-of-line Better handling of % at end of line. 2017-07-27 22:04:47 -07:00
scripts.base.protocols.http.x-gzip BIT-1926: add unit tests for misc. HTTP patches 2018-05-08 15:39:27 -05:00
scripts.base.protocols.imap.capabilities Add support of getting server capabilities to IMAP parser. 2015-07-23 11:15:57 -07:00
scripts.base.protocols.imap.starttls Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
scripts.base.protocols.irc.basic Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
scripts.base.protocols.irc.events Merge branch 'master' of https://github.com/marktayl/bro 2016-02-12 18:55:25 -08:00
scripts.base.protocols.irc.longline add a max_line_length flag to ContentLine_Analyzer 2017-11-03 16:25:26 -04:00
scripts.base.protocols.irc.starttls Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
scripts.base.protocols.krb.kinit KRB: do not set authentication info to nouser. 2018-06-01 12:32:34 -07:00
scripts.base.protocols.krb.smb2_krb Add krb unit test 2018-05-10 10:14:30 -04:00
scripts.base.protocols.krb.smb2_krb_nokeytab KRB: do not set keytab by default. 2018-06-01 12:46:26 -07:00
scripts.base.protocols.krb.smb_gssapi Added and verified correct test results 2017-09-17 21:25:59 +00:00
scripts.base.protocols.krb.tgs Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.modbus.coil_parsing_big Add some documentation for modbus data types. 2016-06-18 01:46:07 -04:00
scripts.base.protocols.modbus.coil_parsing_small Add some documentation for modbus data types. 2016-06-18 01:46:07 -04:00
scripts.base.protocols.modbus.events Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
scripts.base.protocols.modbus.exception_handling Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.modbus.length_mismatch Update test baseline for binpac changes 2018-05-22 12:46:30 -05:00
scripts.base.protocols.modbus.policy Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.modbus.register_parsing Convert some BinPAC &check expressions to &enforce 2018-04-19 14:07:40 -05:00
scripts.base.protocols.mount.basic Add unit tests for new MOUNT events -- mount_proc_mnt, mount_proc_umnt, 2018-01-11 17:00:15 -05:00
scripts.base.protocols.mysql.auth Fixes for MySQL and SMB protocol parsers 2018-05-18 10:31:36 -05:00
scripts.base.protocols.mysql.wireshark Fixes for MySQL and SMB protocol parsers 2018-05-18 10:31:36 -05:00
scripts.base.protocols.ncp.event Migrate NCP analyzer to use latest analyzer API 2018-05-22 16:27:07 -05:00
scripts.base.protocols.ncp.frame_size_tuning Add NCP::max_frame_size tuning option 2018-05-22 18:27:52 -05:00
scripts.base.protocols.nfs.basic Format print nfs units tests to improve output readability. Add unit 2018-01-11 17:02:47 -05:00
scripts.base.protocols.pop3.starttls Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
scripts.base.protocols.radius.auth Rework the RADIUS base script. 2017-02-20 00:07:14 -05:00
scripts.base.protocols.radius.radius-multiple-attempts Rework the RADIUS base script. 2017-02-20 00:07:14 -05:00
scripts.base.protocols.rdp.rdp-proprietary-encryption Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.rdp.rdp-to-ssl Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.rdp.rdp-x509 Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.rfb.rfb-apple-remote-desktop Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.rfb.vnc-mac-to-linux Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.sip.wireshark Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.smb.raw-ntlm Including a test for raw NTLM in SMB 2016-10-26 10:41:08 -04:00
scripts.base.protocols.smb.smb1 Merge remote-tracking branch 'origin/master' into topic/seth/smb 2016-08-08 15:46:49 -04:00
scripts.base.protocols.smb.smb1-transaction-dcerpc Merge remote-tracking branch 'origin/master' into topic/seth/smb 2016-08-08 15:46:49 -04:00
scripts.base.protocols.smb.smb1-transaction-request add test for smb1_com_transaction_request event changes 2018-01-12 13:00:05 +01:00
scripts.base.protocols.smb.smb1-transaction-response add test for smb1_com_transaction_response event changes 2018-01-19 14:29:31 +01:00
scripts.base.protocols.smb.smb1-transaction-secondary-request add test for smb1_com_transaction_secondary_request event changes 2018-01-19 14:29:09 +01:00
scripts.base.protocols.smb.smb1-transaction2-request add test for smb1_com_transaction2_request event changes 2018-01-19 14:29:20 +01:00
scripts.base.protocols.smb.smb1-transaction2-secondary-request add test for smb1_com_transaction2_secondary_request event changes 2018-01-19 14:29:26 +01:00
scripts.base.protocols.smb.smb2 Add unit tests for new SMB2 event -- smb2_file_sattr. 2018-04-04 16:55:10 -04:00
scripts.base.protocols.smtp.attachment Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.smtp.basic Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.smtp.one-side Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.smtp.starttls Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.snmp.snmp-addr Correct endianness of IP addresses in SNMP. 2016-07-26 15:02:11 -07:00
scripts.base.protocols.snmp.v1 Correct endianness of IP addresses in SNMP. 2016-07-26 15:02:11 -07:00
scripts.base.protocols.snmp.v2 Add SNMP datagram parsing support. 2014-02-18 14:41:32 -06:00
scripts.base.protocols.snmp.v3 Changing what's escaped when printing. 2015-04-15 16:59:50 -07:00
scripts.base.protocols.socks.socks-auth Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.socks.socks-auth-2 Do not log SOCKS passwords by default. 2017-12-01 14:36:57 -08:00
scripts.base.protocols.socks.trace1 Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.socks.trace2 Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.socks.trace3 Changing the start/end markers in logs to open/close now reflecting 2012-07-27 12:15:21 -07:00
scripts.base.protocols.ssh.basic Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
scripts.base.protocols.ssh.curve25519_kex Add btest for new SSH curve25519 KEX 2017-10-05 14:36:13 -05:00
scripts.base.protocols.ssh.one-auth-fail-only Merge remote-tracking branch 'origin/topic/vladg/bit-1641' 2016-10-18 21:57:27 -04:00
scripts.base.protocols.ssl.basic Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.ssl.common_name Do not log common name by default (it is most interesting for scripts) 2015-03-03 16:38:25 -08:00
scripts.base.protocols.ssl.cve-2015-3194 Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.ssl.dhe Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.ssl.dpd SSL: update dpd signature for TLS1.3 2017-04-05 08:58:08 -07:00
scripts.base.protocols.ssl.dtls Make parsing of ServerKeyExchange work for D(TLS) < 1.2. 2017-11-30 12:20:45 -08:00
scripts.base.protocols.ssl.dtls-stun-dpd Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.ssl.ecdhe Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.ssl.ecdsa Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.ssl.fragment Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.ssl.handshake-events Add two more ssl events - one triggered for each handshake message and one 2014-06-06 12:50:54 -07:00
scripts.base.protocols.ssl.keyexchange Make parsing of ServerKeyExchange work for D(TLS) < 1.2. 2017-11-30 12:20:45 -08:00
scripts.base.protocols.ssl.ocsp-http-get Fix small OCSP parser bug. 2017-09-11 09:26:33 -07:00
scripts.base.protocols.ssl.ocsp-request-only Fix small OCSP parser bug. 2017-09-11 09:26:33 -07:00
scripts.base.protocols.ssl.ocsp-request-response Fix small OCSP parser bug. 2017-09-11 09:26:33 -07:00
scripts.base.protocols.ssl.ocsp-response-only Fix small OCSP parser bug. 2017-09-11 09:26:33 -07:00
scripts.base.protocols.ssl.ocsp-revoked Fix small OCSP parser bug. 2017-09-11 09:26:33 -07:00
scripts.base.protocols.ssl.ocsp-stapling Implement verification of OCSP replies. 2014-05-16 10:32:08 -07:00
scripts.base.protocols.ssl.signed_certificate_timestamp Make parsing of ServerKeyExchange work for D(TLS) < 1.2. 2017-11-30 12:20:45 -08:00
scripts.base.protocols.ssl.tls-1.2 Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.ssl.tls-1.2-ciphers Change ciphers in changes ciphers from a set to a vector. 2013-12-04 11:38:15 -08:00
scripts.base.protocols.ssl.tls-1.2-handshake-failure Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.ssl.tls-1.2-random Changing what's escaped when printing. 2015-04-15 16:59:50 -07:00
scripts.base.protocols.ssl.tls-extension-events Add support for two TLS 1.3 extensions. 2017-04-05 11:55:40 -07:00
scripts.base.protocols.ssl.tls1_1 Make parsing of ServerKeyExchange work for D(TLS) < 1.2. 2017-11-30 12:20:45 -08:00
scripts.base.protocols.ssl.tls13 TLS 1.3 support. 2016-10-07 12:51:43 -07:00
scripts.base.protocols.ssl.tls13-experiment Recognize TLS 1.3 negotiation correctly. 2018-03-27 14:58:06 -07:00
scripts.base.protocols.ssl.tls13-version Recognize TLS 1.3 negotiation correctly. 2018-03-27 14:58:06 -07:00
scripts.base.protocols.ssl.x509-invalid-extension Fix read at invalid address in X509 extension parser. 2018-06-04 12:05:56 -07:00
scripts.base.protocols.ssl.x509_extensions Changing what's escaped when printing. 2015-04-15 16:59:50 -07:00
scripts.base.protocols.syslog.trace Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.tcp.pending Fix behavior of connection_pending event 2016-07-26 15:49:51 -07:00
scripts.base.protocols.xmpp.client-dpd Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.xmpp.server-dialback-dpd Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.protocols.xmpp.starttls Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
scripts.base.utils.active-http Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.utils.addrs Deprecate split* family of BIFs. 2015-01-21 15:34:42 -06:00
scripts.base.utils.conn-ids Reorganizing btest/policy directory to match new scripts/ organization 2011-08-11 10:43:11 -05:00
scripts.base.utils.decompose_uri Changing what's escaped when printing. 2015-04-15 16:59:50 -07:00
scripts.base.utils.dir Exec module changes/fixes. 2013-07-23 14:16:39 -05:00
scripts.base.utils.directions-and-hosts Reorganizing btest/policy directory to match new scripts/ organization 2011-08-11 10:43:11 -05:00
scripts.base.utils.exec Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.utils.files extract_filename_from_content_disposition is still hacky but more closely aligns with RFC5987 2013-07-09 14:05:36 -04:00
scripts.base.utils.hash_hrw Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
scripts.base.utils.json Fix to_json() to not lose precision for values of type double 2017-02-02 13:03:05 -06:00
scripts.base.utils.numbers Reorganizing btest/policy directory to match new scripts/ organization 2011-08-11 10:43:11 -05:00
scripts.base.utils.paths Reorganizing btest/policy directory to match new scripts/ organization 2011-08-11 10:43:11 -05:00
scripts.base.utils.pattern Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.utils.queue Fixed the measurement "sample" plugin. 2013-04-02 00:19:06 -04:00
scripts.base.utils.site Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.base.utils.strings Changing what's escaped when printing. 2015-04-15 16:59:50 -07:00
scripts.base.utils.thresholds Reorganizing btest/policy directory to match new scripts/ organization 2011-08-11 10:43:11 -05:00
scripts.base.utils.urls Updates for the urls.bro script. Fixes BIT-1404. 2015-06-01 11:38:26 -04:00
scripts.check-test-all-policy Reorganizing btest/policy directory to match new scripts/ organization 2011-08-11 10:43:11 -05:00
scripts.policy.frameworks.intel.seen.certs OCSP/TLS/SCT: Fix a number of test failures. 2017-05-06 08:01:20 -07:00
scripts.policy.frameworks.intel.seen.smtp Tiny scoping updates and test baseline updates for Intel framework. 2016-08-05 09:29:23 -04:00
scripts.policy.frameworks.intel.whitelisting Tiny scoping updates and test baseline updates for Intel framework. 2016-08-05 09:29:23 -04:00
scripts.policy.frameworks.software.version-changes Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
scripts.policy.frameworks.software.vulnerable Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
scripts.policy.misc.dump-events OCSP/TLS/SCT: Fix a number of test failures. 2017-05-06 08:01:20 -07:00
scripts.policy.protocols.conn.known-hosts Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.policy.protocols.conn.known-services Change #types description of sets to set 2014-04-01 16:25:47 -07:00
scripts.policy.protocols.conn.mac-logging Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
scripts.policy.protocols.conn.vlan-logging Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
scripts.policy.protocols.http.flash-version Adding tests for Flash version parsing and plugin detection. 2015-07-30 07:23:14 -07:00
scripts.policy.protocols.http.header-names Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.policy.protocols.http.test-sql-injection-regex Reorganizing btest/policy directory to match new scripts/ organization 2011-08-11 10:43:11 -05:00
scripts.policy.protocols.krb.ticket-logging I missed one test I needed to update for the kerberos commit that I just pushed. 2017-02-22 00:02:51 -05:00
scripts.policy.protocols.ssh.detect-bruteforcing Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
scripts.policy.protocols.ssl.expiring-certs Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
scripts.policy.protocols.ssl.extract-certs-pem Finishing touches of the x509 file analyzer. 2014-03-13 15:21:30 -07:00
scripts.policy.protocols.ssl.heartbleed Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
scripts.policy.protocols.ssl.known-certs Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.policy.protocols.ssl.log-hostcerts-only Fix x509 certificate Version (the +1 was missing...). 2014-03-19 21:46:19 -07:00
scripts.policy.protocols.ssl.validate-certs Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.policy.protocols.ssl.validate-certs-no-cache Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.policy.protocols.ssl.validate-ocsp Baseline updates after hash function change. 2016-07-13 10:11:37 -07:00
scripts.policy.protocols.ssl.validate-sct SCT: Add signed certificate timestamp validation script. 2017-03-29 09:17:30 -07:00
scripts.policy.protocols.ssl.weak-keys Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
signatures.bad-eval-condition Add type checking for signature 'eval' condition functions. 2012-08-23 11:52:39 -05:00
signatures.dpd Test-suite passes. 2013-03-26 15:40:23 -07:00
signatures.dst-ip-cidr-v4 Fix a couple of problems with signature matching. 2016-10-19 14:23:43 -07:00
signatures.dst-ip-header-condition-v4 Add IPv6 support to signature header conditions. 2012-10-17 11:11:51 -05:00
signatures.dst-ip-header-condition-v4-masks Add IPv6 support to signature header conditions. 2012-10-17 11:11:51 -05:00
signatures.dst-ip-header-condition-v6 Add IPv6 support to signature header conditions. 2012-10-17 11:11:51 -05:00
signatures.dst-ip-header-condition-v6-masks Add IPv6 support to signature header conditions. 2012-10-17 11:11:51 -05:00
signatures.dst-port-header-condition Add IPv6 support to signature header conditions. 2012-10-17 11:11:51 -05:00
signatures.eval-condition Make tunnel_parents in conn.log optional. 2018-01-12 13:46:00 -08:00
signatures.eval-condition-no-return-value Fix segmentation fault on eval condition with no return value. 2017-09-19 09:23:09 -07:00
signatures.header-header-condition Add IPv6 support to signature header conditions. 2012-10-17 11:11:51 -05:00
signatures.id-lookup Fix signatures that use identifiers of type table. 2013-09-05 13:01:40 -05:00
signatures.ip-proto-header-condition Add IPv6 support to signature header conditions. 2012-10-17 11:11:51 -05:00
signatures.load-sigs Fix assignments to event arguments becoming visible to subsequent 2017-10-27 13:28:48 -07:00
signatures.src-ip-header-condition-v4 Add IPv6 support to signature header conditions. 2012-10-17 11:11:51 -05:00
signatures.src-ip-header-condition-v4-masks Add IPv6 support to signature header conditions. 2012-10-17 11:11:51 -05:00
signatures.src-ip-header-condition-v6 Add IPv6 support to signature header conditions. 2012-10-17 11:11:51 -05:00
signatures.src-ip-header-condition-v6-masks Add IPv6 support to signature header conditions. 2012-10-17 11:11:51 -05:00
signatures.src-port-header-condition Add IPv6 support to signature header conditions. 2012-10-17 11:11:51 -05:00
signatures.udp-packetwise-match Sorting test output for stability. 2015-04-09 15:22:59 -07:00
signatures.udp-payload-size Fix a couple of problems with signature matching. 2016-10-19 14:23:43 -07:00