0

I was wondering if anyone knows of a arping api or wrapper written in c++ not c ? I have looked at the libpcap library but I want a c++ alternative if possible

http://www.tcpdump.org/pcap3_man.html

Programmatic use of ARP

Thanks

Community
  • 1
  • 1
gda2004
  • 718
  • 13
  • 32

2 Answers2

2

Libpcap's APIs should be callable from C++, at least in newer versions that have extern "C" wrappers in the header files.

0

This looks like it will work http://libpcappp.sourceforge.net/ libpcap++

gda2004
  • 718
  • 13
  • 32