mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00

The broxygen-generated files now live in the git repo, have tests that check that they are up-to-date, and a script to re-generate them on-demand.
29 lines
864 B
ReStructuredText
29 lines
864 B
ReStructuredText
:tocdepth: 3
|
|
|
|
base/protocols/irc/dcc-send.bro
|
|
===============================
|
|
.. bro:namespace:: IRC
|
|
|
|
File extraction and introspection for DCC transfers over IRC.
|
|
|
|
There is a major problem with this script in the cluster context because
|
|
we might see A send B a message that a DCC connection is to be expected,
|
|
but that connection will actually be between B and C which could be
|
|
analyzed on a different worker.
|
|
|
|
|
|
:Namespace: IRC
|
|
:Imports: :doc:`base/frameworks/cluster </scripts/base/frameworks/cluster/index>`, :doc:`base/protocols/irc/main.bro </scripts/base/protocols/irc/main.bro>`, :doc:`base/utils/files.bro </scripts/base/utils/files.bro>`
|
|
|
|
Summary
|
|
~~~~~~~
|
|
Redefinitions
|
|
#############
|
|
========================================= =
|
|
:bro:type:`IRC::Info`: :bro:type:`record`
|
|
========================================= =
|
|
|
|
|
|
Detailed Interface
|
|
~~~~~~~~~~~~~~~~~~
|
|
|