| Commit message (Expand) | Author | Age | Files | Lines |
* | From Pawel Pokrywka: add support for requesting that only received | guy | 2005-05-03 | 1 | -1/+2 |
* | Add a "pcap_close_common()" routine which can be used as the close | guy | 2004-10-19 | 1 | -11/+2 |
* | Add support for sending packets; includes contributions from Mark | guy | 2004-03-23 | 1 | -2/+42 |
* | For devices that we have some reason to believe are real live Ethernet | guy | 2003-12-18 | 1 | -1/+21 |
* | Add a "pcap_get_selectable_fd()" API to get an FD on which you can do a | guy | 2003-11-21 | 1 | -1/+7 |
* | Add "getnonblock" and "setnonblock" operations, and set the function | guy | 2003-11-20 | 1 | -1/+3 |
* | Add _U_ to "rcsid[]" definitions, to eliminate "unused variable" | guy | 2003-11-15 | 1 | -2/+2 |
* | Add a "pcap_breakloop()" API to break out of the loop in | guy | 2003-11-04 | 1 | -1/+21 |
* | Add a "read" function pointer to the pcap_t structure, which handles | guy | 2003-07-25 | 1 | -3/+4 |
* | Add a "set_datalink" function pointer to the pcap_t structure, whichhandles | guy | 2003-07-25 | 1 | -7/+2 |
* | Add a "setfilter" function pointer to the pcap_t structure, which | guy | 2003-07-25 | 1 | -10/+2 |
* | Add a "stats" function pointer to the pcap_t structure, which handles | guy | 2003-07-25 | 1 | -3/+4 |
* | Add a "close" function pointer to the pcap_t structure, which handles | guy | 2003-07-25 | 1 | -1/+13 |
* | From Yoann Vandoorselaere <yoann@prelude-ids.org>: make the "device" | guy | 2002-12-22 | 1 | -2/+3 |
* | NetBSD support for multiple data link types on an interface, from David | guy | 2002-12-19 | 1 | -1/+7 |
* | From Guillaume Pelat <endymion_@users.sourceforge.net>: properly | guy | 2002-08-25 | 1 | -2/+2 |
* | Add SunATM support, based on code from Yen Yen Lim at North Dakota State | guy | 2002-07-11 | 1 | -1/+7 |
* | Put more information into the comments for "pcap_stats()". | guy | 2001-12-10 | 1 | -2/+8 |
* | Add comments to "pcap_stats()" indicating what the counters mean on the | guy | 2001-07-29 | 1 | -1/+12 |
* | When attaching a "bpf_program" to a "pcap_t" to use as a userland | guy | 2000-10-28 | 1 | -2/+3 |
* | Get rid of the PCAP_ENCAP_ values - if an application uses them, that | guy | 2000-10-12 | 1 | -2/+2 |
* | Introduce a set of PCAP_ENCAP_ codes to specify packet encapsulations. | guy | 2000-09-17 | 1 | -2/+2 |
* | replace bzero with memset | assar | 2000-07-29 | 1 | -2/+2 |
* | add config.h, remove gnuc.h. remove __dead | assar | 2000-07-11 | 1 | -2/+5 |
* | remove non-STDC code and malloc.h | assar | 2000-07-01 | 1 | -4/+1 |
* | s/PCAP_ERRBUFF_SIZE/PCAP_ERRBUF_SIZE/ (fatal typo) | itojun | 2000-04-27 | 1 | -11/+11 |
* | nuke strcpy() | itojun | 2000-04-27 | 1 | -3/+3 |
* | do not use sprintf(). always use snprintf(). | itojun | 2000-04-27 | 1 | -10/+17 |
* | Initial revision | mcr | 1999-10-07 | 1 | -0/+300 |