Adding Broxygen comments to init-bare.bro.

I've left a few TODOs in there for protocol-specific fields that I
couldn't directly figure out in their meaning. Feel free to fill in
where you can.
This commit is contained in:
Robin Sommer 2011-12-14 07:36:06 -08:00
parent 303993254e
commit 55c982fa14
4 changed files with 1549 additions and 724 deletions

@ -1 +1 @@
Subproject commit 05d51b55dd5a8430151cff74f7876bd73385d5cd
Subproject commit d8f9d4698e8e02f493a669c5adcf897506671b5d

@ -1 +1 @@
Subproject commit 406c689c88997c4459eaf36bd2c65bce2e847c2d
Subproject commit be772bbada79b106db33fb9de5f56fa71226adc5

File diff suppressed because it is too large Load diff

View file

@ -857,8 +857,8 @@ event icmp_time_exceeded%(c: connection, icmp: icmp_conn, code: count, context:
event icmp_redirect%(c: connection, icmp: icmp_conn, a: addr%);
## Generated when a TCP connection terminated, passing on statistics about the
## two endpoints. This event is generated when Bro flushes the internal connection
## state, independent of how the connection gad terminated.
## two endpoints. This event is always generated when Bro flushes the internal
## connection state, independent of how a connection terminates.
##
## c: The connection.
##
@ -5311,6 +5311,7 @@ event software_unparsed_version_found%(c: connection, host: addr, str: string%);
##
## .. bro:see:: passive_fingerprint_file software_parse_error
## software_version_found software_unparsed_version_found
## generate_OS_version_event
event OS_version_found%(c: connection, host: addr, OS: OS_version%);
## Generated when a connection to a remote Bro has been established. This event