writing a program to ban a user (by MAC address) from a network

Posted by Gail on Stack Overflow See other posts from Stack Overflow or by Gail
Published on 2010-04-19T00:54:59Z Indexed on 2010/04/19 1:03 UTC
Read the original article Hit count: 307

I'm not sure if this is possible at the application layer. Can a program be written to read and analyze packets (maybe interfacing with wireshark through it's lua api) and ban MAC addresses with suspicious network traffic? (defining suspicious network traffic as packet injection patterns similar to known attacks)

© Stack Overflow or respective owner

Related posts about language-agnostic

Related posts about networking