mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
improve search-ability in zeek.spicy
This commit is contained in:
parent
0f56758d08
commit
9414abe3f8
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ public function is_orig() : bool &cxxname="zeek::spicy::rt::is_orig";
|
||||||
## Returns the current connection's UID.
|
## Returns the current connection's UID.
|
||||||
public function uid() : string &cxxname="zeek::spicy::rt::uid";
|
public function uid() : string &cxxname="zeek::spicy::rt::uid";
|
||||||
|
|
||||||
## Returns the current connection's 4-tuple ID.
|
## Returns the current connection's 4-tuple ID to make IP address and port information available.
|
||||||
public function conn_id() : tuple<orig_h: addr, orig_p: port, resp_h: addr, resp_p: port> &cxxname="zeek::spicy::rt::conn_id";
|
public function conn_id() : tuple<orig_h: addr, orig_p: port, resp_h: addr, resp_p: port> &cxxname="zeek::spicy::rt::conn_id";
|
||||||
|
|
||||||
## Instructs Zeek to flip the directionality of the current connection.
|
## Instructs Zeek to flip the directionality of the current connection.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue