cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
packet sniffer
packet sniffer
Jul 16, 2008 at 8:32am UTC
aashuitdude
(2)
hi
can anyone tell me how to read network packets using turbo/borland c++.
Jul 16, 2008 at 7:22pm UTC
Zaita
(2770)
You need to learn about networking. How to hook into the network interface driver so you can access the packets before they are passed to the application.
I'd suggest studying the source-code of WinPCAP / WireShark.
Jul 18, 2008 at 2:06pm UTC
aashuitdude
(2)
thanx
Topic archived. No new replies allowed.