Seth Hall
7251b0f240
Merge remote-tracking branch 'origin/master' into topic/seth/smb
...
# Conflicts:
# scripts/base/init-default.bro
2016-01-16 21:04:43 -05:00
Johanna Amann
ad61267ce6
add new plugins so they are picked up by sphinx.
...
Also remove reference to dataseries.
2016-01-15 19:23:51 -08:00
Johanna Amann
8d8a883e78
Updating submodule.
...
[nomail]
2016-01-15 19:23:28 -08:00
Johanna Amann
895a56c019
Unbreak "make doc" after dataseries removal.
2016-01-15 17:21:39 -08:00
Robin Sommer
9423c325a6
Updating submodule(s).
...
[nomail]
2016-01-15 15:08:20 -08:00
Robin Sommer
a72626f01a
Updating submodule(s).
...
[nomail]
2016-01-15 15:06:17 -08:00
Robin Sommer
642ef5d3c1
Tweaking how HTTP requests without URIs are handled.
...
The change from #49 made it an error to not have a URI. That however
then led requests with an URI yet no version to abort as well.
Instead, we now check if the token following the method is an "HTTP/"
version identifier. If, so accept that the URI is empty (and trigger
a weird) but otherwise keep processing.
Adding test cases for both HTTP requests without URI and without
version.
2016-01-15 12:59:11 -08:00
Robin Sommer
adb3fab019
Updating test baselines for http.log now including version.
2016-01-15 12:18:16 -08:00
Robin Sommer
9431ed3fe9
Merge branch 'patch-3' of https://github.com/aeppert/bro
...
* 'patch-3' of https://github.com/aeppert/bro :
Add version to HTTP::Info
2016-01-15 10:35:57 -08:00
Robin Sommer
4a56a17817
Merge branch 'patch-2' of https://github.com/aeppert/bro
...
* 'patch-2' of https://github.com/aeppert/bro :
NOTIFY is a valid SIP message per RFC3265
2016-01-15 10:21:21 -08:00
Robin Sommer
e42d25e705
Merge branch 'topic/http-missing-uri' of https://github.com/0xcc-labs/bro
...
* 'topic/http-missing-uri' of https://github.com/0xcc-labs/bro :
update ParseRequest to handle missing uri
2016-01-15 10:19:49 -08:00
Robin Sommer
942b140fe5
Merge remote-tracking branch 'origin/topic/johanna/bit-1519'
...
BIT-1519 #merged
* origin/topic/johanna/bit-1519:
Fix crash when deleting non existing record member.
2016-01-15 10:12:49 -08:00
Vlad Grigorescu
8654ce5ce0
Merge remote-tracking branch 'origin/master' into topic/vladg/smb
2016-01-15 10:13:59 -06:00
Seth Hall
41a181d98d
Removing more broken functionality due to changed stats apis.
2016-01-14 21:22:09 -05:00
Seth Hall
53db5d1711
Removing some references to resource_usage()
2016-01-14 17:09:55 -05:00
Seth Hall
6064134119
Removing Broker stats, it was broken and incomplete.
2016-01-14 16:49:18 -05:00
Seth Hall
ee763381b2
Fixing default stats collection interval to every 5 minutes.
2016-01-14 16:17:41 -05:00
Seth Hall
16adf2ff5a
Add DNS stats to the stats.log
2016-01-14 14:05:23 -05:00
Johanna Amann
990726b514
Fix crash when deleting non existing record member.
...
Addresses BIT-1519
2016-01-12 15:02:20 -08:00
Daniel Thayer
3550a2b2d3
Update documentation for DNS "Z" field
...
According to RFC 2535, RFC 3655, and RFC 4035, the Z field has been
partitioned into three 1-bit fields. Therefore, we cannot claim in
the documentation that it always has the value zero.
2016-01-12 15:45:06 -06:00
Daniel Thayer
c1d7337a73
Improve documentation of Bro script statements
...
Added more documentation of the "delete" statement. Removed some other
text that was probably more confusing than helpful.
2016-01-12 15:35:29 -06:00
Aaron Eppert
ada2b0088b
Add version to HTTP::Info
2016-01-12 14:58:36 -05:00
Seth Hall
18a1e6f76b
Small stats script tweaks and beginning broker stats.
2016-01-11 09:25:36 -05:00
Seth Hall
cfdabb901f
Continued stats cleanup and extension.
2016-01-09 01:14:13 -05:00
Aaron Eppert
47a5db230e
NOTIFY is a valid SIP message per RFC3265
...
Exists in newer Asterisk servers.
2016-01-08 17:11:14 -05:00
Seth Hall
3c71d4ffa8
More stats collection extensions.
2016-01-08 17:03:16 -05:00
Seth Hall
6d836b7956
More stats improvements
...
Broke out the stats collection into a bunch of new Bifs
in stats.bif. Scripts that use stats collection functions
have also been updated. More work to do.
2016-01-07 16:20:24 -05:00
Seth Hall
6aeeb94d76
Slight change to Mach API for collecting memory usage.
2016-01-06 22:28:57 -05:00
Seth Hall
13cf6e6112
Fixing some small mistakes.
2016-01-05 09:26:56 -05:00
Seth Hall
5a4859afe1
Updating the cmake submodule for the stats updates.
2016-01-04 00:59:26 -05:00
Seth Hall
88517230b6
Fix memory usage collection on Mac OS X.
...
- getrusage is broken on Mac OS X, but there is a Mach
API available which can collect the same memory
usage information.
2016-01-04 00:57:11 -05:00
Seth Hall
2b0a28686a
Cleaned up stats collection.
...
- Removed the gap_report event. It wasn't used anymore
and functionally no more capable that scheduling events
and using the get_gap_summary bif.
- Added functionality to Dictionaries to count cumulative
numbers of inserts performed. This is further used to
measure the total number of connections of various types.
Previously only the number of active connections was
available.
- The Reassembler base class now tracks active reassembly
size for all subclasses (File/TCP/Frag & unknown).
- Improvements to the stats.log. Mostly, more information.
2016-01-04 00:55:52 -05:00
wglodek
020b09faa0
update ParseRequest to handle missing uri
2015-12-23 13:37:06 -05:00
Robin Sommer
374e61ee20
Updating submodule(s).
...
[nomail]
2015-12-19 13:40:28 -08:00
Robin Sommer
4218ab2dba
Updating submodule.
2015-12-18 17:47:47 -08:00
Robin Sommer
aee312b5d2
Adding usage guard to canonifier script.
2015-12-18 12:59:26 -08:00
Robin Sommer
5cb4cd3970
Merge branch 'patch-1' of https://github.com/aeppert/bro
2015-12-18 11:43:38 -08:00
Robin Sommer
677f1172d9
Merge remote-tracking branch 'origin/topic/johanna/os-x-openssl'
...
* origin/topic/johanna/os-x-openssl:
Update installation instructions to add os-x openssl dependency.
BIT-1506 #merged
2015-12-18 11:27:10 -08:00
Robin Sommer
eae21d4d33
Merge branch 'master' of git.bro.org:bro
2015-12-18 11:22:39 -08:00
Robin Sommer
0ba6bec710
Merge remote-tracking branch 'origin/topic/johanna/irc-starttls'
...
* origin/topic/johanna/irc-starttls:
StartTLS support for IRC
BIT-1513 #merged
2015-12-18 11:20:59 -08:00
Jan Grashoefer
6f891ca2ff
Added test-case for intel framework matching email
...
Addresses #1507
2015-12-16 14:51:02 +01:00
Johanna Amann
d92fd52b35
Remove measurement scripts
2015-12-14 16:06:31 -08:00
Johanna Amann
da9b5425e4
Merge remote-tracking branch 'origin/master' into topic/johanna/ocsp
2015-12-14 16:05:41 -08:00
Johanna Amann
25a8d87da9
Change one forgotten bro-ids.org to bro.org
2015-12-14 15:58:16 -08:00
Johanna Amann
c93a9fbebd
Log only local-originated IPs.
2015-12-08 14:55:50 -08:00
Robin Sommer
f0a28788ad
Updating submodule(s).
...
[nomail]
2015-12-04 16:50:53 -08:00
Robin Sommer
bb51f40d93
Merge branch 'master' of git.bro.org:bro
2015-12-04 16:49:44 -08:00
Robin Sommer
952c64a793
Delaying BinPAC initializaton until afte plugins have been activated.
2015-12-04 16:40:43 -08:00
Robin Sommer
6dd32c649b
Merge branch 'topic/robin/bpf-vector'
...
* topic/robin/bpf-vector:
Use better data structure for storing BPF filters.
2015-12-04 15:25:56 -08:00
Aaron Eppert
5d1ed9c134
Update windows-version-detection.bro
...
mscrl.microsoft.com is the proper hostname, however to be safe, let's use regex to identify it.
2015-12-04 09:46:14 -05:00