Search:
Forum
General C++ Programming
How do I programmatically spoof the MAC
How do I programmatically spoof the MAC address of a network adapter?
Sep 22, 2010 at 9:15am UTC
unregistered
(199)
Will pcap or winpcap libraries be of any help?
Sep 22, 2010 at 10:05am UTC
kbw
(9488)
You'll need to do it in the device driver. pcap just listens.
EDIT: Just thought of raw sockets, but even if that works, you'll have bought yourself a lot more work.
Last edited on
Sep 22, 2010 at 3:40pm UTC
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs