dbus/tools
Alban Crequy c681f46c22 dbus-monitor: more details on file descriptors
Print more details when receiving a file descriptor.

Before:
   unix fd 5

After:
   file descriptor
         inode: 1030
         type: char
   file descriptor
         inode: 295664
         type: socket
         address family: unknown (16)
   file descriptor
         inode: 295665
         type: socket
         address family: inet
         name 127.0.0.1 port 47723
         peer 127.0.0.1 port 22
   file descriptor
         inode: 295666
         type: socket
         address family: unix
         name @/tmp/d67s774Sws0pEra
   file descriptor
         inode: 295667
         type: socket
         address family: unix
         name @
         peer @

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=80603
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2014-09-15 17:37:59 +01:00
..
.gitignore Update .gitignore files 2014-03-06 13:10:56 +00:00
dbus-cleanup-sockets.c dbus-cleanup-sockets: free list of socket entries 2011-01-17 12:18:40 +00:00
dbus-launch-win.c Fixed compiler warning on windows. 2013-08-19 21:29:26 +02:00
dbus-launch-x11.c Fix spelling/grammatical mistakes detected by Debian's lintian(1) 2011-07-28 11:05:43 +01:00
dbus-launch.c dbus-launch: kill bus if we can't attach to a session when requested 2014-06-11 11:38:24 +01:00
dbus-launch.h Consistently include <config.h> in all C source files and never in header files. 2010-03-19 20:11:48 +01:00
dbus-monitor.c dbus-monitor: keep backwards compatibility 2013-10-09 11:26:46 +01:00
dbus-print-message.c dbus-monitor: more details on file descriptors 2014-09-15 17:37:59 +01:00
dbus-print-message.h Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00
dbus-run-session.c dbus-run-session: remove various extra variables from the environment 2013-08-23 11:41:16 +01:00
dbus-send.c dbus-send: replace --address with --peer and --bus. 2013-10-09 11:18:20 +01:00
dbus-uuidgen.c Bug 21161 - Update the FSF address 2009-07-14 15:39:47 -04:00
lcov.am Break up the monster conditional in config-parser so gcov can cope 2011-04-07 11:25:54 +01:00
Makefile.am dbus-run-session: remove various extra variables from the environment 2013-08-23 11:41:16 +01:00
run-with-tmp-session-bus.sh run-with-tmp-session-bus.sh: create a unique temporary file per process 2013-09-05 12:35:11 +01:00
strtoll.c Include config.h as the first thing in every .c file 2013-02-22 13:08:27 +00:00
strtoull.c Include config.h as the first thing in every .c file 2013-02-22 13:08:27 +00:00