blob: b72f35bc4c743cbbd673d79a58c5916ae9a06fb9 [file] [log] [blame]
The Android Open Source Project478ab6c2009-03-03 19:30:05 -08001/*
2 * pcap-septel.c: Packet capture interface for Intel Septel card
3 *
4 * The functionality of this code attempts to mimic that of pcap-linux as much
5 * as possible. This code is only needed when compiling in the Intel/Septel
6 * card code at the same time as another type of device.
7 *
8 * Authors: Gilbert HOYEK (gil_hoyek@hotmail.com), Elias M. KHOURY
9 * (+961 3 485343);
10 *
JP Abgrall511eca32014-02-12 13:46:45 -080011 * @(#) $Header: /tcpdump/master/libpcap/pcap-septel.h,v 1.2 2008-04-04 19:37:45 guy Exp $
The Android Open Source Project478ab6c2009-03-03 19:30:05 -080012 */
13
JP Abgrall511eca32014-02-12 13:46:45 -080014pcap_t *septel_create(const char *device, char *ebuf, int *is_ours);
15int septel_findalldevs(pcap_if_t **devlistp, char *errbuf);