[tcpdump-workers] [RFC 1/1] Add printing support for vsockmon devices.

2016-06-20 Thread ggarcia
From: Gerard Garcia --- Makefile.in | 1 + netdissect.h | 1 + print-vsock.c | 211 ++ print.c | 3 + 4 files changed, 216 insertions(+) create mode 100644 print-vsock.c diff --git a/Makefile.in b/Makefile.in index 4a97d87.

[tcpdump-workers] [RFC 0/1] Add printing support for vsockmon devices.

2016-06-20 Thread ggarcia
From: Gerard Garcia Virtual sockets AF_VSOCK are used for guest<->hypervisor communication. Right now the mainline linux kernel has support for AF_VSOCK sockets that make use of the vmware VMCI transport and there is an ongoing effort to include support for the VIRTIO transport which is used b