feat: added windows support
factored out the packet parsing logic from libpcap will probably come back to linking against libpcap in a later version
This commit is contained in:
@@ -17,3 +17,6 @@ FROM rust:1-alpine
|
||||
|
||||
RUN apk add cmake make automake musl-dev autoconf libtool \
|
||||
flex bison linux-headers openssl-dev lldb build-base libcap-dev
|
||||
|
||||
RUN apk add mingw-w64-gcc mingw-w64-winpthreads mingw-w64-headers && \
|
||||
rustup target add x86_64-pc-windows-gnu
|
||||
|
||||
Reference in New Issue
Block a user