summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Corrected the definition of IN_EXPERIMENTAL (0xfxxxxxxx is the experimental s...libpcap_0_8libpcap-0.8risso2004-10-251-2/+2
* Added an #ifndef WIN32 around #include <strings.h> since this include file isrisso2004-10-071-2/+3
* From Matthew Luckie <mjl@luckie.org.nz>: FreeBSD version numbers fromguy2004-09-152-3/+4
* Not all Linuxes define ARPHRD_IRDA; define it if it's not defined.guy2004-09-061-1/+4
* From Nicolas Dade <ndade@nsd.dyndns.org>: the VLAN tag is in the lowerguy2004-08-272-2/+3
* Add in another magic number, reserved for Francisco Mesquitaguy2004-08-171-11/+44
* From Rick Jones: fix a comment.guy2004-07-201-2/+2
* Fixed a memory leak in pcap_close_win32: p->Packet was not freed whenrisso2004-06-161-1/+5
* Added a check against a NULL pointer in pcap_sendrisso2004-06-071-1/+8
* "sbh_drops" is cumulative, so we can't add it to the packet receiveguy2004-05-211-15/+13
* Add the dropped packet count to the received packet count, so that theguy2004-05-211-9/+22
* Fixed a bug in pcap_findalldevs on Win32 that not initialized *alldevsp to NULLrisso2004-04-301-2/+3
* Fixed a memory leak in pcap_lookupdev under Win32.risso2004-04-301-5/+15
* Modified pcap_findalldevs on Win32, so that it is able to properly handle anrisso2004-04-301-3/+19
* On non-HP-UX systems, if we fail to open "/dev/{if}" or "/dev/{if}N"guy2004-04-231-3/+23
* From Brian Ginsbach: handle 65535-byte packets from the UNICOS/mpguy2004-04-071-3/+13
* Move "snprintf.c" to the "missing" directory, as that's whereguy2004-04-052-3/+3
* If we get EAGAIN, return 0, as we do with EAGAIN and EWOULDBLOCK onguy2004-04-031-2/+7
* Not all systems have "sa_family_t"; use "u_int8_t" instead.guy2004-04-021-3/+3
* From Rick Jones: the DL_HP_PPA_ACK_OBS #defines are gone in HP-UX 11.23;guy2004-04-021-3/+3
* Change noteslibpcap_0_8rel3libpcap-0.8.3mcr2004-03-301-1/+7
* bumped version to 0.8.3mcr2004-03-301-1/+1
* Get rid of long-vs-int problem in a printf format (sometimes sizeof isguy2004-03-291-3/+3
* updates for 0.8.2libpcap_0_8rel2libpcap-0.8.2mcr2004-03-291-1/+7
* Handle the new OpenBSD pf format (DLT 117), which is now being usedfenner2004-03-287-55/+180
* Regenerate.fenner2004-03-281-1559/+4789
* Require autoconf 2.50 and use AC_LIBOBJ()fenner2004-03-281-5/+4
* Pass correct prereqs for <netinet/if_ether.h>fenner2004-03-281-3/+5
* From Gisle Vanem: at least some compilation environments on Windows doguy2004-03-251-2/+2
* Fix cut-and-pasteos; thanks to Darren Reed for finding them.guy2004-03-212-4/+4
* Add support for Apple's IP-over-IEEE 1394 encapsulation.guy2004-03-173-7/+14
* Beef up some comments, and clean up some other comments.guy2004-03-111-10/+14
* Put the LINKTYPE_ values in numerical order, to make it easier to makeguy2004-03-111-17/+83
* Add in the Symantec firewall DLT_ value and LINKTYPE_ values, and theguy2004-03-112-3/+34
* Don't rely on SA_LEN to check whether it's passed a null pointer (itguy2004-03-111-13/+34
* Update the last modification date.guy2004-02-281-2/+2
* Document "pcap_get_selectable_fd()" - and give some details on the stuffguy2004-02-281-1/+63
* For now, support "link[N:M]" filtering, but nothing else, forguy2004-01-311-1/+24
* DLT_IEEE802_11_RADIO is used for the BSD radio header; add a newguy2004-01-294-17/+69
* Add stuff from the FreeBSD gencode.c to a comment.guy2004-01-291-2/+4
* Propagate from the main branch:guy2004-01-271-1/+2
* Update the date.guy2004-01-261-2/+2
* Put some of Takashi Yamamoto's optimizer changes back - those changeslibpcap_0_8rel1libpcap-0.8.1guy2003-12-222-45/+34
* Back out Takashi Yamamoto's patch - it appears to make it more likelyguy2003-12-221-38/+51
* Propagate to the x.8 branch the following change:guy2003-12-211-2/+2
* "selectable_fd" doesn't make sense on Windows.guy2003-12-211-1/+6
* Add some DLT_ values for private use.guy2003-12-201-1/+47
* Put in very minimal support for DLT_LINUX_IRDA filters.guy2003-12-181-1/+13
* spec file for 0.8mcr2003-12-171-9/+24
* On Mac OS X 10.3, including <sys/socket.h> eventually drags in a headerguy2003-12-162-5/+5