Jump to content

sniffer

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
prashant6388

prashant6388

    Newbie

  • Members
  • Pip
  • 4 posts
i want to build packet sniffer.
i dont have much knowledge in networking.
suggest me something to increase my knowledge & help me in programming.

#2
FlashM

FlashM

    Learning Programmer

  • Members
  • PipPipPip
  • 90 posts

prashant6388 said:

i want to build packet sniffer.
i dont have much knowledge in networking.
suggest me something to increase my knowledge & help me in programming.

I used this approach when I wanted to wake my computer over LAN/WAN. the client side you sends some data (called the magic packet) and the server side listens for incoming packet data and if the packet understood, computer wakes up.

Try googling a C# solution on how to wake up your computer over LAN and you will get some really nice, easy and understandable examples on how to do that that will most probably make this clear.