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

Robin Sommer (JIRA) jira at bro-tracker.atlassian.net
Wed Jan 29 15:27:58 PST 2014


Robin Sommer created BIT-1124:
---------------------------------

             Summary: 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


{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