mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 20:48:21 +00:00
Remove broxygen Sphinx integration
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.
This commit is contained in:
parent
9e5e9d04b7
commit
7e9d48f532
549 changed files with 89909 additions and 100 deletions
57
doc/scripts/base/protocols/ftp/utils.bro.rst
Normal file
57
doc/scripts/base/protocols/ftp/utils.bro.rst
Normal file
|
@ -0,0 +1,57 @@
|
|||
:tocdepth: 3
|
||||
|
||||
base/protocols/ftp/utils.bro
|
||||
============================
|
||||
.. bro:namespace:: FTP
|
||||
|
||||
Utilities specific for FTP processing.
|
||||
|
||||
:Namespace: FTP
|
||||
:Imports: :doc:`base/protocols/ftp/info.bro </scripts/base/protocols/ftp/info.bro>`, :doc:`base/utils/addrs.bro </scripts/base/utils/addrs.bro>`, :doc:`base/utils/paths.bro </scripts/base/utils/paths.bro>`
|
||||
|
||||
Summary
|
||||
~~~~~~~
|
||||
Functions
|
||||
#########
|
||||
================================================== ===========================================================
|
||||
:bro:id:`FTP::build_url`: :bro:type:`function` Creates a URL from an :bro:type:`FTP::Info` record.
|
||||
:bro:id:`FTP::build_url_ftp`: :bro:type:`function` Creates a URL from an :bro:type:`FTP::Info` record.
|
||||
:bro:id:`FTP::describe`: :bro:type:`function` Create an extremely shortened representation of a log line.
|
||||
================================================== ===========================================================
|
||||
|
||||
|
||||
Detailed Interface
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
Functions
|
||||
#########
|
||||
.. bro:id:: FTP::build_url
|
||||
|
||||
:Type: :bro:type:`function` (rec: :bro:type:`FTP::Info`) : :bro:type:`string`
|
||||
|
||||
Creates a URL from an :bro:type:`FTP::Info` record.
|
||||
|
||||
|
||||
:rec: An :bro:type:`FTP::Info` record.
|
||||
|
||||
|
||||
:returns: A URL, not prefixed by ``"ftp://"``.
|
||||
|
||||
.. bro:id:: FTP::build_url_ftp
|
||||
|
||||
:Type: :bro:type:`function` (rec: :bro:type:`FTP::Info`) : :bro:type:`string`
|
||||
|
||||
Creates a URL from an :bro:type:`FTP::Info` record.
|
||||
|
||||
|
||||
:rec: An :bro:type:`FTP::Info` record.
|
||||
|
||||
|
||||
:returns: A URL prefixed with ``"ftp://"``.
|
||||
|
||||
.. bro:id:: FTP::describe
|
||||
|
||||
:Type: :bro:type:`function` (rec: :bro:type:`FTP::Info`) : :bro:type:`string`
|
||||
|
||||
Create an extremely shortened representation of a log line.
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue