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 | 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); \ |
︙ |