Fix formatting in the protocol BiFs docs

This commit is contained in:
Daniel Thayer 2013-10-18 19:36:37 -05:00
parent 8bfb81ca6f
commit 023ea4b588
2 changed files with 17 additions and 18 deletions

View file

@ -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.
##