Add conn.log entries for connections with unhandled IP protocols

This commit is contained in:
Tim Wojtulewicz 2024-09-10 15:13:11 +02:00
parent a96515a2e8
commit 35ec9733c0
422 changed files with 97715 additions and 97282 deletions

View file

@ -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