libpcap: add upstream patch to fix runtime issue when TPACKET_V3 isn't supported
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 16 Dec 2013 15:03:03 +0000 (16:03 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 16 Dec 2013 15:03:03 +0000 (16:03 +0100)
commit7f05f73e44d8be72aacb53d279585281b639058f
tree3d9abd2b108eb7095a5dd20e9aa8a6976707abcb
parent9e8015d4651a77a40a9ffe48051e53baecc20ced
libpcap: add upstream patch to fix runtime issue when TPACKET_V3 isn't supported

libpcap would fail to initialize on Linux when compiled against kernel
headers with TPACKET_V3 support but running on kernel without:

"can't get TPACKET_V3 header len on packet socket: Invalid argument"

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libpcap/libpcap-0001-remove-libnl-include-path.patch [new file with mode: 0644]
package/libpcap/libpcap-0002-fix-TPACKET_V3-initialization-GH-329.patch [new file with mode: 0644]
package/libpcap/libpcap-remove-libnl-include-path.patch [deleted file]