Click here to Skip to main content
15,920,602 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Crystal Example Pin
Member 9923937-May-04 11:39
Member 9923937-May-04 11:39 
Generalcritical section Pin
Anonymous4-May-04 3:40
Anonymous4-May-04 3:40 
QuestionCan't cast ArrayList to Array? Pin
FruitBatInShades4-May-04 2:05
FruitBatInShades4-May-04 2:05 
AnswerRe: Can't cast ArrayList to Array? Pin
Dave Kreskowiak4-May-04 4:41
mveDave Kreskowiak4-May-04 4:41 
Generalcapture packet and manipulate fields Pin
babur khan3-May-04 23:31
babur khan3-May-04 23:31 
GeneralRe: capture packet and manipulate fields Pin
Colin Angus Mackay4-May-04 0:33
Colin Angus Mackay4-May-04 0:33 
GeneralRe: capture packet and manipulate fields Pin
babur khan4-May-04 5:25
babur khan4-May-04 5:25 
GeneralRe: capture packet and manipulate fields Pin
Colin Angus Mackay4-May-04 6:21
Colin Angus Mackay4-May-04 6:21 
The obvious question is why don't you encrypt the packets at source rather than in transit? (by "in transit" I mean that after the process that is sending the packets has created the packet but before the packet has left the PC) I am assuming that you did not create the process that is sending or receiving the data.

I think what you need to look at is something like an NDIS hook - which is effectively a kernel mode device driver that hooks into the network layer just as the packets are entering/leaving the PC. There is a solution out there that will allow you to create such a hook and pass it into something that isn't a kernel mode process (like VB.NET). However, I don't recall what it is called off the top of my head. (I'll get back to you on that). If you don't want to use that solution then I think you are going to have to create your own kernel mode device driver which most definitely cannot be written in VB.NET.


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

Coming soon: The Second EuroCPian Event


GeneralRe: capture packet and manipulate fields Pin
Dave Kreskowiak4-May-04 9:18
mveDave Kreskowiak4-May-04 9:18 
GeneralRe: capture packet and manipulate fields Pin
Colin Angus Mackay4-May-04 9:29
Colin Angus Mackay4-May-04 9:29 
GeneralRe: capture packet and manipulate fields Pin
babur khan4-May-04 23:03
babur khan4-May-04 23:03 
GeneralRe: capture packet and manipulate fields Pin
Colin Angus Mackay4-May-04 23:32
Colin Angus Mackay4-May-04 23:32 
GeneralRe: capture packet and manipulate fields Pin
Dave Kreskowiak4-May-04 4:24
mveDave Kreskowiak4-May-04 4:24 
GeneralRe: capture packet and manipulate fields Pin
Colin Angus Mackay4-May-04 4:33
Colin Angus Mackay4-May-04 4:33 
GeneralRe: capture packet and manipulate fields Pin
Dave Kreskowiak4-May-04 4:42
mveDave Kreskowiak4-May-04 4:42 
GeneralComboBox doesn't show last item added (but does when I use debugger) Pin
Rikard Skarp3-May-04 22:34
sussRikard Skarp3-May-04 22:34 
Questionis it a modifier problem? Pin
3hrguy3-May-04 22:26
3hrguy3-May-04 22:26 
AnswerRe: is it a modifier problem? Pin
Dave Kreskowiak4-May-04 4:15
mveDave Kreskowiak4-May-04 4:15 
GeneralRe: is it a modifier problem? Pin
3hrguy4-May-04 14:54
3hrguy4-May-04 14:54 
GeneralCustom Columheader Pin
Ole1233-May-04 14:48
Ole1233-May-04 14:48 
GeneralRe: Custom Columheader Pin
superwinsock3-May-04 22:36
superwinsock3-May-04 22:36 
GeneralRe: Custom Columheader Pin
Ole1234-May-04 8:31
Ole1234-May-04 8:31 
GeneralRe: Custom Columheader Pin
superwinsock4-May-04 18:51
superwinsock4-May-04 18:51 
GeneralRe: Custom Columheader Pin
Ole1236-May-04 14:39
Ole1236-May-04 14:39 
GeneralRe: Custom Columheader Pin
superwinsock6-May-04 18:45
superwinsock6-May-04 18:45 

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.