Repo created
This commit is contained in:
parent
6e9a0d01ce
commit
7ee9806fba
2415 changed files with 312708 additions and 2 deletions
13
tcpdump/jni/libpcap/pcap-septel.h
Normal file
13
tcpdump/jni/libpcap/pcap-septel.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
* pcap-septel.c: Packet capture interface for Intel Septel card
|
||||
*
|
||||
* The functionality of this code attempts to mimic that of pcap-linux as much
|
||||
* as possible. This code is only needed when compiling in the Intel/Septel
|
||||
* card code at the same time as another type of device.
|
||||
*
|
||||
* Authors: Gilbert HOYEK (gil_hoyek@hotmail.com), Elias M. KHOURY
|
||||
* (+961 3 485343);
|
||||
*/
|
||||
|
||||
pcap_t *septel_create(const char *device, char *ebuf, int *is_ours);
|
||||
int septel_findalldevs(pcap_if_t **devlistp, char *errbuf);
|
||||
Loading…
Add table
Add a link
Reference in a new issue