DanielKirshner / PacketSniffer

Simple packet sniffer like tcpdump
0 stars 0 forks source link

Not compatible for MacOS #3

Open DanielKirshner opened 1 year ago

DanielKirshner commented 1 year ago

Makefile cannot compile with g++ on mac os because the binaries we are including in packet_sniffer.h are different between linux with gnu compilers and mac os with darwin g++ compilers.

DanielKirshner commented 1 year ago

Makefile cannot compile with g++ on mac os because the binaries we are including in packet_sniffer.h are different between linux with gnu compilers and mac os with darwin g++ compilers.

For now I just use ubuntu dockers on my macbook to test the packet sniffer, works great.