Logging only packets received by user

To enable this feature you need to add following line to etc/config.tdsl file:

'sess-man' () {
    'audit-log' () {
        'only-from-user-connection' = true
    }
}