]> The Tcpdump Group git mirrors - libpcap/history - pcap.c
Update config.{guess,sub}, timestamps 2023-01-01,2023-01-21
[libpcap] / pcap.c
2018-09-01  Guy HarrisClean up the declaration of the packet-filtering routines.
2018-08-25  Guy HarrisMerge pull request #722 from rixed/patch-1
2018-08-06  Adrian BudauProper breakloop for linux on pcap_dispatch
2018-07-19  Guy HarrisForce FormatMessageA().
2018-07-14  Denis OvsienkoAddress the warnings from -Wformat-truncation.
2018-07-13  Guy HarrisAlign pcap_t private data on an 8-byte boundary.
2018-07-12  Guy HarrisDLT_LINUX_SLL2 support.
2018-05-03  Guy HarrisHave separate flags for "optimizer debug" and "print...
2018-05-03  Guy Harrispcap-int.h declares pcap_debug, so we don't have to.
2018-05-01  Guy HarrisShuffle the find_or_add_dev() arguments.
2018-04-30  Guy HarrisPass the "get additional flags" function to the findall...
2018-04-30  Guy HarrisDon't try to distinguish "unsupported OID" from "hard...
2018-04-29  Guy HarrisAdd more interface flags to pcap_findalldevs().
2018-04-26  Guy HarrisDo bounds checking on references to the bids array.
2018-04-26  Guy HarrisMerge pull request #696 from jmayer/rpcapd_manpage_work
2018-04-26  Guy HarrisMerge pull request #697 from jmayer/remove_ancilliary_macro
2018-04-25  Guy HarrisAdd more for DISPLAYPORT_AUX.
2018-04-03  Guy HarrisFix MSVC build.
2018-04-03  Guy HarrisSquelch some "no declaration before definition" warnings.
2018-03-28  Joerg MayerFix the -Wunused-parameter warnings that have obvious...
2018-03-22  Guy HarrisOne more function pointer for dead pcap_t's.
2018-03-22  Guy HarrisSet more function pointers for "dead" pcap_t's.
2018-03-20  Guy HarrisDon't use old-style non-prototype function definitions.
2018-01-23  Guy HarrisDon't do the selectable FD or required select timeout...
2018-01-21  Guy HarrisFree the port string before returning.
2018-01-20  Guy HarrisAdd a new API to handle some non-select()able devices.
2018-01-09  Guy HarrisUpdate to reflect the name change for Apple's UNIX...
2017-12-03  Guy HarrisAdd LINKTYPE_ETHERNET_MPACKET/DLT_ETHERNET_MPACKET.
2017-11-28  Guy HarrisMerge pull request #663 from sgeto/netmap
2017-11-15  Guy HarrisAdd a routine to format error messages with an errno...
2017-10-29  Guy HarrisRemove trailing white space.
2017-10-21  Ali AbdulkadirMerge branch 'master' into man 648/head
2017-10-13  Guy HarrisCatch modules that don't set all the function pointers.
2017-10-07  Guy HarrisPlug another leak.
2017-10-07  Guy HarrisReturn the scheme for file://, and free the scheme...
2017-10-05  Ali AbdulkadirMerge branch 'master' of https://github.com/the-tcpdump...
2017-10-04  Guy HarrisWe don't need version.c, either.
2017-10-04  Guy HarrisMerge pull request #645 from sgeto/m4_esyscmd_s
2017-10-04  Guy HarrisCall the flag to enable remote capture ENABLE_REMOTE.
2017-09-08  Guy HarrisDefine IF_NAMESIZE on Windows.
2017-09-08  Guy HarrisThis version of pcap_lookupnet() requires UN*X.
2017-09-08  Guy HarrisMake it possible to build on Windows without packet...
2017-09-08  Guy HarrisMove some Windows-isms into pcap.c.
2017-09-07  Guy HarrisFor now, move the UN*X pcap_lookupnet() to pcap.c.
2017-09-07  Guy HarrisMove the pcap_lookupdev() implemented atop pcap_findall...
2017-09-07  Guy HarrisPush pcap_lib_version() into the pcap-XXX.c files.
2017-09-07  Guy HarrisFix another Windows build issue.
2017-09-07  Guy HarrisFix Windows build errors.
2017-09-07  Guy HarrisIt's INVALID_HANDLE_VALUE, not INVALID_HANDLE.
2017-09-07  Guy HarrisMove the ADAPTER * out of pcap_t into the pcap-win32...
2017-09-06  Guy HarrisAlways use pcap_snprintf(), not snprintf().
2017-09-05  Guy HarrisGet rid of pcap-stdinc.h.
2017-09-05  Guy HarrisFree the authority string before we return.
2017-09-05  Guy HarrisRedo the URL parsing.
2017-09-04  Guy HarrisMove the URL construction and parsing code above pcap_c...
2017-09-04  Guy HarrisMove URL parsing and construction to pcap.c.
2017-09-04  Guy HarrisPut the stuff to get the sized integer types defined...
2017-08-31  Guy HarrisMerge pull request #585 from rolandd/master
2017-08-26  Guy HarrisNordic Semiconductor Bluetooth LE sniffer link-layer...
2017-08-25  Roland DreierRDMA sniffing support for pcap 585/head
2017-08-24  Guy HarrisMerge pull request #595 from buytenh/pcap_protocol
2017-08-21  Lennert BuytenhekAdd pcap_set_protocol() to allow specifying a specific... 595/head
2017-08-19  Guy HarrisAlways include <config.h> rather than "config.h".
2017-07-22  Guy HarrisMerge pull request #588 from mkubecek/mk/master/vlan4
2017-07-22  Guy HarrisMerge pull request #594 from stefanha/vsock
2017-07-06  Gerard GarciaAdd link-layer header type for Linux vsock. 594/head
2017-06-02  Guy HarrisMake the checks and adjustment of the snapshot length...
2017-05-31  Guy HarrisFix copy-and-pasteo.
2017-05-31  Guy HarrisAdd netmap support.
2017-05-16  Guy HarrisAllow a platform to add information to the version...
2017-04-06  Michael RichardsonDLT request from b.selvig at ti.com
2017-03-21  Guy HarrisAdd a linktype for IBM SDLC frames containing SNA PDUs.
2017-03-21  Guy HarrisMove the RPCAP-specific functions to pcap-rpcap.h.
2017-03-15  Gisle VanemMerge pull request #1 from the-tcpdump-group/master
2017-03-14  Gisle VanemDon't shadow errno.
2017-03-14  Denis OvsienkoMerge pull request #567 from gvanem/master
2017-03-13  Gisle VanemNeeds to be 'pcap_snprintf('.
2017-03-12  Guy HarrisCheck for zero-length addresses.
2017-03-10  Guy HarrisAdd the rpcap daemon source and build instructions.
2017-03-08  Guy HarrisClean up remote capture.
2017-02-26  Guy HarrisSupport setting non-blocking mode before activating.
2017-02-21  Guy HarrisAssign a value for OpenBSD DLT_OPENFLOW.
2017-01-21  Guy HarrisRename a routine to match find_or_add_if().
2017-01-21  Guy HarrisProperly handle interface flags for Linux interfaces...
2017-01-21  Guy HarrisIndentation fix.
2017-01-21  Guy HarrisAdd some casts, and fix some comments.
2017-01-19  Guy HarrisConsistently use devlistp for pcap_if_list_t * arguments.
2017-01-19  Guy HarrisPass IFF_ flags to add_addr_to_iflist().
2017-01-18  Guy HarrisHave a pcap_if_list_t structure for use by the findalld...
2017-01-18  Guy HarrisMove code from fad-helpers.c to pcap.c.
2017-01-17  Guy HarrisMerge pull request #429 from msekletar/bpf-userland...
2017-01-07  Guy HarrisAdd a LINKTYPE_/DLT_ value for USB with a Darwin (macOS...
2016-12-13  Christopher K LeeMerge branch 'master' of https://github.com/the-tcpdump...
2016-10-17  Guy HarrisMerge pull request #531 from doughdemon/master
2016-10-12  Guy HarrisClean up the name-to-DLT mapping table.
2016-10-12  Guy HarrisAdd some newer DLT_ values.
2016-09-24  Francois-Xavier... Declare a variable as static
2016-08-25  Guy HarrisOn Linux, handle all CAN captures with pcap-linux.c...
2016-08-18  Guy HarrisIt's just the CAN ID that's big-endian or host-endian.
2016-08-18  Guy HarrisHave separate DLTs for big-endian and host-endian Socke...
next