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:
Andrew Rioux
2023-09-02 23:09:05 -04:00
parent 4449a771e2
commit 81fb2ed548
19 changed files with 196 additions and 30 deletions

View File

@@ -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