Sample application to read and inspect packets on a network?

Posted by franz on Stack Overflow See other posts from Stack Overflow or by franz
Published on 2010-04-06T15:51:52Z Indexed on 2010/04/06 16:03 UTC
Read the original article Hit count: 367

Hi, I'm looking to write a quick program to read and inspect packets of a certain format and then blacklist ips with a certain style of packet-traffic (packet patterns of an attack against the network). Are there decent samples of reading and inspecting packet flow on a network?

© Stack Overflow or respective owner

Related posts about packet-capture

Related posts about language-agnostic