summaryrefslogtreecommitdiff
path: root/pcap-nit.c
Commit message (Expand)AuthorAgeFilesLines
* When attaching a "bpf_program" to a "pcap_t" to use as a userlandguy2000-10-281-2/+3
* Get rid of the PCAP_ENCAP_ values - if an application uses them, thatguy2000-10-121-2/+2
* Introduce a set of PCAP_ENCAP_ codes to specify packet encapsulations.guy2000-09-171-2/+2
* replace bzero with memsetassar2000-07-291-3/+3
* add config.h, remove gnuc.h. remove __deadassar2000-07-111-2/+5
* s/PCAP_ERRBUFF_SIZE/PCAP_ERRBUF_SIZE/ (fatal typo)itojun2000-04-271-6/+6
* nuke strcpy()itojun2000-04-271-3/+3
* do not use sprintf(). always use snprintf().itojun2000-04-271-7/+10
* Initial revisionmcr1999-10-071-0/+244