BPFd (Deprecated, please see README.md) : Berkeley Packet Filter daemon (BPFd). Makes it possible to run BCC tools across systems.
95
stars
23
forks
source link
Rewrite Table handling to use inheritance (BCC side change) #14
Open
joelagnel opened 6 years ago
BCC side code for Table handling at the moment is a bit hackish, rewrite to use inheritance (
RemoteTable
inheritingTable
) (suggested by Josef Bacik).