base/utils/conn-ids.zeek
- GLOBAL
Simple functions for generating ASCII strings from connection IDs.
- Namespace
GLOBAL
Summary
Functions
Calls |
|
Takes a conn_id record and returns a string representation with the general data flow appearing to be from the connection originator on the left to the responder on the right. |
|
Takes a conn_id record and returns a string representation with the general data flow appearing to be from the connection responder on the right to the originator on the left. |
Detailed Interface
Functions
- directed_id_string
-
Calls
id_string
orreverse_id_string
if the second argument is T or F, respectively.
- id_string
-
Takes a conn_id record and returns a string representation with the general data flow appearing to be from the connection originator on the left to the responder on the right.
- reverse_id_string
-
Takes a conn_id record and returns a string representation with the general data flow appearing to be from the connection responder on the right to the originator on the left.