]> The Tcpdump Group git mirrors - libpcap/history - pcap.c
Update config.{guess,sub}, timestamps 2023-01-01,2023-01-21
[libpcap] / pcap.c
2022-12-21  Guy HarrisFix some comments. [skip ci]
2022-12-21  hopper-vulFix the error fix of #1147
2022-12-21  hopper-vulFix two null pointer crashes of breakloop and can_set_rfmon
2022-10-11  Guy HarrisDllMain() isn't required in a DLL, so remove it.
2022-07-04  Francois-Xavier... Fix some typos
2022-06-04  Guy Harrispcap_init: return PCAP_ERROR rather than -1, to match...
2022-03-19  Guy HarrisMake the error message for PCAP_ERROR_PERM_DENIED a...
2022-03-16  Guy Harrispcap_open_live(); don't show an empty additional message.
2022-03-02  Francois-Xavier... Use "%d" to print a signed int
2022-02-20  Guy HarrisRevert the DIAG_{OFF,ON}_PTR_TO_INT changes.
2022-02-20  Guy HarrisHave a separate DIAG_OFF_ for pointer-to-integer narrowing.
2022-02-20  Guy HarrisFix comments.
2022-02-20  Denis OvsienkoAddress two truncation warnings in pcap_open_live().
2022-02-20  Biswapriyo NathCast HANDLE to intptr_t first.
2021-11-13  Daniel MillerMove all cleanup actions to pcap_cleanup_live_common
2020-12-25  Guy HarrisUpdate some URLs.
2020-08-28  Michael RichardsonMerge pull request #906 from Oppen/issue_898
2020-07-03  Guy HarrisRemove test code.
2020-07-03  Guy HarrisSpell _WIN32 correctly.
2020-07-03  Guy HarrisOK, see if *this* fixes the link error.
2020-07-03  Guy HarrisRevert "Quick test to make sure compilers warn about...
2020-07-03  Guy HarrisQuick test to make sure compilers warn about de-constif...
2020-07-01  Guy HarrisHandle the pcap_t+private data in a fashion that makes...
2020-06-06  Guy HarrisUpdate a comment.
2020-06-03  Francois-Xavier... Add a missing parenthese
2020-05-31  Guy HarrisDon't introduce pcap_handle() unless a need for it...
2020-05-31  Guy HarrisFix typo.
2020-05-31  Guy HarrisInclude "diag-control.h", as we're now using diagnostic...
2020-05-31  Guy HarrisAdd pcap_handle(), and deprecate pcap_fileno(), on...
2020-05-08  Guy HarrisSupport AirPcap devices with a pcap module.
2020-04-11  Guy HarrisAdd support for UTF-8 strings on Windows.
2020-03-21  Guy HarrisMerge pull request #920 from Silicondust/master
2020-03-21  Nick Kelseyadd linktype for ATSC ALP link protocol 920/head
2020-03-21  Nick Kelseyadd linktype for ATSC ALP link protocol
2020-03-11  Guy HarrisStandardize how we refer to "Linux Classical IP over...
2020-03-01  Guy HarrisMerge pull request #901 from Oppen/version-parsing...
2020-03-01  Michael RichardsonMerge pull request #876 from bscottm/cmake_library_arch...
2020-03-01  Michael RichardsonMerge pull request #889 from vovkos/master
2020-03-01  Michael RichardsonMerge pull request #895 from desowin/usb
2020-02-25  Guy HarrisMerge pull request #912 from gvanem/patch-1
2020-02-25  Nan XiaoUse calloc to replace malloc&memset pair.
2020-02-03  Francois-Xavier... Remove trailing spaces/tabs
2020-01-29  Guy HarrisOn Linux, return error on interface going away, not...
2019-11-17  Guy HarrisMake "{un}synced with the system clock" a property...
2019-11-10  Guy HarrisDo the check for a valid direction value in pcap_setdir...
2019-11-08  Guy HarrisMore pcap_setdirection() cleanups.
2019-11-06  Guy HarrisSquelch more warnings in MinGW builds.
2019-11-05  Guy HarrisSquelch some warnings that popped up on MinGW.
2019-10-31  Guy HarrisDon't speak of Linux usbmon as generic USB sniffing...
2019-10-26  Guy HarrisMerge pull request #872 from NanXiao/patch-1
2019-10-26  Nan XiaoFix a typo in pcap.c. 872/head
2019-10-23  Guy HarrisDon't sort interfaces by unit number.
2019-10-03  Guy HarrisMake sure pcap_close_all() doesn't loop infinitely.
2019-09-08  Guy HarrisAlways return a list of supported time-stamp types.
2019-09-01  Guy HarrisDon't use ctype.h macros.
2019-08-15  Guy HarrisMerge pull request #833 from daemonhorn/master
2019-08-09  Guy HarrisRemove some workarounds for old compilers.
2019-07-25  Guy HarrisMake the 7 used when rounding up a size unsigned.
2019-07-23  Guy HarrisAdd LINKTYPE_Z_WAVE_SERIAL and LINKTYPE_USB_2_0.
2019-06-24  Guy HarrisUpdate a few more references to WinPcap to mention...
2019-05-31  Guy HarrisCheck for an empty description by checking if the first...
2019-05-17  Guy HarrisAdd DLT_ELEE and LINKTYPE_ELEE.
2019-04-28  Guy HarrisPacketOpenAdapter() uses the same heuristic.
2019-04-27  Guy HarrisExplain the rationale for the attempt to detect UTF...
2019-04-25  Michael RichardsonMerge pull request #771 from ether42/reuseaddr
2019-04-25  Michael RichardsonMerge pull request #749 from nmap/manpage-formatting
2019-04-18  Guy HarrisFix indentation.
2019-04-16  Guy HarrisMerge pull request #814 from fenner/dlt-names
2019-04-15  Guy HarrisMerge pull request #813 from vivien/dsa
2019-04-15  Bill FennerReport the DLT description in error messages 814/head
2019-04-15  Vivien DidelotAdd support for (Ethertype) DSA data link types 813/head
2019-04-11  Guy HarrisHandle pcap_open_live(), and other routines, using...
2019-03-23  Guy HarrisRename DLT_IPMB to DLT_IPMB_KONTRON.
2019-03-06  Guy HarrisNote in a comment that we allow IPv4 addresses in IP...
2019-03-02  Francois-Xavier... Clean up whitespace
2019-02-14  Guy HarrisPlug memory leak.
2019-02-09  Guy HarrisUse asprintf(), and provide a version for systems that...
2019-02-08  Guy HarrisFix another typo.
2019-02-08  Guy HarrisFix typoes.
2019-02-08  Guy HarrisDefine individual "not initialized" routines for variou...
2019-02-06  Guy HarrisWhen fetching interfaces over TLS, put rpcaps:// into...
2019-01-24  Guy HarrisMerge pull request #796 from ffainelli/dsa
2019-01-24  Florian FainelliAdd support for DSA link-layer types 796/head
2019-01-09  Guy HarrisPut pcap_win32_err_to_str() into fmtutils.c, and use...
2019-01-09  Michael RichardsonMerge pull request #791 from dbarach/master
2019-01-07  Guy HarrisMerge branch 'rixed-master'
2019-01-07  Guy HarrisMerge branch 'master' of https://github.com/rixed/libpc...
2019-01-06  Guy HarrisMerge pull request #790 from jingleyang/enable_dpdk
2018-12-21  Guy HarrisAdd the OpenViszla and Elektrobit High Speed Capture...
2018-12-19  jingyu yangMerge pull request #1 from jingleyang/ci_test
2018-12-16  jingleyangenable dpdk for libpcap, test with DPDK v18.11
2018-10-16  Guy HarrisProvide out own strlcpy() and strlcat() routines if...
2018-09-15  Guy HarrisFix a message-formatting call.
2018-09-14  Guy HarrisMerge pull request #741 from adrian-budau/breakloop_poll
2018-09-14  Guy HarrisMerge branch 'master' into breakloop_poll 741/head
2018-09-14  Guy HarrisMerge pull request #756 from stubbfel/patch-1
2018-09-13  Cedric CellierTLS for rpcap: also encrypt the control socket
2018-09-13  Guy HarrisRemove unneeded argument to format string.
2018-09-13  Guy HarrisSquelch more narrowing warnings.
2018-09-10  Guy HarrisAssume we have limits.h.
next