]> The Tcpdump Group git mirrors - libpcap/commit
Libnl 2.x returns its own error codes, not errnos; handle that.
authorGuy Harris <[email protected]>
Sun, 14 Nov 2010 21:48:19 +0000 (13:48 -0800)
committerGuy Harris <[email protected]>
Sun, 14 Nov 2010 21:48:19 +0000 (13:48 -0800)
commit77ed5cdd1f218377524830b0cee868bdbdb7aae2
tree456e71d43cc4e22bce2b4951855d22bdbd826a79
parentade794238b623a81e2585d1c2073a3bececa10ae
Libnl 2.x returns its own error codes, not errnos; handle that.

While we're at it, don't special-case ENFILE for "delete monitor device"
operations; that's not like "add monitor device", where we want to drive
on if a device with that name already exists.
pcap-linux.c