All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] unixmon virtual device for unix sockets
@ 2020-04-22  0:29 Joshua Abraham
  0 siblings, 0 replies; only message in thread
From: Joshua Abraham @ 2020-04-22  0:29 UTC (permalink / raw
  To: davem, kuba; +Cc: netdev, linux-kernel

There is currently no way to capture a connected unix domain socket
without interrupting the connection. AF_UNIX socket transport is
implemented in-kernel and enabling packet captures would require
kernel support. This could be based on the design of the vsockmon and
nlmon virtual devices.

This would be very useful when debugging traffic traversing AF_UNIX
sockets, such as DBUS traffic without modifying the user-space
programs that are using the unix sockets.

Is this a worthwhile feature to implement?

-Josh

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-22  0:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-22  0:29 [RFC] unixmon virtual device for unix sockets Joshua Abraham

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.