Arne Welzel
112e3c1c03
btest: Update tests and baselines after adding ctx to conn_id
2025-07-03 18:19:46 +02:00
Tim Wojtulewicz
35ec9733c0
Add conn.log entries for connections with unhandled IP protocols
2024-11-13 11:25:40 -07:00
Fupeng Zhao
161ffb4192
Add irc_dcc_send_ack event and fix missing fields
2023-04-24 07:29:51 +00:00
Christian Kreibich
0b674eb851
Baseline refresh to reflect btest 0.64
2020-12-06 20:19:49 -08:00
Johanna Amann
cdb6a1b6e6
Baseline updates after hash function change.
2016-07-13 10:11:37 -07:00
Jon Siwek
22bf3e1196
Increase UIDs to 96 bits w/ C/F prefix - BIT-1016
...
- The bit-length is adjustable via redef'ing bits_per_uid.
- Prefix 'C' is used for connection UIDS (including IP tunnels) and
'F' for files.
2013-08-26 15:36:31 -05:00
Jon Siwek
939619889d
File analysis fixes and test updates.
...
- Several places were just using old variable names or not loading
scripts correctly after they'd been renamed/moved.
- Revert/adjust a change in how HTTP file handles are generated that
broke partial content responses.
- Turn some libmagic builtin checks back on; seems some are actually
useful (e.g. text detection seems to be a builtin). The rule going
forward probably will be only to turn off a builtin if we confirm it
causes issues.
- Removed some tests that are redundant or not necessary anymore because
the generic file analysis tests cover them.
- A couple FTP tests still fail that I think need an actual solution via
script changes.
2013-07-25 16:51:16 -05:00
Jon Siwek
27e47f0a57
FileAnalysis: replace script-layer IRC file analysis.
2013-03-27 14:02:20 -05:00
Robin Sommer
1fd0d7a607
Changing the start/end markers in logs to open/close now reflecting
...
wall clock.
Triggers lots of (simple) baseline updates.
2012-07-27 12:15:21 -07:00
Robin Sommer
5cfb8d65c3
Updating tests for the #start/#end change.
2012-07-19 22:28:55 -07:00
Seth Hall
3be1222532
Documentation updates for HTTP & IRC scripts.
...
Closes #733
2012-01-08 02:22:52 -05:00
Robin Sommer
3ac4ff6b42
Updates for log format changes.
2011-12-19 09:09:32 -08:00
Robin Sommer
a9f0b10e2e
Updating baselines for recent commits.
2011-12-19 07:44:29 -08:00
Robin Sommer
3220bbce55
Merge remote branch 'origin/topic/jsiwek/log-escaping'
...
* origin/topic/jsiwek/log-escaping:
Add missing ascii writer options to log header.
Escape the ASCII log's set separator (addresses #712 )
Rewrite ODesc character escaping functionality. (addresses #681 )
Closes #712 .
2011-12-19 06:37:54 -08:00
Robin Sommer
33584ec721
Updating test baselines for new ASCII log header.
2011-09-04 13:27:46 -07:00
Jon Siwek
c3fb0ea035
Reorganizing btest/policy directory to match new scripts/ organization
...
Addresses #545
2011-08-11 10:43:11 -05:00