mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00

This is based on commit 2731def9159247e6da8a3191783c89683363689c from the zeek-docs repo.
21 lines
508 B
ReStructuredText
21 lines
508 B
ReStructuredText
:orphan:
|
|
|
|
Package: base/protocols/websocket
|
|
=================================
|
|
|
|
|
|
:doc:`/scripts/base/protocols/websocket/__load__.zeek`
|
|
|
|
|
|
:doc:`/scripts/base/protocols/websocket/consts.zeek`
|
|
|
|
WebSocket constants.
|
|
|
|
:doc:`/scripts/base/protocols/websocket/main.zeek`
|
|
|
|
Implements base functionality for WebSocket analysis.
|
|
|
|
Upon a websocket_established() event, logs all gathered information into
|
|
websocket.log and configures the WebSocket analyzer with the headers
|
|
collected via http events.
|
|
|