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)

_______________________________________________
bro-dev mailing list
bro-dev@bro.org
http://mailman.icsi.berkeley.edu/mailman/listinfo/bro-dev

Reply via email to