]> The Tcpdump Group git mirrors - libpcap/commit
For now, move the UN*X pcap_lookupnet() to pcap.c.
authorGuy Harris <[email protected]>
Thu, 7 Sep 2017 23:52:18 +0000 (16:52 -0700)
committerGuy Harris <[email protected]>
Thu, 7 Sep 2017 23:52:18 +0000 (16:52 -0700)
commitd51f745c99d18b672bed4f03fb7fdf6453696828
treef912229314dc701e773ccda6d28c1a03b05acb9a
parent16313788a7f41222f8162ef3d0a180531c908ff6
For now, move the UN*X pcap_lookupnet() to pcap.c.

Eventually, we want an API to return a list of attributes for a device
(like the options for a pcapng Interface Description Block), and we
could use that in pcap_lookupnet(), so the platform dependencies are
pushed down to the list-of-attributes API.
CMakeLists.txt
INSTALL.txt
Makefile.in
inet.c [deleted file]
pcap.c