mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Wrong port in scripting documentation
HTTP is port 80 not 53
This commit is contained in:
parent
087a9f975d
commit
65ab987eb6
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ originating host is referenced by ``c$id$orig_h`` which if given a
|
|||
narrative relates to ``orig_h`` which is a member of ``id`` which is
|
||||
a member of the data structure referred to as ``c`` that was passed
|
||||
into the event handler. Given that the responder port
|
||||
``c$id$resp_p`` is ``53/tcp``, it's likely that Bro's base HTTP scripts
|
||||
``c$id$resp_p`` is ``80/tcp``, it's likely that Bro's base HTTP scripts
|
||||
can further populate the connection record. Let's load the
|
||||
``base/protocols/http`` scripts and check the output of our script.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue