2004-10-19 |
guy | Add a "pcap_close_common()" routine which can be used... |
blob | commitdiff | raw |
2004-09-06 |
guy | Not all Linuxes define ARPHRD_IRDA; define it if it... |
blob | commitdiff | raw | diff to current |
2004-04-07 |
guy | As per Mark Pizzolato, "sendto()" isn't necessary for... |
blob | commitdiff | raw | diff to current |
2004-03-24 |
guy | Fixes from Mark Pizzolato. |
blob | commitdiff | raw | diff to current |
2004-03-23 |
guy | Add support for sending packets; includes contributions... |
blob | commitdiff | raw | diff to current |
2004-01-14 |
guy | Don't use a static variable for the accumulated statist... |
blob | commitdiff | raw | diff to current |
2004-01-02 |
hannes | patch from Erik de Castro Lopo <erik.de.castro.lopo... |
blob | commitdiff | raw | diff to current |
2003-12-18 |
guy | For devices that we have some reason to believe are... |
blob | commitdiff | raw | diff to current |
2003-11-21 |
guy | Add a "pcap_get_selectable_fd()" API to get an FD on... |
blob | commitdiff | raw | diff to current |
2003-11-20 |
guy | Add "getnonblock" and "setnonblock" operations, and... |
blob | commitdiff | raw | diff to current |
2003-11-18 |
guy | From Jean Tourrilhes <[email protected]>: IrDA... |
blob | commitdiff | raw | diff to current |
2003-11-15 |
guy | Add _U_ to "rcsid[]" definitions, to eliminate "unused... |
blob | commitdiff | raw | diff to current |
2003-11-05 |
guy | From Jesper Peterson: fix a cut-and-pasteo (the Linux... libpcap-0.8-bp |
blob | commitdiff | raw | diff to current |
2003-11-04 |
guy | Add a "pcap_breakloop()" API to break out of the loop in |
blob | commitdiff | raw | diff to current |
2003-10-06 |
guy | From Krzysztof Halasa <[email protected]>: |
blob | commitdiff | raw | diff to current |
2003-07-25 |
guy | Add a "read" function pointer to the pcap_t structure... |
blob | commitdiff | raw | diff to current |
2003-07-25 |
guy | Add a "set_datalink" function pointer to the pcap_t... |
blob | commitdiff | raw | diff to current |
2003-07-25 |
guy | Add a "setfilter" function pointer to the pcap_t struct... |
blob | commitdiff | raw | diff to current |
2003-07-25 |
guy | Add a "stats" function pointer to the pcap_t structure... |
blob | commitdiff | raw | diff to current |
2003-07-25 |
guy | Add a "close" function pointer to the pcap_t structure... |
blob | commitdiff | raw | diff to current |
2003-07-23 |
guy | From Jesper Peterson <[email protected]>: support for... |
blob | commitdiff | raw | diff to current |
2003-04-09 |
guy | Don't turn allmulti mode on if "promisc" isn't set... |
blob | commitdiff | raw | diff to current |
2003-01-23 |
guy | From Peter Fales <[email protected]>: support... |
blob | commitdiff | raw | diff to current |
2002-12-22 |
guy | From Yoann Vandoorselaere <[email protected]>:... |
blob | commitdiff | raw | diff to current |
2002-12-19 |
guy | NetBSD support for multiple data link types on an inter... |
blob | commitdiff | raw | diff to current |
2002-10-18 |
guy | Add support for RFC 2625 IP-over-Fibre Channel, mapping... |
blob | commitdiff | raw | diff to current |
2002-07-12 |
guy | Cut-and-pasteo fix, from Greg Stark <[email protected]>. |
blob | commitdiff | raw | diff to current |
2002-07-11 |
guy | Add SunATM support, based on code from Yen Yen Lim... |
blob | commitdiff | raw | diff to current |
2002-07-06 |
guy | Isn't Linux fun? You might have a distribution whose... |
blob | commitdiff | raw | diff to current |
2002-06-11 |
itojun | whitespace cleanup |
blob | commitdiff | raw | diff to current |
2002-06-01 |
guy | Fix white space. |
blob | commitdiff | raw | diff to current |
2002-03-07 |
guy | Support for ARPHRD_RAWHDLC, as used by, for example... |
blob | commitdiff | raw | diff to current |
2002-02-22 |
guy | Bug fixes from Graeme Hewson <[email protected]... |
blob | commitdiff | raw | diff to current |
2002-02-10 |
guy | Have "map_arphrd_to_dlt()" take a flag indicating wheth... |
blob | commitdiff | raw | diff to current |
2002-02-05 |
guy | From Solomon Peachy <[email protected]>: Linux 2.4... |
blob | commitdiff | raw | diff to current |
2002-02-03 |
guy | Fix a typo in a comment. |
blob | commitdiff | raw | diff to current |
2002-02-03 |
guy | From Jan-Philip Velders <[email protected]>: Linux... |
blob | commitdiff | raw | diff to current |
2001-12-10 |
guy | Put more information into the comments for "pcap_stats()". |
blob | commitdiff | raw | diff to current |
2001-12-10 |
guy | Fixes from Phil Wood: |
blob | commitdiff | raw | diff to current |
2001-10-25 |
guy | When using SOCK_PACKET sockets, which don't support... |
blob | commitdiff | raw | diff to current |
2001-10-25 |
guy | We weren't returning a warning if the interface had... |
blob | commitdiff | raw | diff to current |
2001-10-25 |
guy | Don't print the warning for an ARP type not supported... |
blob | commitdiff | raw | diff to current |
2001-10-08 |
guy | From Scott Gifford: |
blob | commitdiff | raw | diff to current |
2001-09-23 |
guy | ARPHRD_ARP doesn't uniquely specify the header that... |
blob | commitdiff | raw | diff to current |
2001-08-30 |
guy | Changes from Pavel Kankovsky to reset the kernel filter in |
blob | commitdiff | raw | diff to current |
2001-08-25 |
guy | Patch, based on a patch from Pavel Kankovsky <kan@dcit... |
blob | commitdiff | raw | diff to current |
2001-08-24 |
guy | In "pcap_read_packet()", always use "handle->buffer... |
blob | commitdiff | raw | diff to current |
2001-08-24 |
guy | Define MSG_TRUNC as 0x20 if it's not defined, so that... |
blob | commitdiff | raw | diff to current |
2001-08-23 |
guy | Move the code to allocate the packet buffer into "pcap_... |
blob | commitdiff | raw | diff to current |
2001-07-29 |
guy | From Scott Barron <[email protected]>: use the |
blob | commitdiff | raw | diff to current |
2001-07-29 |
guy | Add comments to "pcap_stats()" indicating what the... |
blob | commitdiff | raw | diff to current |
2001-06-18 |
guy | Support for LocalTalk hardware, from Uns Lider <unslide... |
blob | commitdiff | raw | diff to current |
2001-06-10 |
guy | 802.11 support, from Javier Achirica <achirica@ttd... |
blob | commitdiff | raw | diff to current |
2001-04-09 |
guy | Patch from Marcus Felipe Pereira <[email protected]... |
blob | commitdiff | raw | diff to current |
2001-03-20 |
guy | Attempt to put the link-layer payload of packets on... |
blob | commitdiff | raw | diff to current |
2001-01-20 |
guy | Patch from Igor Khristophorov <[email protected]> to handl... |
blob | commitdiff | raw | diff to current |
2001-01-18 |
guy | Some platforms that lack <netpacket/packet.h> define... |
blob | commitdiff | raw | diff to current |
2001-01-17 |
guy | At least some libc5 systems don't have <netinet/if_ethe... |
blob | commitdiff | raw | diff to current |
2001-01-14 |
guy | Generate code to check for LLC SAP values on Linux... |
blob | commitdiff | raw | diff to current |
2001-01-03 |
guy | Remove the "select()" from the code path for reading... |
blob | commitdiff | raw | diff to current |
2000-12-23 |
guy | It's a bit more convenient for Ethereal if the "sll_pro... |
blob | commitdiff | raw | diff to current |
2000-12-23 |
guy | Fix a typo. |
blob | commitdiff | raw | diff to current |
2000-12-22 |
guy | Check for "ippp" devices, as well as "isdn" and "isdY... |
blob | commitdiff | raw | diff to current |
2000-12-22 |
guy | Just copy over the "sll_protocol" field - if it's not... |
blob | commitdiff | raw | diff to current |
2000-12-22 |
guy | Explicitly map PACKET_ values to LINUX_SLL_ values... |
blob | commitdiff | raw | diff to current |
2000-12-22 |
guy | Patch from Olaf Kirch to add support for ARPHRD_TUNNEL... |
blob | commitdiff | raw | diff to current |
2000-12-21 |
guy | Add support for a new link layer type DLT_LINUX_SLL... |
blob | commitdiff | raw | diff to current |
2000-12-18 |
guy | Improve the error message printed if you try to use... |
blob | commitdiff | raw | diff to current |
2000-12-16 |
guy | Clean up promiscuous mode, when using SOCK_PACKET,... |
blob | commitdiff | raw | diff to current |
2000-12-03 |
guy | The Linux 2.4 kernel supplies ARPHRD_IEEE802_TR, rather... |
blob | commitdiff | raw | diff to current |
2000-11-04 |
guy | Patch from Arkadiusz Miskiewicz <[email protected]... |
blob | commitdiff | raw | diff to current |
2000-10-28 |
guy | When attaching a "bpf_program" to a "pcap_t" to use... |
blob | commitdiff | raw | diff to current |
2000-10-25 |
guy | If we're receiving packets from a PF_PACKET socket... |
blob | commitdiff | raw | diff to current |
2000-10-25 |
guy | The Linux "pcap_setfilter()" makes a copy of the filter... |
blob | commitdiff | raw | diff to current |
2000-10-25 |
guy | If we're reading from a savefile, don't try to install... |
blob | commitdiff | raw | diff to current |
2000-10-20 |
guy | Don't declare "iface_get_id()" or "iface_bind()" if |
blob | commitdiff | raw | diff to current |
2000-10-18 |
torsten | pcap_read: Back out the last change. Now EINTR is handl... |
blob | commitdiff | raw | diff to current |
2000-10-18 |
torsten | pcap_read: Check the error code of select against EINTR... |
blob | commitdiff | raw | diff to current |
2000-10-18 |
guy | Oops, I missed one PCAP_ENCAP_ value; revert it to... |
blob | commitdiff | raw | diff to current |
2000-10-12 |
guy | Get rid of the PCAP_ENCAP_ values - if an application... |
blob | commitdiff | raw | diff to current |
2000-09-20 |
torsten | Added support for an "any" device based on a patch... |
blob | commitdiff | raw | diff to current |
2000-09-20 |
guy | Give it an SCCS ID and an RCS ID. |
blob | commitdiff | raw | diff to current |
2000-09-17 |
guy | Introduce a set of PCAP_ENCAP_ codes to specify packet... |
blob | commitdiff | raw | diff to current |
2000-08-13 |
torsten | Changed the indention of pcap-linux.c to match with... |
blob | commitdiff | raw | diff to current |
2000-08-04 |
torsten | Updated the comment on the MSG_TRUNC problem in connect... |
blob | commitdiff | raw | diff to current |
2000-07-11 |
assar | conditionalize on USHRT_MAX and SOL_PACKET. From Love |
blob | commitdiff | raw | diff to current |
2000-07-11 |
assar | (MSG_TRUNC): define if it's not defined. From Love |
blob | commitdiff | raw | diff to current |
2000-07-11 |
assar | add config.h, remove gnuc.h. remove __dead |
blob | commitdiff | raw | diff to current |
2000-07-04 |
assar | use snprintf instead of sprintf. From Juergen Schoenwa... |
blob | commitdiff | raw | diff to current |
2000-06-08 |
torsten | Merged the Linux v2.2 packet support into the main... |
blob | commitdiff | raw | diff to current |
2000-05-13 |
assar | (pcap_open_live): remove duplicate PCAP_ERRBUF_SIZE |
blob | commitdiff | raw | diff to current |
2000-05-08 |
itojun | typo; snprint -> snprintf |
blob | commitdiff | raw | diff to current |
2000-04-27 |
itojun | s/PCAP_ERRBUFF_SIZE/PCAP_ERRBUF_SIZE/ (fatal typo) |
blob | commitdiff | raw | diff to current |
2000-04-27 |
itojun | nuke strcpy() |
blob | commitdiff | raw | diff to current |
2000-04-27 |
itojun | do not use sprintf(). always use snprintf(). |
blob | commitdiff | raw | diff to current |
1999-10-07 |
mcr | Initial revision |
blob | commitdiff | raw | diff to current |
|