0

fatal error C1083: Cannot open include file: 'pcap.h': No such file or directory.

How to add .pcap.h file? I am doing VC++ project in windows 7 32-bit

Jaap
  • 81,064
  • 34
  • 182
  • 193

1 Answers1

4

Download winpcap developer pack from here and follow the instructions on that page. Here are the additional details on adding include paths and linker paths.

1.download the ZIP archive containing the developer's pack
2.uncompress it to the desired folder

XZ6H
  • 1,779
  • 19
  • 25