Quote:
|
I'm going to learn a web programming language that will allow me complete control of the modem client side.
|
When I see the phrase "web programming language", I tend to think of languages like JavaScript, PHP, etc. Those languages really don't allow direct access to hardware.
Quote:
|
I want to intercept traffic and drop packets that I don't solicit.
|
You didn't specify, but I'm assuming you're wanting to write this program for Windows. What you're wanting to do would be a fun challenge, but unless you are very familiar with Windows internals and data structures, the Win32 api, and very adept at C/C++, then you're not going to get very far.
Quote:
|
I want admin right control from a program even before the OP system handles the data.
|
The OS is always going to handle the data first, unless you write a low level driver.
Why not just invest in a good firewall?