summaryrefslogtreecommitdiff
path: root/pcap-snit.c
Commit message (Expand)AuthorAgeFilesLines
...
* NetBSD support for multiple data link types on an interface, from Davidguy2002-12-191-1/+7
* From Guillaume Pelat <endymion_@users.sourceforge.net>: properlyguy2002-08-251-2/+2
* Add SunATM support, based on code from Yen Yen Lim at North Dakota Stateguy2002-07-111-1/+7
* Put more information into the comments for "pcap_stats()".guy2001-12-101-2/+8
* Add comments to "pcap_stats()" indicating what the counters mean on theguy2001-07-291-1/+12
* 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-2/+2
* add config.h, remove gnuc.h. remove __deadassar2000-07-111-2/+5
* remove non-STDC code and malloc.hassar2000-07-011-4/+1
* s/PCAP_ERRBUFF_SIZE/PCAP_ERRBUF_SIZE/ (fatal typo)itojun2000-04-271-11/+11
* nuke strcpy()itojun2000-04-271-3/+3
* do not use sprintf(). always use snprintf().itojun2000-04-271-10/+17
* Initial revisionmcr1999-10-071-0/+300