2022-12-21 |
Guy Harris | Fix some comments. [skip ci] |
blob | commitdiff | raw |
2022-12-21 |
hopper-vul | Fix the error fix of #1147 |
blob | commitdiff | raw | diff to current |
2022-12-21 |
hopper-vul | Fix two null pointer crashes of breakloop and can_set_rfmon |
blob | commitdiff | raw | diff to current |
2022-10-11 |
Guy Harris | DllMain() isn't required in a DLL, so remove it. |
blob | commitdiff | raw | diff to current |
2022-07-04 |
Francois-Xavier... | Fix some typos |
blob | commitdiff | raw | diff to current |
2022-06-04 |
Guy Harris | pcap_init: return PCAP_ERROR rather than -1, to match... |
blob | commitdiff | raw | diff to current |
2022-03-19 |
Guy Harris | Make the error message for PCAP_ERROR_PERM_DENIED a... |
blob | commitdiff | raw | diff to current |
2022-03-16 |
Guy Harris | pcap_open_live(); don't show an empty additional message. |
blob | commitdiff | raw | diff to current |
2022-03-02 |
Francois-Xavier... | Use "%d" to print a signed int |
blob | commitdiff | raw | diff to current |
2022-02-20 |
Guy Harris | Revert the DIAG_{OFF,ON}_PTR_TO_INT changes. |
blob | commitdiff | raw | diff to current |
2022-02-20 |
Guy Harris | Have a separate DIAG_OFF_ for pointer-to-integer narrowing. |
blob | commitdiff | raw | diff to current |
2022-02-20 |
Guy Harris | Fix comments. |
blob | commitdiff | raw | diff to current |
2022-02-20 |
Denis Ovsienko | Address two truncation warnings in pcap_open_live(). |
blob | commitdiff | raw | diff to current |
2022-02-20 |
Biswapriyo Nath | Cast HANDLE to intptr_t first. |
blob | commitdiff | raw | diff to current |
2021-11-13 |
Daniel Miller | Move all cleanup actions to pcap_cleanup_live_common |
blob | commitdiff | raw | diff to current |
2020-12-25 |
Guy Harris | Update some URLs. |
blob | commitdiff | raw | diff to current |
2020-08-28 |
Michael Richardson | Merge pull request #906 from Oppen/issue_898 |
blob | commitdiff | raw | diff to current |
2020-07-03 |
Guy Harris | Remove test code. |
blob | commitdiff | raw | diff to current |
2020-07-03 |
Guy Harris | Spell _WIN32 correctly. |
blob | commitdiff | raw | diff to current |
2020-07-03 |
Guy Harris | OK, see if *this* fixes the link error. |
blob | commitdiff | raw | diff to current |
2020-07-03 |
Guy Harris | Revert "Quick test to make sure compilers warn about... |
blob | commitdiff | raw | diff to current |
2020-07-03 |
Guy Harris | Quick test to make sure compilers warn about de-constif... |
blob | commitdiff | raw | diff to current |
2020-07-01 |
Guy Harris | Handle the pcap_t+private data in a fashion that makes... |
blob | commitdiff | raw | diff to current |
2020-06-06 |
Guy Harris | Update a comment. |
blob | commitdiff | raw | diff to current |
2020-06-03 |
Francois-Xavier... | Add a missing parenthese |
blob | commitdiff | raw | diff to current |
2020-05-31 |
Guy Harris | Don't introduce pcap_handle() unless a need for it... |
blob | commitdiff | raw | diff to current |
2020-05-31 |
Guy Harris | Fix typo. |
blob | commitdiff | raw | diff to current |
2020-05-31 |
Guy Harris | Include "diag-control.h", as we're now using diagnostic... |
blob | commitdiff | raw | diff to current |
2020-05-31 |
Guy Harris | Add pcap_handle(), and deprecate pcap_fileno(), on... |
blob | commitdiff | raw | diff to current |
2020-05-08 |
Guy Harris | Support AirPcap devices with a pcap module. |
blob | commitdiff | raw | diff to current |
2020-04-11 |
Guy Harris | Add support for UTF-8 strings on Windows. |
blob | commitdiff | raw | diff to current |
2020-03-21 |
Guy Harris | Merge pull request #920 from Silicondust/master |
blob | commitdiff | raw | diff to current |
2020-03-21 |
Nick Kelsey | add linktype for ATSC ALP link protocol 920/head |
blob | commitdiff | raw | diff to current |
2020-03-21 |
Nick Kelsey | add linktype for ATSC ALP link protocol |
blob | commitdiff | raw | diff to current |
2020-03-11 |
Guy Harris | Standardize how we refer to "Linux Classical IP over... |
blob | commitdiff | raw | diff to current |
2020-03-01 |
Guy Harris | Merge pull request #901 from Oppen/version-parsing... |
blob | commitdiff | raw | diff to current |
2020-03-01 |
Michael Richardson | Merge pull request #876 from bscottm/cmake_library_arch... |
blob | commitdiff | raw | diff to current |
2020-03-01 |
Michael Richardson | Merge pull request #889 from vovkos/master |
blob | commitdiff | raw | diff to current |
2020-03-01 |
Michael Richardson | Merge pull request #895 from desowin/usb |
blob | commitdiff | raw | diff to current |
2020-02-25 |
Guy Harris | Merge pull request #912 from gvanem/patch-1 |
blob | commitdiff | raw | diff to current |
2020-02-25 |
Nan Xiao | Use calloc to replace malloc&memset pair. |
blob | commitdiff | raw | diff to current |
2020-02-03 |
Francois-Xavier... | Remove trailing spaces/tabs |
blob | commitdiff | raw | diff to current |
2020-01-29 |
Guy Harris | On Linux, return error on interface going away, not... |
blob | commitdiff | raw | diff to current |
2019-11-17 |
Guy Harris | Make "{un}synced with the system clock" a property... |
blob | commitdiff | raw | diff to current |
2019-11-10 |
Guy Harris | Do the check for a valid direction value in pcap_setdir... |
blob | commitdiff | raw | diff to current |
2019-11-08 |
Guy Harris | More pcap_setdirection() cleanups. |
blob | commitdiff | raw | diff to current |
2019-11-06 |
Guy Harris | Squelch more warnings in MinGW builds. |
blob | commitdiff | raw | diff to current |
2019-11-05 |
Guy Harris | Squelch some warnings that popped up on MinGW. |
blob | commitdiff | raw | diff to current |
2019-10-31 |
Guy Harris | Don't speak of Linux usbmon as generic USB sniffing... |
blob | commitdiff | raw | diff to current |
2019-10-26 |
Guy Harris | Merge pull request #872 from NanXiao/patch-1 |
blob | commitdiff | raw | diff to current |
2019-10-26 |
Nan Xiao | Fix a typo in pcap.c. 872/head |
blob | commitdiff | raw | diff to current |
2019-10-23 |
Guy Harris | Don't sort interfaces by unit number. |
blob | commitdiff | raw | diff to current |
2019-10-03 |
Guy Harris | Make sure pcap_close_all() doesn't loop infinitely. |
blob | commitdiff | raw | diff to current |
2019-09-08 |
Guy Harris | Always return a list of supported time-stamp types. |
blob | commitdiff | raw | diff to current |
2019-09-01 |
Guy Harris | Don't use ctype.h macros. |
blob | commitdiff | raw | diff to current |
2019-08-15 |
Guy Harris | Merge pull request #833 from daemonhorn/master |
blob | commitdiff | raw | diff to current |
2019-08-09 |
Guy Harris | Remove some workarounds for old compilers. |
blob | commitdiff | raw | diff to current |
2019-07-25 |
Guy Harris | Make the 7 used when rounding up a size unsigned. |
blob | commitdiff | raw | diff to current |
2019-07-23 |
Guy Harris | Add LINKTYPE_Z_WAVE_SERIAL and LINKTYPE_USB_2_0. |
blob | commitdiff | raw | diff to current |
2019-06-24 |
Guy Harris | Update a few more references to WinPcap to mention... |
blob | commitdiff | raw | diff to current |
2019-05-31 |
Guy Harris | Check for an empty description by checking if the first... |
blob | commitdiff | raw | diff to current |
2019-05-17 |
Guy Harris | Add DLT_ELEE and LINKTYPE_ELEE. |
blob | commitdiff | raw | diff to current |
2019-04-28 |
Guy Harris | PacketOpenAdapter() uses the same heuristic. |
blob | commitdiff | raw | diff to current |
2019-04-27 |
Guy Harris | Explain the rationale for the attempt to detect UTF... |
blob | commitdiff | raw | diff to current |
2019-04-25 |
Michael Richardson | Merge pull request #771 from ether42/reuseaddr |
blob | commitdiff | raw | diff to current |
2019-04-25 |
Michael Richardson | Merge pull request #749 from nmap/manpage-formatting |
blob | commitdiff | raw | diff to current |
2019-04-18 |
Guy Harris | Fix indentation. |
blob | commitdiff | raw | diff to current |
2019-04-16 |
Guy Harris | Merge pull request #814 from fenner/dlt-names |
blob | commitdiff | raw | diff to current |
2019-04-15 |
Guy Harris | Merge pull request #813 from vivien/dsa |
blob | commitdiff | raw | diff to current |
2019-04-15 |
Bill Fenner | Report the DLT description in error messages 814/head |
blob | commitdiff | raw | diff to current |
2019-04-15 |
Vivien Didelot | Add support for (Ethertype) DSA data link types 813/head |
blob | commitdiff | raw | diff to current |
2019-04-11 |
Guy Harris | Handle pcap_open_live(), and other routines, using... |
blob | commitdiff | raw | diff to current |
2019-03-23 |
Guy Harris | Rename DLT_IPMB to DLT_IPMB_KONTRON. |
blob | commitdiff | raw | diff to current |
2019-03-06 |
Guy Harris | Note in a comment that we allow IPv4 addresses in IP... |
blob | commitdiff | raw | diff to current |
2019-03-02 |
Francois-Xavier... | Clean up whitespace |
blob | commitdiff | raw | diff to current |
2019-02-14 |
Guy Harris | Plug memory leak. |
blob | commitdiff | raw | diff to current |
2019-02-09 |
Guy Harris | Use asprintf(), and provide a version for systems that... |
blob | commitdiff | raw | diff to current |
2019-02-08 |
Guy Harris | Fix another typo. |
blob | commitdiff | raw | diff to current |
2019-02-08 |
Guy Harris | Fix typoes. |
blob | commitdiff | raw | diff to current |
2019-02-08 |
Guy Harris | Define individual "not initialized" routines for variou... |
blob | commitdiff | raw | diff to current |
2019-02-06 |
Guy Harris | When fetching interfaces over TLS, put rpcaps:// into... |
blob | commitdiff | raw | diff to current |
2019-01-24 |
Guy Harris | Merge pull request #796 from ffainelli/dsa |
blob | commitdiff | raw | diff to current |
2019-01-24 |
Florian Fainelli | Add support for DSA link-layer types 796/head |
blob | commitdiff | raw | diff to current |
2019-01-09 |
Guy Harris | Put pcap_win32_err_to_str() into fmtutils.c, and use... |
blob | commitdiff | raw | diff to current |
2019-01-09 |
Michael Richardson | Merge pull request #791 from dbarach/master |
blob | commitdiff | raw | diff to current |
2019-01-07 |
Guy Harris | Merge branch 'rixed-master' |
blob | commitdiff | raw | diff to current |
2019-01-07 |
Guy Harris | Merge branch 'master' of https://github.com/rixed/libpc... |
blob | commitdiff | raw | diff to current |
2019-01-06 |
Guy Harris | Merge pull request #790 from jingleyang/enable_dpdk |
blob | commitdiff | raw | diff to current |
2018-12-21 |
Guy Harris | Add the OpenViszla and Elektrobit High Speed Capture... |
blob | commitdiff | raw | diff to current |
2018-12-19 |
jingyu yang | Merge pull request #1 from jingleyang/ci_test |
blob | commitdiff | raw | diff to current |
2018-12-16 |
jingleyang | enable dpdk for libpcap, test with DPDK v18.11 |
blob | commitdiff | raw | diff to current |
2018-10-16 |
Guy Harris | Provide out own strlcpy() and strlcat() routines if... |
blob | commitdiff | raw | diff to current |
2018-09-15 |
Guy Harris | Fix a message-formatting call. |
blob | commitdiff | raw | diff to current |
2018-09-14 |
Guy Harris | Merge pull request #741 from adrian-budau/breakloop_poll |
blob | commitdiff | raw | diff to current |
2018-09-14 |
Guy Harris | Merge branch 'master' into breakloop_poll 741/head |
blob | commitdiff | raw | diff to current |
2018-09-14 |
Guy Harris | Merge pull request #756 from stubbfel/patch-1 |
blob | commitdiff | raw | diff to current |
2018-09-13 |
Cedric Cellier | TLS for rpcap: also encrypt the control socket |
blob | commitdiff | raw | diff to current |
2018-09-13 |
Guy Harris | Remove unneeded argument to format string. |
blob | commitdiff | raw | diff to current |
2018-09-13 |
Guy Harris | Squelch more narrowing warnings. |
blob | commitdiff | raw | diff to current |
2018-09-10 |
Guy Harris | Assume we have limits.h. |
blob | commitdiff | raw | diff to current |
next |