zeek/scripts/base/frameworks
Jon Siwek 995368e68c Remove variable content from weird names
This changes many weird names to move non-static content from the
weird name into the "addl" field to help ensure the total number of
weird names is reasonably bounded.  Note the net_weird and flow_weird
events do not have an "addl" parameter, so information may no longer
be available in those cases -- to make it available again we'd need
to either (1) define new events that contain such a parameter, or
(2) change net_weird/flow_weird event signature (which is a breaking
change for user-code at the moment).

Also, the generic handling of binpac exceptions for analyzers which
to not otherwise catch and handle them has been changed from a Weird
to a ProtocolViolation.

Finally, a new "file_weird" event has been added for reporting
weirdness found during file analysis.
2019-04-01 18:30:11 -07:00
..
analyzer Add README files for most Bro frameworks 2013-10-11 00:19:37 -05:00
broker Add Broker::peer_counts_as_iosource option 2019-01-16 19:03:35 -06:00
cluster Migrate table-based for-loops to key-value iteration 2019-03-15 19:54:44 -07:00
config Migrate table-based for-loops to key-value iteration 2019-03-15 19:54:44 -07:00
control Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
dpd Convert more redef-able constants to runtime options 2018-08-24 16:05:44 -05:00
files Convert more redef-able constants to runtime options 2018-08-24 16:05:44 -05:00
input Merge branch 'topic/christian/inputframework-paths' of https://github.com/ckreibich/zeek 2019-03-18 11:48:22 -07:00
intel Added hook to filter intelligence items. 2019-03-24 21:31:48 +01:00
logging BIT-1779: use BRO_LOG_SUFFIX env var in ascii log rotation function 2018-09-05 15:09:57 -05:00
netcontrol improve performance of catch and release script 2019-01-09 13:58:39 -05:00
notice Remove variable content from weird names 2019-04-01 18:30:11 -07:00
openflow reap the fruits of v += e 2018-07-26 12:51:36 -07:00
packet-filter Migrate table-based for-loops to key-value iteration 2019-03-15 19:54:44 -07:00
reporter Merge remote-tracking branch 'origin/topic/johanna/bit-1181' 2016-07-26 14:52:27 -07:00
signatures Convert more redef-able constants to runtime options 2018-08-24 16:05:44 -05:00
software GH-281: Improve parsing of Google Pixel user agent 2019-02-25 14:07:53 -06:00
sumstats Migrate table-based for-loops to key-value iteration 2019-03-15 19:54:44 -07:00
tunnels GH-250: Improve/cleanup VXLAN decapsulation support 2019-03-12 18:15:34 -07:00