mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
Fix formatting in the protocol BiFs docs
This commit is contained in:
parent
8bfb81ca6f
commit
023ea4b588
2 changed files with 17 additions and 18 deletions
|
@ -93,13 +93,12 @@ function get_gap_summary%(%): gap_info
|
|||
##
|
||||
## - ``CONTENTS_NONE``: Stop recording the connection's content.
|
||||
## - ``CONTENTS_ORIG``: Record the data sent by the connection
|
||||
## originator (often the client).
|
||||
## originator (often the client).
|
||||
## - ``CONTENTS_RESP``: Record the data sent by the connection
|
||||
## responder (often the server).
|
||||
## responder (often the server).
|
||||
## - ``CONTENTS_BOTH``: Record the data sent in both directions.
|
||||
## Results in the two directions being
|
||||
## intermixed in the file, in the order the
|
||||
## data was seen by Bro.
|
||||
## Results in the two directions being intermixed in the file,
|
||||
## in the order the data was seen by Bro.
|
||||
##
|
||||
## f: The file handle of the file to write the contents to.
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue