TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
asad
NA
1
0
enabling PROMISCUOUS mode
Mar 18 2007 5:50 PM
Hi!
i m on my way in devloping a packet sniffer using visual c#(express edition) and in between i was first having problems receving and sending the packets in / out of my machine. I was able to identify the problem firstly that my NIC was not being operating in PROMISCUOUS mode thus making it impossible for my code to guarantee(100%) the packets tranversal in /out of my NIC. Thus in order to have all the packets being processed by your machine regardless of the destiantion address i need to put my NIC on PROMISCUOUS mode.
but sadly uptill now i have not being able to find an easy way for doing this. I have searched all over the net and the only articles i was able to extract was regarding the installation of ndis driver and then through the use of [dll import ] import method one can configure your nic. But the problem in this method is that this is not all portable approach....coz wht i know every nic doesn't have an ndis driver installed and needs to be installed specifically on each machine in order ro work.
Could anyone thus,guide me how could i enable my NIC into PROMISCUOUS mode(using c#) in a manner that is more portable and workable under ... please let me know so far my luck with c # regarding this problem have been complete failure!
Thx in anticiptation
Asad
Reply
Answers (
0
)
I Have A Problem With Raise Event In C#
Inhertance question - I want answer