Commit 8b664935 authored by ThijsFeryn's avatar ThijsFeryn Committed by Nils Goroll

Added missing timestamp

parent 3ec74a3a
......@@ -80,14 +80,15 @@ SLTM(SessOpen, 0, "Client connection opened",
"The first record for a client connection, with the socket-endpoints"
" of the connection.\n\n"
"The format is::\n\n"
"\t%s %d %s %s %s %d\n"
"\t| | | | | |\n"
"\t| | | | | +- File descriptor number\n"
"\t| | | | +---- Local TCP port / 0 for UDS\n"
"\t| | | +------- Local IPv4/6 address / 0.0.0.0 for UDS\n"
"\t| | +---------- Socket name (from -a argument)\n"
"\t| +------------- Remote TCP port / 0 for UDS\n"
"\t+---------------- Remote IPv4/6 address / 0.0.0.0 for UDS\n"
"\t%s %d %s %s %s %f %d\n"
"\t| | | | | | |\n"
"\t| | | | | | +- File descriptor number\n"
"\t| | | | | +---- Session start time (unix epoch)\n"
"\t| | | | +------- Local TCP port / 0 for UDS\n"
"\t| | | +---------- Local IPv4/6 address / 0.0.0.0 for UDS\n"
"\t| | +------------- Socket name (from -a argument)\n"
"\t| +---------------- Remote TCP port / 0 for UDS\n"
"\t+------------------- Remote IPv4/6 address / 0.0.0.0 for UDS\n"
"\n"
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment