]> The Tcpdump Group git mirrors - libpcap/commit
Move the packet32.dll-based pcap_lookup{dev,net} to pcap-win32.c.
authorGuy Harris <[email protected]>
Thu, 7 Sep 2017 01:20:18 +0000 (18:20 -0700)
committerGuy Harris <[email protected]>
Thu, 7 Sep 2017 01:20:18 +0000 (18:20 -0700)
commit64f009fda89e07067fe51552dd9b4f5f39f7fa56
tree406be3797ff82ccf84764698727b76acc3168995
parentbe0115d574ef20890cb378c36747bc44bebc5704
Move the packet32.dll-based pcap_lookup{dev,net} to pcap-win32.c.

That way, inet.c has only the UN*X versions; pcap-dos.c already has the
MS-DOS version.

Build inet.c only on UN*X.

Remove tests for Windows and MS-DOS from inet.c, as it's now UN*X-only.
CMakeLists.txt
inet.c
msdos/makefile
msdos/makefile.dj
msdos/makefile.wc
pcap-win32.c