Click here to Skip to main content
16,005,080 members
Home / Discussions / C#
   

C#

 
GeneralRe: Catching key events to a panel? Pin
misterbear27-Jun-04 10:54
misterbear27-Jun-04 10:54 
GeneralRe: Catching key events to a panel? Pin
Karl 200027-Jun-04 11:00
Karl 200027-Jun-04 11:00 
GeneralNeed Help Pleaaase Pin
hani_aql27-Jun-04 5:29
hani_aql27-Jun-04 5:29 
GeneralRe: Need Help Pleaaase Pin
Anonymous27-Jun-04 13:05
Anonymous27-Jun-04 13:05 
GeneralRe: Need Help Pleaaase Pin
Dave Kreskowiak27-Jun-04 14:37
mveDave Kreskowiak27-Jun-04 14:37 
Generalfirewall Pin
shahrokh nabavi27-Jun-04 2:04
shahrokh nabavi27-Jun-04 2:04 
GeneralRe: firewall Pin
leppie27-Jun-04 3:55
leppie27-Jun-04 3:55 
GeneralRe: firewall Pin
Colin Angus Mackay28-Jun-04 0:39
Colin Angus Mackay28-Jun-04 0:39 
Most, if not all, firewall programs work by using an NDIS Hook to (in simplified terms) see all the packets fly through the network adapter. They get a chance to examine every packet that passes through and can optionally pass the packet to the network adapter (on the way out) or pass it on to Windows (on the way in). A firewall works by just dropping any packet it doesn't like the look of.

In answer to #3. If you want to close a port then all you need to do in your NDIS Hooked code is to block any packets on that port. As you examine every packet as is passed through, this means that you just don't pass the packed on the ports you want closed.


"You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar

The Second EuroCPian Event will be in Brussels on the 4th of September

Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way!

My Blog


GeneralRe: firewall Pin
JimRivera28-Jun-04 16:14
JimRivera28-Jun-04 16:14 
GeneralDesigners serialization and code generation Pin
Jon_Slaughter27-Jun-04 1:19
Jon_Slaughter27-Jun-04 1:19 
GeneralRe: Designers serialization and code generation Pin
Heath Stewart27-Jun-04 17:54
protectorHeath Stewart27-Jun-04 17:54 
GeneralRe: Designers serialization and code generation Pin
Jon_Slaughter27-Jun-04 19:51
Jon_Slaughter27-Jun-04 19:51 
GeneralRe: Designers serialization and code generation Pin
Heath Stewart28-Jun-04 3:31
protectorHeath Stewart28-Jun-04 3:31 
GeneralRe: Designers serialization and code generation Pin
Heath Stewart27-Jun-04 18:47
protectorHeath Stewart27-Jun-04 18:47 
QuestionHow to get device info using SetupDiGetDeviceInterfaceDetail? Pin
Pain_Elemental27-Jun-04 0:35
Pain_Elemental27-Jun-04 0:35 
AnswerRe: How to get device info using SetupDiGetDeviceInterfaceDetail? Pin
Heath Stewart27-Jun-04 18:12
protectorHeath Stewart27-Jun-04 18:12 
GeneralRe: How to get device info using SetupDiGetDeviceInterfaceDetail? Pin
Pain_Elemental27-Jun-04 19:52
Pain_Elemental27-Jun-04 19:52 
GeneralDataGrid :- Events Pin
jk chan26-Jun-04 22:48
jk chan26-Jun-04 22:48 
Generalaccess to controls of a project in another project Pin
fatidarya26-Jun-04 21:08
fatidarya26-Jun-04 21:08 
GeneralRe: access to controls of a project in another project Pin
Stefan Troschuetz26-Jun-04 21:20
Stefan Troschuetz26-Jun-04 21:20 
GeneralRe: access to controls of a project in another project Pin
fatidarya26-Jun-04 23:48
fatidarya26-Jun-04 23:48 
GeneralRe: access to controls of a project in another project Pin
Stefan Troschuetz27-Jun-04 0:12
Stefan Troschuetz27-Jun-04 0:12 
GeneralRe: access to controls of a project in another project Pin
fatidarya27-Jun-04 1:54
fatidarya27-Jun-04 1:54 
GeneralRe: access to controls of a project in another project Pin
Stefan Troschuetz27-Jun-04 2:07
Stefan Troschuetz27-Jun-04 2:07 
QuestionMail Checker 1.0 extension? Pin
razzeler26-Jun-04 18:08
razzeler26-Jun-04 18:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.