zeek/scripts/base
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 X509 caching API change: callback gets entry directly 2020-03-12 11:31:13 -07:00
frameworks GH-1080: Rename conflicting NetControl::DROP enum definitions 2020-07-31 16:11:35 -07:00
misc GH-545: add "addl" parameter to flow_weird and net_weird events 2019-08-20 22:45:22 -04:00
protocols Merge remote-tracking branch 'ronwellman/parse_ecs' 2020-07-24 09:26:06 -07:00
utils Merge remote-tracking branch 'origin/topic/timw/1040-str-split' 2020-07-06 21:06:51 -07:00
init-bare.zeek Merge remote-tracking branch 'ronwellman/parse_ecs' 2020-07-24 09:26:06 -07:00
init-default.zeek Add backtrace() and print_backtrace() 2020-07-03 14:09:31 -07:00
init-frameworks-and-bifs.zeek Add Supervisor BIF/event API skeleton 2019-10-15 12:59:45 -07:00