summaryrefslogtreecommitdiff
path: root/pcap.c
Commit message (Expand)AuthorAgeFilesLines
* Make some static variables thread-local.Guy Harris2023-05-051-4/+6
* Address a few compiler warnings on Haiku.Denis Ovsienko2023-04-231-0/+17
* Refine comments for the recent DLT allocations.Denis Ovsienko2023-03-021-0/+3
* Added DLT_FIRA_UCI and LINKTYPE_FIRA_UCIHenri Chataing2023-03-021-0/+1
* Do not define IF_NAMESIZE on Un*x. [skip appveyor]Denis Ovsienko2023-02-101-4/+0
* Spell WirelessHART details properly. [skip ci]Denis Ovsienko2023-01-211-1/+1
* Merge pull request #1142 from hansleidekker/mmapGuy Harris2023-01-161-0/+5
|\
| * Add an option to force memory-mapped buffers to be mapped as accessible to 32...Hans Leidekker2022-12-201-0/+5
* | Fix some comments. [skip ci]Guy Harris2022-12-211-1/+9
* | Fix the error fix of #1147hopper-vul2022-12-211-5/+3
* | Fix two null pointer crashes of breakloop and can_set_rfmonhopper-vul2022-12-211-0/+9
|/
* DllMain() isn't required in a DLL, so remove it.Guy Harris2022-10-091-14/+5
* Fix some typosFrancois-Xavier Le Bail2022-07-041-1/+1
* Add speed specific USB 2.0/1.1/1.0 linktypesTomasz Moń2022-05-151-0/+3
* pcap_init: return PCAP_ERROR rather than -1, to match the man page.Guy Harris2022-05-081-4/+4
* Make the error message for PCAP_ERROR_PERM_DENIED a little more open-ended.Guy Harris2022-03-181-1/+1
* pcap_open_live(); don't show an empty additional message.Guy Harris2022-03-141-7/+19
* support user/pass in rpcap:// and rpcaps:// source URIsRyan Castellucci2022-03-071-13/+17
* Use "%d" to print a signed intFrancois-Xavier Le Bail2022-03-011-1/+1
* Add link-type value <-> string and -> descriptions for new linktypes.Guy Harris2022-02-201-0/+2
* Merge pull request #1026 from Biswa96/fix-mingwGuy Harris2022-01-021-2/+2
|\
| * Cast HANDLE to intptr_t first.Biswapriyo Nath2021-07-201-2/+2
* | Revert the DIAG_{OFF,ON}_PTR_TO_INT changes.Guy Harris2022-01-021-2/+2
* | Have a separate DIAG_OFF_ for pointer-to-integer narrowing.Guy Harris2022-01-011-2/+2
* | Move all cleanup actions to pcap_cleanup_live_commonDaniel Miller2021-11-121-2/+4
* | Fix comments.Guy Harris2021-11-031-2/+6
* | Address two truncation warnings in pcap_open_live().Denis Ovsienko2021-07-311-6/+18
|/
* Revert "Don't wrap chunks of headers with extern "C" { ... }."Guy Harris2021-03-171-4/+4
* Don't wrap chunks of headers with extern "C" { ... }.Guy Harris2021-03-171-4/+4
* Add DLT_ETW to the list of link-layer type descriptions.Guy Harris2021-01-271-0/+1
* Update some URLs.Guy Harris2020-12-251-2/+12
* Remove test code.Guy Harris2020-07-031-14/+0
* Spell _WIN32 correctly.Guy Harris2020-07-031-1/+1
* OK, see if *this* fixes the link error.Guy Harris2020-07-031-0/+14
* Revert "Quick test to make sure compilers warn about de-constification."Guy Harris2020-07-021-13/+0
* Quick test to make sure compilers warn about de-constification.Guy Harris2020-07-021-0/+13
* Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris2020-07-011-29/+16
* Update a comment.Guy Harris2020-06-051-2/+5
* Add a missing parentheseFrancois-Xavier Le Bail2020-06-031-1/+1
* Don't introduce pcap_handle() unless a need for it is demonstrated.Guy Harris2020-05-311-6/+0
* Fix typo.Guy Harris2020-05-301-1/+1
* Include "diag-control.h", as we're now using diagnostic suppression macros.Guy Harris2020-05-301-0/+2
* Add pcap_handle(), and deprecate pcap_fileno(), on Windows.Guy Harris2020-05-301-6/+24
* Support AirPcap devices with a pcap module.Guy Harris2020-05-071-2/+76
* Add support for UTF-8 strings on Windows.Guy Harris2020-04-111-20/+183
* add linktype for ATSC ALP link protocolNick Kelsey2020-03-201-1/+1
* add linktype for ATSC ALP link protocolNick Kelsey2020-03-201-0/+1
* Standardize how we refer to "Linux Classical IP over ATM".Guy Harris2020-03-111-1/+1
* Use calloc to replace malloc&memset pair.Nan Xiao2020-02-251-2/+1
* Remove trailing spaces/tabsFrancois-Xavier Le Bail2020-02-031-1/+1