]> The Tcpdump Group git mirrors - libpcap/blobdiff - pcap-can-linux.h
pcap_create_interface() needs the interface name on Linux.
[libpcap] / pcap-can-linux.h
index 0c8f3b5510908c58b01994d3b5d3f4492a1bd146..fe806ff93578302471124138389b7b2425182e25 100644 (file)
@@ -32,4 +32,5 @@
 /*
  * Prototypes for SocketCAN related functions
  */
-pcap_t* can_create(const char *device, char *ebuf);
+pcap_t* can_create(const char *device, char *ebuf, int *is_ours);
+int can_findalldevs(pcap_if_t **devlistp, char *errbuf);