summaryrefslogtreecommitdiff
path: root/flowtop
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-07-17 14:55:15 +0200
committerTobias Klauser <tklauser@distanz.ch>2015-07-17 14:55:15 +0200
commitc5ff2059f619ac91c14d55412314d1c67de6a593 (patch)
tree18c324c5d2bbbe9a913ae693ff75b109d050a1e5 /flowtop
parent5d6d5f85d8ed49698eb3d790308e05a50b784c54 (diff)
flowtop, netsniff-ng: Move process name extraction to own function
flowtop and the netsniff-ng's netlink message dissector both need to get the process name for a pid from /proc/<pid>/exe, thus move that functionality to an own function. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'flowtop')
-rw-r--r--flowtop/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/flowtop/Makefile b/flowtop/Makefile
index 1bd5a0f..85cb0b6 100644
--- a/flowtop/Makefile
+++ b/flowtop/Makefile
@@ -15,6 +15,7 @@ flowtop-objs = xmalloc.o \
str.o \
sig.o \
sock.o \
+ proc.o \
dev.o \
link.o \
hash.o \