zeek/testing/btest/scripts/base/protocols/websocket
Arne Welzel e17655be61 websocket: Verify Sec-WebSocket-Key/Accept headers and review feedback
Don't log them, they are random and arbitrary in the normal case. Users
can do the following to log them if wanted.

    redef += WebSocket::Info$client_key += { &log };
    redef += WebSocket::Info$server_accept += { &log };
2024-01-22 18:54:38 +01:00
..
broker-websocket.zeek WebSocket: Introduce new analyzer and log 2024-01-22 18:54:38 +01:00
coalesced-reply-ping.zeek websocket: Verify Sec-WebSocket-Key/Accept headers and review feedback 2024-01-22 18:54:38 +01:00
events.zeek websocket: Verify Sec-WebSocket-Key/Accept headers and review feedback 2024-01-22 18:54:38 +01:00
jupyter-websocket.zeek WebSocket: Introduce new analyzer and log 2024-01-22 18:54:38 +01:00
key-accept-wrong.zeek websocket: Verify Sec-WebSocket-Key/Accept headers and review feedback 2024-01-22 18:54:38 +01:00
wstunnel-http.zeek WebSocket: Introduce new analyzer and log 2024-01-22 18:54:38 +01:00
wstunnel-https.zeek WebSocket: Introduce new analyzer and log 2024-01-22 18:54:38 +01:00
wstunnel-ssh-configure-wrong.zeek WebSocket: Introduce new analyzer and log 2024-01-22 18:54:38 +01:00
wstunnel-ssh-configure.zeek WebSocket: Introduce new analyzer and log 2024-01-22 18:54:38 +01:00
wstunnel-ssh.zeek WebSocket: Introduce new analyzer and log 2024-01-22 18:54:38 +01:00