Overview
Comment: | Removed unneeded NT-level specifications |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
3543ed3073abc183990a0117ba6beaf0 |
User & Date: | rkeene on 2014-01-27 07:05:34 |
Other Links: | manifest | tags |
Context
2014-01-27
| ||
08:25 | Updated icon check-in: ca0b4d5f80 user: rkeene tags: trunk | |
07:05 | Removed unneeded NT-level specifications check-in: 3543ed3073 user: rkeene tags: trunk | |
2014-01-25
| ||
13:15 | Changed selection of icons check-in: f45f1fd641 user: rkeene tags: trunk | |
Changes
Modified Makefile from [f12b3352f7] to [321d44efa6].
︙ | ︙ | |||
75 76 77 78 79 80 81 | unzip ../$(WINPCAP_DEV_ZIP); \ cp ../pcap-config WpdPack/; \ cd WpdPack; \ echo '#define pcap_can_set_rfmon(x) 0' >> Include/pcap/pcap.h; \ echo '#define pcap_set_rfmon(x, y) -1' >> Include/pcap/pcap.h; \ echo '#define pcap_statustostr(x) ""' >> Include/pcap/pcap.h; \ cd ../tcpdump-$(TCPDUMP_VERSION); \ | | | 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 | unzip ../$(WINPCAP_DEV_ZIP); \ cp ../pcap-config WpdPack/; \ cd WpdPack; \ echo '#define pcap_can_set_rfmon(x) 0' >> Include/pcap/pcap.h; \ echo '#define pcap_set_rfmon(x, y) -1' >> Include/pcap/pcap.h; \ echo '#define pcap_statustostr(x) ""' >> Include/pcap/pcap.h; \ cd ../tcpdump-$(TCPDUMP_VERSION); \ ./configure --without-smi --disable-smb --enable-ipv6 --without-crypto --host=$(TOOLCHAIN) PCAP_CONFIG="$$(pwd)/../WpdPack/pcap-config" LIBS='-lws2_32' ac_cv_func_getnameinfo='yes'; \ sed -i 's@Ws2tcpip\.h@ws2tcpip.h@' tcpdump-stdinc.h; \ grep -v '^# *define.*UNALIGNED' tcpdump-stdinc.h | \ grep -v '<net/netdb\.h>' > tcpdump-stdinc.h.new && mv tcpdump-stdinc.h.new tcpdump-stdinc.h; \ echo '#define HAVE_SOCKADDR_STORAGE 1' >> config.h; \ echo '#define HAVE_U_INT8_T 1' >> config.h; \ echo '#define HAVE_U_INT16_T 1' >> config.h; \ echo '#define HAVE_U_INT32_T 1' >> config.h; \ |
︙ | ︙ |