Hi,
Can someone tell me what tools I could use to examine outbound packet data
for the usernames and modify it if it matches a list of accounts we want
to block?
I suggest writing your own netfilter-module that does the packet
inspection, and if a packet matches you can simply return NF_DROP to
instruct the kernel to drop the packet. A good tutorial/book is
available here: http://jengelh.medozas.de/
Maybe you can do something similar with libpcap, but I am not sure if
you can drop packets.
-Kristian
--
To unsubscribe from this list: send the line "unsubscribe netfilter" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html