]> The Tcpdump Group git mirrors - libpcap/history - pcap-linux.c
Fix typo.
[libpcap] / pcap-linux.c
2002-12-19  guyNetBSD support for multiple data link types on an inter...
2002-10-18  guyAdd support for RFC 2625 IP-over-Fibre Channel, mapping...
2002-07-12  guyCut-and-pasteo fix, from Greg Stark <[email protected]>.
2002-07-11  guyAdd SunATM support, based on code from Yen Yen Lim...
2002-07-06  guyIsn't Linux fun? You might have a distribution whose...
2002-06-11  itojunwhitespace cleanup
2002-06-01  guyFix white space.
2002-03-07  guySupport for ARPHRD_RAWHDLC, as used by, for example...
2002-02-22  guyBug fixes from Graeme Hewson <[email protected]...
2002-02-10  guyHave "map_arphrd_to_dlt()" take a flag indicating wheth...
2002-02-05  guyFrom Solomon Peachy <[email protected]>: Linux 2.4...
2002-02-03  guyFix a typo in a comment.
2002-02-03  guyFrom Jan-Philip Velders <[email protected]>: Linux...
2001-12-10  guyPut more information into the comments for "pcap_stats()".
2001-12-10  guyFixes from Phil Wood:
2001-10-25  guyWhen using SOCK_PACKET sockets, which don't support...
2001-10-25  guyWe weren't returning a warning if the interface had...
2001-10-25  guyDon't print the warning for an ARP type not supported...
2001-10-08  guyFrom Scott Gifford:
2001-09-23  guyARPHRD_ARP doesn't uniquely specify the header that...
2001-08-30  guyChanges from Pavel Kankovsky to reset the kernel filter in
2001-08-25  guyPatch, based on a patch from Pavel Kankovsky <kan@dcit...
2001-08-24  guyIn "pcap_read_packet()", always use "handle->buffer...
2001-08-24  guyDefine MSG_TRUNC as 0x20 if it's not defined, so that...
2001-08-23  guyMove the code to allocate the packet buffer into "pcap_...
2001-07-29  guyFrom Scott Barron <[email protected]>: use the
2001-07-29  guyAdd comments to "pcap_stats()" indicating what the...
2001-06-18  guySupport for LocalTalk hardware, from Uns Lider <unslide...
2001-06-10  guy802.11 support, from Javier Achirica <achirica@ttd...
2001-04-09  guyPatch from Marcus Felipe Pereira <[email protected]...
2001-03-20  guyAttempt to put the link-layer payload of packets on...
2001-01-20  guyPatch from Igor Khristophorov <[email protected]> to handl...
2001-01-18  guySome platforms that lack <netpacket/packet.h> define...
2001-01-17  guyAt least some libc5 systems don't have <netinet/if_ethe...
2001-01-14  guyGenerate code to check for LLC SAP values on Linux...
2001-01-03  guyRemove the "select()" from the code path for reading...
2000-12-23  guyIt's a bit more convenient for Ethereal if the "sll_pro...
2000-12-23  guyFix a typo.
2000-12-22  guyCheck for "ippp" devices, as well as "isdn" and "isdY...
2000-12-22  guyJust copy over the "sll_protocol" field - if it's not...
2000-12-22  guyExplicitly map PACKET_ values to LINUX_SLL_ values...
2000-12-22  guyPatch from Olaf Kirch to add support for ARPHRD_TUNNEL...
2000-12-21  guyAdd support for a new link layer type DLT_LINUX_SLL...
2000-12-18  guyImprove the error message printed if you try to use...
2000-12-16  guyClean up promiscuous mode, when using SOCK_PACKET,...
2000-12-03  guyThe Linux 2.4 kernel supplies ARPHRD_IEEE802_TR, rather...
2000-11-04  guyPatch from Arkadiusz Miskiewicz <[email protected]...
2000-10-28  guyWhen attaching a "bpf_program" to a "pcap_t" to use...
2000-10-25  guyIf we're receiving packets from a PF_PACKET socket...
2000-10-25  guyThe Linux "pcap_setfilter()" makes a copy of the filter...
2000-10-25  guyIf we're reading from a savefile, don't try to install...
2000-10-20  guyDon't declare "iface_get_id()" or "iface_bind()" if
2000-10-18  torstenpcap_read: Back out the last change. Now EINTR is handl...
2000-10-18  torstenpcap_read: Check the error code of select against EINTR...
2000-10-18  guyOops, I missed one PCAP_ENCAP_ value; revert it to...
2000-10-12  guyGet rid of the PCAP_ENCAP_ values - if an application...
2000-09-20  torstenAdded support for an "any" device based on a patch...
2000-09-20  guyGive it an SCCS ID and an RCS ID.
2000-09-17  guyIntroduce a set of PCAP_ENCAP_ codes to specify packet...
2000-08-13  torstenChanged the indention of pcap-linux.c to match with...
2000-08-04  torstenUpdated the comment on the MSG_TRUNC problem in connect...
2000-07-11  assarconditionalize on USHRT_MAX and SOL_PACKET. From Love
2000-07-11  assar(MSG_TRUNC): define if it's not defined. From Love
2000-07-11  assaradd config.h, remove gnuc.h. remove __dead
2000-07-04  assaruse snprintf instead of sprintf. From Juergen Schoenwa...
2000-06-08  torstenMerged the Linux v2.2 packet support into the main...
2000-05-13  assar(pcap_open_live): remove duplicate PCAP_ERRBUF_SIZE
2000-05-08  itojuntypo; snprint -> snprintf
2000-04-27  itojuns/PCAP_ERRBUFF_SIZE/PCAP_ERRBUF_SIZE/ (fatal typo)
2000-04-27  itojunnuke strcpy()
2000-04-27  itojundo not use sprintf(). always use snprintf().
1999-10-07  mcrInitial revision