summaryrefslogtreecommitdiff
path: root/pcap-linux.c
Commit message (Expand)AuthorAgeFilesLines
* When attaching a "bpf_program" to a "pcap_t" to use as a userlandguy2000-10-281-12/+3
* If we're receiving packets from a PF_PACKET socket, check whether theguy2000-10-251-26/+91
* The Linux "pcap_setfilter()" makes a copy of the filter it's handed, andguy2000-10-251-28/+22
* If we're reading from a savefile, don't try to install a kernel packetguy2000-10-251-4/+9
* Don't declare "iface_get_id()" or "iface_bind()" ifguy2000-10-201-1/+9
* pcap_read: Back out the last change. Now EINTR is handled as timeouttorsten2000-10-181-6/+7
* pcap_read: Check the error code of select against EINTR. Reported bytorsten2000-10-181-3/+6
* Oops, I missed one PCAP_ENCAP_ value; revert it to the equivalent DLT_guy2000-10-181-2/+2
* Get rid of the PCAP_ENCAP_ values - if an application uses them, thatguy2000-10-121-33/+14
* Added support for an "any" device based on a patch from Sebastian Krahmer.torsten2000-09-201-47/+65
* Give it an SCCS ID and an RCS ID.guy2000-09-201-1/+4
* Introduce a set of PCAP_ENCAP_ codes to specify packet encapsulations.guy2000-09-171-12/+34
* Changed the indention of pcap-linux.c to match with the other sourcetorsten2000-08-131-295/+305
* Updated the comment on the MSG_TRUNC problem in connection with the Linuxtorsten2000-08-041-1/+23
* conditionalize on USHRT_MAX and SOL_PACKET. From Loveassar2000-07-111-1/+6
* (MSG_TRUNC): define if it's not defined. From Loveassar2000-07-111-0/+3
* add config.h, remove gnuc.h. remove __deadassar2000-07-111-0/+4
* use snprintf instead of sprintf. From Juergen Schoenwaelderassar2000-07-041-37/+59
* Merged the Linux v2.2 packet support into the main trunk (fromtorsten2000-06-081-280/+726
* (pcap_open_live): remove duplicate PCAP_ERRBUF_SIZEassar2000-05-131-2/+2
* typo; snprint -> snprintfitojun2000-05-081-11/+11
* s/PCAP_ERRBUFF_SIZE/PCAP_ERRBUF_SIZE/ (fatal typo)itojun2000-04-271-11/+11
* nuke strcpy()itojun2000-04-271-2/+2
* do not use sprintf(). always use snprintf().itojun2000-04-271-13/+24
* Initial revisionmcr1999-10-071-0/+331