1) Download and install MinGW32.
2) add MinGW's "\bin" path to your PATH variable
3) Download winpcap development pack 
http://www.winpcap.org/install/bin/WpdPack_4_0_2.zip. Unzip to c:\WpdPack
4) From pypcap-1.1 directory: 
   > python setup.py config --with-pcap="C:\WpdPack"
   > python setup.py build -cmingw32
   > python setup.py bdist_wininst

The installer will be put into the \dist subdirectory of pypcap.

相关文章:

  • 2022-12-23
  • 2021-09-17
  • 2021-10-21
  • 2022-12-23
  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-05
猜你喜欢
  • 2021-11-07
  • 2021-08-14
  • 2021-09-22
  • 2021-09-02
  • 2021-10-14
  • 2022-12-23
  • 2021-08-27
相关资源
相似解决方案