Age | Commit message (Expand) | Author | Files | Lines |
2004-03-29 | updates for 0.8.2libpcap_0_8rel2 | mcr | 1 | -1/+7 |
2004-03-28 | Handle the new OpenBSD pf format (DLT 117), which is now being used | fenner | 7 | -55/+180 |
2004-03-28 | Regenerate. | fenner | 1 | -1559/+4789 |
2004-03-28 | Require autoconf 2.50 and use AC_LIBOBJ() | fenner | 1 | -5/+4 |
2004-03-28 | Pass correct prereqs for <netinet/if_ether.h> | fenner | 1 | -3/+5 |
2004-03-25 | From Gisle Vanem: at least some compilation environments on Windows do | guy | 1 | -2/+2 |
2004-03-21 | Fix cut-and-pasteos; thanks to Darren Reed for finding them. | guy | 2 | -4/+4 |
2004-03-17 | Add support for Apple's IP-over-IEEE 1394 encapsulation. | guy | 3 | -7/+14 |
2004-03-11 | Beef up some comments, and clean up some other comments. | guy | 1 | -10/+14 |
2004-03-11 | Put the LINKTYPE_ values in numerical order, to make it easier to make | guy | 1 | -17/+83 |
2004-03-11 | Add in the Symantec firewall DLT_ value and LINKTYPE_ values, and the | guy | 2 | -3/+34 |
2004-03-11 | Don't rely on SA_LEN to check whether it's passed a null pointer (it | guy | 1 | -13/+34 |
2004-02-28 | Update the last modification date. | guy | 1 | -2/+2 |
2004-02-28 | Document "pcap_get_selectable_fd()" - and give some details on the stuff | guy | 1 | -1/+63 |
2004-01-31 | For now, support "link[N:M]" filtering, but nothing else, for | guy | 1 | -1/+24 |
2004-01-29 | DLT_IEEE802_11_RADIO is used for the BSD radio header; add a new | guy | 4 | -17/+69 |
2004-01-29 | Add stuff from the FreeBSD gencode.c to a comment. | guy | 1 | -2/+4 |
2004-01-27 | Propagate from the main branch: | guy | 1 | -1/+2 |
2004-01-26 | Update the date. | guy | 1 | -2/+2 |
2003-12-22 | Put some of Takashi Yamamoto's optimizer changes back - those changeslibpcap_0_8rel1 | guy | 2 | -45/+34 |
2003-12-22 | Back out Takashi Yamamoto's patch - it appears to make it more likely | guy | 1 | -38/+51 |
2003-12-21 | Propagate to the x.8 branch the following change: | guy | 1 | -2/+2 |
2003-12-21 | "selectable_fd" doesn't make sense on Windows. | guy | 1 | -1/+6 |
2003-12-20 | Add some DLT_ values for private use. | guy | 1 | -1/+47 |
2003-12-18 | Put in very minimal support for DLT_LINUX_IRDA filters. | guy | 1 | -1/+13 |
2003-12-17 | spec file for 0.8 | mcr | 1 | -9/+24 |
2003-12-16 | On Mac OS X 10.3, including <sys/socket.h> eventually drags in a header | guy | 2 | -5/+5 |
2003-12-15 | Add some missing entries, and fix an entry. | guy | 1 | -2/+6 |
2003-12-15 | Add some missing files. | guy | 1 | -1/+4 |
2003-12-15 | Put in some missing files. | guy | 1 | -1/+2 |
2003-12-15 | From Albert Chin <china@thewrittenword.com>: on platforms that lack | guy | 8 | -50/+144 |
2003-12-10 | From Jesper Peterson: updates to handle future DAG API releases. | guy | 2 | -36/+56 |
2003-12-03 | Reserve two DLT_ values for IBM's use. | guy | 2 | -2/+17 |
2003-12-01 | Note that "pcap_breakloop()" won't break another thread out of a | guy | 1 | -1/+15 |
2003-11-30 | From Gisle Vanem: enter the packet-processing loop even if no packets | guy | 1 | -2/+16 |
2003-11-22 | When installing a filter: | guy | 1 | -34/+63 |
2003-11-22 | We use userland filters if the filter contains backward branches (for | guy | 1 | -21/+52 |
2003-11-21 | If the kernel supports an older version of BPF than we do, install the | guy | 1 | -2/+11 |
2003-11-21 | Add a "pcap_get_selectable_fd()" API to get an FD on which you can do a | guy | 13 | -14/+130 |
2003-11-20 | Add "getnonblock" and "setnonblock" operations, and set the function | guy | 12 | -76/+147 |
2003-11-20 | From Koryn Grant <koryn@endace.com> - DAG support enhancements and fixes: | guy | 4 | -157/+238 |
2003-11-19 | Typo fix from Brian Ginsbach. | guy | 1 | -2/+2 |
2003-11-18 | Add "pcap_datalink_val_to_description()", which returns, for a DLT_ | guy | 3 | -38/+55 |
2003-11-18 | Use Jean Tourrilhes' HP Labs address. | guy | 1 | -1/+1 |
2003-11-18 | Update the date. | guy | 1 | -15/+91 |
2003-11-18 | From Jean Tourrilhes <jean2@sourceforge.net>: IrDA capture support for | guy | 5 | -5/+41 |
2003-11-18 | Latest config.guess and config.sub from | guy | 2 | -449/+676 |
2003-11-16 | From Brian Ginsbach: add the Cray NV1 CPU to the list of CPUs that don't | guy | 1 | -1/+1 |
2003-11-16 | Add a "pcap_dump_file()" API to get the "FILE *" corresponding to a | guy | 3 | -3/+15 |
2003-11-16 | From Brian Ginsbach <ginsbach@cray.com>: add UNICOS/mp to the list of | guy | 1 | -2/+3 |