Age | Commit message (Expand) | Author | Files | Lines |
2002-12-19 | NetBSD support for multiple data link types on an interface, from David | guy | 14 | -16/+364 |
2002-12-17 | Indicate when "pcap_next()" returns NULL, and that, unfortunately, you | guy | 1 | -1/+10 |
2002-12-12 | Add gencode support for DLT_IEEE802_11_RADIO. | guy | 1 | -1/+23 |
2002-12-11 | Add new DLT_ type for AVS's WLAN header. | guy | 2 | -4/+19 |
2002-12-06 | add BPF_ filters for misc. IS-IS PDU Types | hannes | 5 | -9/+116 |
2002-12-04 | fixed BPF generation of OSI over {CHDLC and ATM-LLC} frames | hannes | 1 | -14/+67 |
2002-11-13 | As per Ayamura Kikuchi, on some UNIXes, such as IRIX, "sa_len" is | guy | 1 | -4/+4 |
2002-11-11 | Added support for raw ARCNET (878.1) under Win32. | risso | 1 | -1/+4 |
2002-10-24 | There was a bug in pcap_open_offline: in case of error, the returned pointer ... | risso | 1 | -1/+3 |
2002-10-19 | From Kazushi Sugyo: address pointers in entries returned by | guy | 2 | -2/+3 |
2002-10-18 | Add support for RFC 2625 IP-over-Fibre Channel, mapping all the Linux | guy | 5 | -12/+106 |
2002-10-09 | Add LINKTYPE_ values and mapping table entries for the new DLT_ values | guy | 1 | -1/+13 |
2002-10-09 | Reserved as per request from Kent Dahlgren <kent@praesum.com> for private use | hannes | 1 | -1/+10 |
2002-10-08 | Split the README items into "using BPF" and "using DLPI" items; if you | guy | 1 | -12/+23 |
2002-10-08 | From Jon Lindgren <jonl@yubyub.net>, based on a note from Don Ebright | guy | 2 | -1/+25 |
2002-09-18 | On Solaris, if the "to_ms" argument is zero, we don't do an SBIOCSTIME; | guy | 1 | -4/+3 |
2002-09-18 | Document that a zero value of the timeout argument to "pcap_open_live()" | guy | 1 | -2/+7 |
2002-09-12 | Emphasize that you get only "caplen" bytes of data in the callback from | guy | 1 | -3/+20 |
2002-09-06 | Explain, in more detail, the "netmask" argument to "pcap_compile()"; in | guy | 1 | -3/+9 |
2002-09-04 | Red Hat Linux 7.2 appears to have a <net/raw.h> file, which causes the | guy | 2 | -7/+7 |
2002-08-26 | From an anonymous Sourceforge user: include <net/if.h> to declare the | guy | 1 | -1/+3 |
2002-08-25 | From Guillaume Pelat <endymion_@users.sourceforge.net>: properly | guy | 2 | -2/+3 |
2002-08-20 | Since the maximum error message size of libpcap is PCAP_ERRBUF_SIZE, this pre... | risso | 1 | -2/+2 |
2002-08-12 | correct arg to calloc() - it is (nelem, size), not (size, nelem). from openbsd | itojun | 1 | -2/+2 |
2002-08-11 | Make "lane" behave like "vlan", i.e. have it tweak the interpretation | guy | 2 | -203/+343 |
2002-08-09 | Added a readme that explains how to compile libpcap under win32. | risso | 1 | -0/+46 |
2002-08-09 | Added the Win32 project files, that allow to compile libpcap and include it i... | risso | 2 | -0/+197 |
2002-08-08 | Redo the code generation for 802.11 MAC address tests to reorder the | guy | 1 | -170/+191 |
2002-08-08 | Give it an SCCS and RCS ID. | guy | 1 | -3/+13 |
2002-08-08 | Token Ring multicasts are handled the same way other 802.x multicasts | guy | 1 | -4/+10 |
2002-08-08 | Add support for operations that test 802.11 SA or DA fields, and for | guy | 2 | -19/+451 |
2002-08-07 | pcap_add_if_win32 added a fake ip address (0.0.0.0) to interfaces without add... | risso | 1 | -20/+2 |
2002-08-06 | Support the "inbound" and "outbound" qualifiers on Linux cooked | guy | 1 | -1/+22 |
2002-08-06 | The Frame Realay and SunATM link-layer types are no longer reserved for | guy | 1 | -3/+2 |
2002-08-06 | Fix a typo in a comment. | guy | 1 | -2/+2 |
2002-08-05 | Get rid of probably-unnecessary includes of <net/if.h>. | guy | 2 | -8/+2 |
2002-08-05 | Give the file an SCCS and RCS ID. | guy | 3 | -0/+12 |
2002-08-04 | Sort the maintainers' names in alphabetical order by the given name, and | guy | 1 | -6/+6 |
2002-08-03 | Remove directory names. | guy | 1 | -2/+0 |
2002-08-03 | Add the include and source files used for building on Win32 to the list | guy | 1 | -0/+23 |
2002-08-03 | Get rid of an old comment (yes, including <net/if_types.h> is the right | guy | 1 | -8/+16 |
2002-08-03 | Put in a note about IPv6 addresses on platforms that have only | guy | 1 | -1/+11 |
2002-08-03 | The genius who checked in the previous change removed a comma after a | guy | 1 | -2/+2 |
2002-08-03 | Add Gianluca Varenni to the list of contributors, as he's one of the | guy | 1 | -0/+1 |
2002-08-02 | Remove in6addr_any and in6addr_loopback, not needed by libpcap directly, from... | risso | 1 | -4/+1 |
2002-08-02 | Sorry, didn't see the patch that brought pcap-stdinc.h to version 1.2. This p... | risso | 1 | -21/+0 |
2002-08-02 | Strangely, the file seems to be truncated after its commit on cvs.tcpdump.org... | risso | 1 | -0/+19 |
2002-08-02 | Include "IP6_misc.h" even on UNIX if __MINGW32__ is defined, as had | guy | 2 | -11/+23 |
2002-08-02 | Put in a comment on an #endif, as the #else has one. | guy | 1 | -2/+2 |
2002-08-02 | Crank the version up to 0.8, as that's what the next release from this | guy | 2 | -3/+3 |