]> The Tcpdump Group git mirrors - libpcap/commit
Move the RPCAP-specific functions to pcap-rpcap.h.
authorGuy Harris <[email protected]>
Tue, 21 Mar 2017 00:48:47 +0000 (17:48 -0700)
committerGuy Harris <[email protected]>
Tue, 21 Mar 2017 00:48:47 +0000 (17:48 -0700)
commitb59ef78986f78295a258711f2ed7110788e8271f
tree9e6405c76bb74dba3499d2334ded69289c776ba1
parent1b35a8c462a932fe66d2c69a6ba9976b610273a8
Move the RPCAP-specific functions to pcap-rpcap.h.

Move the declarations of the interfaces that are currently used for
RPCAP by pcap_open_live(), pcap_open(), and pcap_findalldevs_ex() to
pcap-rpcap.h; in the future, that will hold the routines used by
pcap_create() and any future API for enumerating interfaces.
Makefile.in
pcap-int.h
pcap-new.c
pcap-rpcap.c
pcap-rpcap.h [new file with mode: 0644]
pcap.c