zeek/scripts/policy
Jon Siwek 613b27eec7 GH-1080: Rename conflicting NetControl::DROP enum definitions
``NetControl::DROP`` had 3 conflicting definitions that could potentially
be used incorrectly without any warnings or type-checking errors.
Such enum redefinition conflicts are now caught and treated as errors,
so the ``NetControl::DROP`` enums had to be renamed:

* The use as enum of type ``Log::ID`` is renamed to ``NetControl::DROP_LOG``

* The use as enum of type ``NetControl::CatchReleaseInfo`` is renamed to
  ``NetControl::DROP_REQUESTED``

* The use as enum of type ``NetControl::RuleType`` is unchanged and still
  named ``NetControl::DROP``
2020-07-31 16:11:35 -07:00
..
files Use consistent zeek_init priority for Log::create_stream calls 2020-01-22 13:58:20 -08:00
frameworks GH-1080: Rename conflicting NetControl::DROP enum definitions 2020-07-31 16:11:35 -07:00
integration Merge branch 'master' of https://github.com/sfinlon/zeek 2019-07-03 01:58:04 -07:00
misc GH-1019: deprecate icmp_conn params for ICMP events 2020-07-10 11:06:28 -07:00
protocols Merge branch 'dns-original-query-case' of https://github.com/rvictory/zeek 2020-06-26 00:07:02 -07:00
tuning Merge remote-tracking branch 'origin/topic/seth/zeek_init' 2019-04-19 11:24:29 -07:00