chrisdutz opened a new issue, #1567: URL: https://github.com/apache/plc4x/issues/1567
### What happened? In Java we detect if libpcap is installed and if it's not, we skip the pcap related tests. In PLC4Go the build fails, if no libpcap is installed on the system: ``` [INFO] === Failed [INFO] === FAIL: spi/transports/pcap TestTransportInstance_Connect/connect_with_file (0.00s) [INFO] TransportInstance_test.go:163: Connect() error = couldn't load wpcap.dll, wantErr false [INFO] --- FAIL: TestTransportInstance_Connect/connect_with_file (0.00s) ``` NOTE: Currently it seems impossible to install WinPCAP on Windows systems with Aarch64 architecture. But I found that we now need to install NPcap, which is available for Windows Aarch64 ### Version v0.13.0-SNAPSHOT ### Programming Languages - [ ] plc4j - [X] plc4go - [ ] plc4c - [ ] plc4net ### Protocols - [ ] AB-Ethernet - [ ] ADS /AMS - [ ] BACnet/IP - [ ] CANopen - [ ] DeltaV - [ ] DF1 - [ ] EtherNet/IP - [ ] Firmata - [ ] KNXnet/IP - [ ] Modbus - [ ] OPC-UA - [ ] S7 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@plc4x.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org