Reg: BRO Language

Hello,

I want to learn BRO language to write my own policy scripts. Please, provide me some links and documentation through which I can learn the BRO language. Please, help me in this regard. Thanks in advance.

We are planning to begin revising our language documentation soon. If you want to take a look at the old, incomplete language reference, it's available here:
  http://www-old.bro-ids.org/wiki/index.php/Reference_Manual

Keep in mind while reading it that it was written before the new style of scripts in Bro 2.0 was created so there is a huge amount of information that is either misleading or wrong. Generally though, the actual language itself hasn't changed greatly and as always the absolute best reference is the scripts and tests themselves.

  .Seth

Hello,

I want to learn BRO language to write my own policy scripts. Please,
provide me some links and documentation through which I can learn the BRO
language. Please, help me in this regard. Thanks in advance.

http://www.bro-ids.org/documentation/index.html
http://blog.bro-ids.org/2011/11/bro-language-cheat-sheet.html

The old reference manual is still around at
http://www-old.bro-ids.org/wiki/index.php/Reference_Manual
Keep in mind that that the above link is obsolete but it helps if you
are just want to get familiar with the scripting language.

From my experience, I learnt a lot from just reading and understanding

the existing scripts repository. $BROHOME/share/bro/ on your local
machine.

    Sridhar