Geen omschrijving

SharpPcap.dll.config 492B

123456789
  1. <!-- Configuration file used by Mono to aid in dll mapping between platforms so the same
  2. assembly can be used on Windows, where it will find wpcap.dll, and on linux/mac where
  3. Mono will map the dll to libpcap.so.
  4. This file should be placed along side of the assembly dll or in a system searchable location.
  5. See http://www.mono-project.com/Interop_with_Native_Libraries#Library_Names -->
  6. <configuration>
  7. <dllmap dll="wpcap" target="libpcap.so" />
  8. </configuration>