2003-09-23 23:18:09

by Bruno Castro da Silva

[permalink] [raw]
Subject: syscall hook

Hi all,

I need to put a hook on a syscall so I can monitor the usage
of sockets. I'm trying to do so without having to recompile
the kernel (eg by using modules). Can anyone give me a hint
on how to achieve this?


Thanks in advance,

Bruno