[Bro-Dev] [JIRA] (BIT-1124) process command misplaces custom scripts

Daniel Thayer (JIRA) jira at bro-tracker.atlassian.net
Thu Jan 30 17:35:58 PST 2014


     [ https://bro-tracker.atlassian.net/browse/BIT-1124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Thayer updated BIT-1124:
-------------------------------

    Status: Merge Request  (was: Open)

> process command misplaces custom scripts
> ----------------------------------------
>
>                 Key: BIT-1124
>                 URL: https://bro-tracker.atlassian.net/browse/BIT-1124
>             Project: Bro Issue Tracker
>          Issue Type: Problem
>          Components: BroControl
>    Affects Versions: 2.2
>            Reporter: Robin Sommer
>             Fix For: 2.3
>
>
> {noformat}
> # cat test.bro
> @load base/utils/site
> print Site::local_nets;
> {noformat}
> {{broctl  process trace.pcap test.bro}} gives:
> {noformat}
> error in /usr/local/bro-2.2/share/bro/policy/misc/loaded-scripts.bro, line 4: syntax error, at or near “module"
> {noformat}
> I believe it's due to test.bro being placed in the middle of the command line that {{process}} builds. If I move it to the end, it works fine.



--
This message was sent by Atlassian JIRA
(v6.2-OD-07-028#6211)



More information about the bro-dev mailing list