Commit 4d0fc1a4 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Andrei Vagin

crit: Add socket types decoding

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent d4c29ab7
...@@ -129,7 +129,11 @@ sk_maps = { ...@@ -129,7 +129,11 @@ sk_maps = {
10: 'INET6', 10: 'INET6',
16: 'NETLINK', 16: 'NETLINK',
17: 'PACKET' }, 17: 'PACKET' },
'type' : { 1: 'STREAM', 2: 'DGRAM' }, 'type' : { 1: 'STREAM',
2: 'DGRAM',
3: 'RAW',
5: 'SEQPACKET',
10: 'PACKET' },
'state' : { 1: 'ESTABLISHED', 7: 'CLOSE', 10: 'LISTEN' }, 'state' : { 1: 'ESTABLISHED', 7: 'CLOSE', 10: 'LISTEN' },
'proto' : { 0: 'IP', 'proto' : { 0: 'IP',
6: 'TCP', 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