Add summary documentation to bif files.

This commit is contained in:
Jon Siwek 2012-01-09 16:11:41 -06:00
parent aa69fd53fb
commit b8778026a6
5 changed files with 18 additions and 5 deletions

View file

@ -1,3 +1,4 @@
##! Declaration of various types that the Bro core uses internally.
enum dce_rpc_ptype %{
DCE_RPC_REQUEST,
@ -134,8 +135,8 @@ enum createmode_t %{
EXCLUSIVE = 2,
%}
# Decleare record types that we want to access from the even engine. These are
# defined in bro.init.
# Decleare record types that we want to access from the event engine. These are
# defined in init-bare.bro.
type info_t: record;
type fattr_t: record;
type diropargs_t: record;