summaryrefslogtreecommitdiff
path: root/pcap
Commit message (Expand)AuthorAgeFilesLines
* Refine comments for the recent DLT allocations.Denis Ovsienko2023-03-021-1/+1
* Added DLT_FIRA_UCI and LINKTYPE_FIRA_UCIHenri Chataing2023-03-021-1/+7
* Add (LINKTYPE|DLT)_SILABS_DEBUG_CHANNEL. [skip ci]Denis Ovsienko2023-02-261-1/+6
* Add LINKTYPE_ZWAVE_TAP/DLT_ZWAVE_TAP. [skip ci]Denis Ovsienko2023-02-191-1/+8
* Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-153-7/+7
* Fix a typo in a comment. [skip ci]Denis Ovsienko2023-01-261-1/+1
* Spell WirelessHART details properly. [skip ci]Denis Ovsienko2023-01-211-2/+2
* Add an option to force memory-mapped buffers to be mapped as accessible to 32...Hans Leidekker2022-12-201-0/+1
* Update some comments to reflect a Wireshark change.Guy Harris2022-09-101-7/+9
* Added new LINKTYPE_AUERSWALD_LOG and DLT_AUERSWALD_LOGgorgas-waller2022-09-051-1/+9
* Fix a comment.Guy Harris2022-08-261-1/+1
* Use _declspec(deprecated(msg)) rather than __pragma(deprecated).Guy Harris2022-08-233-16/+15
* Fix some typosFrancois-Xavier Le Bail2022-08-011-1/+1
* Use the Wayback Machine for a removed documentFrancois-Xavier Le Bail2022-08-011-1/+1
* Merge pull request #1109 from desowin/USB-2.0Michael Richardson2022-06-271-1/+10
|\
| * Add speed specific USB 2.0/1.1/1.0 linktypesTomasz Moń2022-05-151-1/+10
* | Include <sys/types.h> properly.Denis Ovsienko2022-06-211-7/+0
* | Deprecate pcap_compile_nopcap().Denis Ovsienko2022-06-141-1/+2
|/
* Mark the option APIs as "first available in 1.11".Guy Harris2022-03-081-2/+11
* Merge branch 'master' into pcap-optionsGuy Harris2022-03-087-105/+559
|\
| * Update a comment to reflect the addition of TLS support. [skip ci]Guy Harris2022-03-071-4/+5
| * support user/pass in rpcap:// and rpcaps:// source URIsRyan Castellucci2022-03-071-5/+9
| * pcap: fix the handling of the reserved field.Guy Harris2022-03-041-2/+3
| * Reject pcap files if the "link-layer types plus other stuff" is invalid.Guy Harris2022-03-042-23/+51
| * Remove trailing spacesFrancois-Xavier Le Bail2022-03-021-1/+1
| * Try to make it easier for Apple to do the availability stuff.Guy Harris2022-02-221-13/+29
| * pcap_handle: fix deprecation warning.Guy Harris2022-01-021-1/+1
| * Fix a comment in pcap/pcap.h. [skip ci]Denis Ovsienko2021-12-311-1/+1
| * Mention RFC 2067 for HIPPI.Guy Harris2021-12-211-0/+3
| * Handle NetBSD DLT_HDLC.Guy Harris2021-12-211-3/+72
| * Remove trailing spaces/tabsFrancois-Xavier Le Bail2021-11-302-3/+3
| * Add references to ZBOSS NCP protocol descriptionEugene Exarevsky2021-11-081-1/+5
| * Added linktype for ZBOSS NCP setial protocol.Eugene Exarevsky2021-11-031-1/+7
| * Revert "linux: clean up the SocketCAN header for classic CAN frames."Guy Harris2021-10-201-3/+3
| * linux: clean up the SocketCAN header for classic CAN frames.Guy Harris2021-10-201-3/+3
| * linux: use DLT_CAN_SOCKETCAN for CANbus interfaces.Guy Harris2021-10-091-1/+6
| * Merge pull request #1008 from HilscherAutomation/masterMichael Richardson2021-09-031-1/+12
| |\
| | * Added DLT_NETANALYZER_NG and LINKTYPE_NETANALYZER_NGjadam2021-04-161-2/+2
| | * Added DLT_NETANALYZER_NG and LINKTYPE_NETANALYZER_NGjadam2021-04-161-1/+12
| * | Clean up comments. [skip ci]Guy Harris2021-08-111-12/+12
| * | Correct a comment. [skip ci]Guy Harris2021-08-111-1/+1
| * | Handle XL C a bit more like the other compilers.Guy Harris2021-08-101-14/+12
| * | Add comments and indentation to make the tests easier to read.Guy Harris2021-08-101-15/+34
| * | Fixup the previous commit.Denis Ovsienko2021-08-111-1/+7
| * | Fix compiling on Solaris 11.4/AMD64.Denis Ovsienko2021-08-111-1/+1
| * | Port XL C updates into compiler-tests.h. [skip appveyor]Denis Ovsienko2021-08-021-0/+9
| * | Don't require VS 2015 or later when building applications with pcap.Guy Harris2021-07-081-32/+53
| |/
| * Add PCAP_AVAILABLE_1_11, update PCAP_AVAILABLE_1_10 comment.Guy Harris2021-04-111-1/+3
| * Move #includes to the top of header files.Guy Harris2021-03-171-2/+2
| * Revert "Don't wrap chunks of headers with extern "C" { ... }."Guy Harris2021-03-174-177/+170