Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Move examples to their own dir, fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alek Rollyson committed Oct 31, 2017
1 parent 7de8ed0 commit a7dc81b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Brocapi
HTTP API for mass processing PCAPs through Bro IDS and submitting the resulting logs to a syslog server.
HTTP API for mass processing PCAPs through Bro IDS, tagging, and submitting the resulting logs to a syslog server.

## Overview
Brocapi consists of two parts:
Expand Down Expand Up @@ -80,7 +80,7 @@ Example submissions using Curl with a job tag:
{"status": "job queued", "files": ["2017-08-28-Fobos-campaign-Rig-EK-sends-Bunitu.pcap"], "tag": "testing", "job_id": "507965ab-6511-4cd4-9542-4671eb140f92", "success": true}%
```

### Exmplaining the returned data:
### Returned data:
```
{
"status": "job queued", ## Status of the job. Right now the only value is "job queued" since we're not async and waiting on the full status
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a7dc81b

Please sign in to comment.