zeek/testing/btest/plugins
Benjamin Bannier 1f388e3f40 Format shell scripts with shfmt.
All changes in this patch were performed automatically with `shfmt` with
configuration flags specified in `.pre-commit-config.yaml`.

In addition to fixing whitespace the roundtrip through shfmt's AST also
transforms command substitutions

    `cmd`
    # becomes
    $(cmd)

and some redirects

    >&2 echo "msg"
    # becomes
    echo >&2 "msg"
2021-11-24 23:13:02 +01:00
..
binpac-flowbuffer-frame-length-plugin Prefix #includes of .bif.h files with zeek/ 2021-02-02 19:15:05 -08:00
file-plugin Prefix #includes of .bif.h files with zeek/ 2021-02-02 19:15:05 -08:00
func-hook-plugin Update plugin btests for namespace changes 2020-08-24 12:07:03 -07:00
hooks-plugin Added plugin.unprocessed_packet_hook btest 2021-11-12 09:30:26 -07:00
logging-hooks-plugin Update plugin btests for namespace changes 2020-08-24 12:07:03 -07:00
packet-protocol-plugin Remove Session prefix from some session-related classes and files 2021-04-29 11:09:35 -07:00
pktdumper-plugin Update minimum required CMake to 3.5 2020-12-01 22:13:52 -08:00
pktsrc-plugin Update minimum required CMake to 3.5 2020-12-01 22:13:52 -08:00
plugin-load-dependency Add test creating multiple plugins with load dependencies. 2020-11-24 16:59:11 +00:00
plugin-load-file-extended Add new hook HookLoadFileExtended that allows plugins to supply Zeek script code to parse. 2021-11-05 13:01:19 +01:00
plugin-nopatchversion-plugin Update plugin btests for namespace changes 2020-08-24 12:07:03 -07:00
plugin-withpatchversion-plugin Update plugin btests for namespace changes 2020-08-24 12:07:03 -07:00
protocol-plugin Fix registration of protocol analyzers from inside plugins. 2021-07-18 10:00:49 +02:00
reader-plugin Remove all of the random single-file deprecations 2021-01-27 10:52:40 -07:00
reporter-hook-plugin Update plugin btests for namespace changes 2020-08-24 12:07:03 -07:00
unprocessed-packet-hook-plugin Added plugin.unprocessed_packet_hook btest 2021-11-12 09:30:26 -07:00
writer-plugin Update minimum required CMake to 3.5 2020-12-01 22:13:52 -08:00
.clang-format Disable formatting for files in testing/btest/plugins 2021-11-09 07:20:18 +01:00
bifs-and-scripts-install.sh Remove all fully-deprecated files 2021-01-27 10:52:40 -07:00
bifs-and-scripts.sh Format shell scripts with shfmt. 2021-11-24 23:13:02 +01:00
binpac-flowbuffer-frame-length.zeek Rename aux/ to auxil/ 2020-06-04 15:18:44 -07:00
file.zeek Rename aux/ to auxil/ 2020-06-04 15:18:44 -07:00
func-hook.zeek updates to test suite tests for compatibility with upcoming ZAM functionality 2021-06-01 09:25:30 -07:00
hooks.zeek Move logic to execute HookLoadFile for signatures into rule matcher code. 2021-11-05 12:58:38 +01:00
init-plugin.zeek Rename aux/ to auxil/ 2020-06-04 15:18:44 -07:00
logging-hooks.zeek Rename aux/ to auxil/ 2020-06-04 15:18:44 -07:00
packet-protocol.zeek GH-1221: Add unknown_protocols.log for logging packet analyzer lookup failures 2020-11-09 20:37:26 -07:00
pktdumper.zeek Rename aux/ to auxil/ 2020-06-04 15:18:44 -07:00
pktsrc.zeek Rename aux/ to auxil/ 2020-06-04 15:18:44 -07:00
plugin-load-dependency.zeek Add test creating multiple plugins with load dependencies. 2020-11-24 16:59:11 +00:00
plugin-load-file-extended.zeek Add new hook HookLoadFileExtended that allows plugins to supply Zeek script code to parse. 2021-11-05 13:01:19 +01:00
plugin-nopatchversion.zeek Rename aux/ to auxil/ 2020-06-04 15:18:44 -07:00
plugin-withpatchversion.zeek General btest cleanup 2020-08-11 11:26:22 -07:00
protocol.zeek Fix registration of protocol analyzers from inside plugins. 2021-07-18 10:00:49 +02:00
reader.zeek Increase timeout of plugins.reader btest 2021-04-03 09:40:45 -07:00
reporter-hook.zeek Rename aux/ to auxil/ 2020-06-04 15:18:44 -07:00
unprocessed-packet-hook.zeek Added plugin.unprocessed_packet_hook btest 2021-11-12 09:30:26 -07:00
writer.zeek Rename aux/ to auxil/ 2020-06-04 15:18:44 -07:00