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.
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