mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
Add conn.log entries for connections with unhandled IP protocols
This commit is contained in:
parent
a96515a2e8
commit
35ec9733c0
422 changed files with 97715 additions and 97282 deletions
|
@ -6,8 +6,8 @@ Demo::Foo - A Foo test analyzer (dynamic, version 1.0.0)
|
|||
===
|
||||
c++ connection_established lambda handler, received 1 arguments
|
||||
c++ connection_established member handler, received 1 arguments
|
||||
foo_message, [orig_h=::1, orig_p=37927/tcp, resp_h=::1, resp_p=4242/tcp], Hello, Foo!\x0a
|
||||
foo_message, [orig_h=::1, orig_p=37927/tcp, resp_h=::1, resp_p=4242/tcp, proto=6], Hello, Foo!\x0a
|
||||
===
|
||||
c++ connection_established lambda handler, received 1 arguments
|
||||
c++ connection_established member handler, received 1 arguments
|
||||
foo_message, [orig_h=::1, orig_p=37927/tcp, resp_h=::1, resp_p=4243/tcp], Hello, Foo!\x0a
|
||||
foo_message, [orig_h=::1, orig_p=37927/tcp, resp_h=::1, resp_p=4243/tcp, proto=6], Hello, Foo!\x0a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue