Commit 56cd5670 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Andrei Vagin

crit: Add more families into socket decoding

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent ec273275
......@@ -124,7 +124,11 @@ gen_maps = {
}
sk_maps = {
'family' : { 2: 'INET', 10: 'INET6'},
'family' : { 1: 'UNIX',
2: 'INET',
10: 'INET6',
16: 'NETLINK',
17: 'PACKET' },
'type' : { 1: 'STREAM', 2: 'DGRAM' },
'state' : { 1: 'ESTABLISHED', 7: 'CLOSE', 10: 'LISTEN' },
'proto' : { 6: 'TCP' },
......
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