summaryrefslogtreecommitdiff
path: root/pcap
Commit message (Expand)AuthorAgeFilesLines
* Update some comments to reflect a Wireshark change.Guy Harris2022-10-061-7/+9
* Fix a comment.Guy Harris2022-08-271-1/+1
* Use _declspec(deprecated(msg)) rather than __pragma(deprecated).Guy Harris2022-08-273-14/+14
* Fix some typosFrancois-Xavier Le Bail2022-08-271-1/+1
* Use the Wayback Machine for a removed documentFrancois-Xavier Le Bail2022-08-271-1/+1
* Include <sys/types.h> properly.Denis Ovsienko2022-06-231-7/+0
* Update a comment to reflect the addition of TLS support. [skip ci]Guy Harris2022-03-151-4/+5
* 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-02-201-1/+1
* Fix a comment in pcap/pcap.h. [skip ci]Denis Ovsienko2022-02-201-1/+1
* Mention RFC 2067 for HIPPI.Guy Harris2022-02-201-0/+3
* Handle NetBSD DLT_HDLC.Guy Harris2022-02-201-3/+72
* Remove trailing spaces/tabsFrancois-Xavier Le Bail2022-02-201-1/+1
* Revert "linux: clean up the SocketCAN header for classic CAN frames."Guy Harris2022-02-201-3/+3
* linux: clean up the SocketCAN header for classic CAN frames.Guy Harris2022-02-201-3/+3
* linux: use DLT_CAN_SOCKETCAN for CANbus interfaces.Guy Harris2022-02-201-1/+6
* Clean up comments. [skip ci]Guy Harris2022-02-201-12/+12
* Correct a comment. [skip ci]Guy Harris2022-02-201-1/+1
* Handle XL C a bit more like the other compilers.Guy Harris2022-02-201-14/+12
* Add comments and indentation to make the tests easier to read.Guy Harris2022-02-201-15/+34
* Fixup the previous commit.Denis Ovsienko2022-02-201-1/+7
* Fix compiling on Solaris 11.4/AMD64.Denis Ovsienko2022-02-201-1/+1
* Port XL C updates into compiler-tests.h. [skip appveyor]Denis Ovsienko2022-02-201-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-201-2/+2
* If BPF_STMT or BPF_JUMP is defined, undefine them before redefining them.Guy Harris2021-01-241-8/+13
* macOS 10.13.6, at least, has libpcap 1.9.1.Guy Harris2020-12-211-2/+2
* Label most functions by the first release in which they're available.Guy Harris2020-12-203-0/+241
* Fix some spelling. [skip ci]Denis Ovsienko2020-10-092-5/+5
* Expand a comment.Guy Harris2020-08-131-1/+4
* Update a commentFrancois-Xavier Le Bail2020-08-081-1/+1
* Fixup some URLs in the comments.Denis Ovsienko2020-08-021-1/+1
* Windows: Remove the socklen_t typedef.Gerald Combs2020-07-201-9/+0
* Don't introduce pcap_handle() unless a need for it is demonstrated.Guy Harris2020-05-311-5/+5
* Add pcap_handle(), and deprecate pcap_fileno(), on Windows.Guy Harris2020-05-301-0/+12
* Fix typos in some commentsFrancois-Xavier Le Bail2020-05-241-1/+1
* Avoid #define collisions with <linux/filter.h> or stuff it includes.Guy Harris2020-05-161-1/+20
* Add support for UTF-8 strings on Windows.Guy Harris2020-04-111-0/+20
* add linktype for ATSC ALP link protocolNick Kelsey2020-03-201-1/+6
* Standardize how we refer to "Linux Classical IP over ATM".Guy Harris2020-03-111-1/+1
* On Linux, return error on interface going away, not just going down.Guy Harris2020-01-291-1/+1
* Use more HTTPS in URLsFrancois-Xavier Le Bail2020-01-192-16/+16
* Work around for bogus definition of _MSC_VER with non-MS compilers.Guy Harris2019-12-181-0/+43
* Fix typo in pcap/pcap.h.Nan Xiao2019-11-191-1/+1
* Make "{un}synced with the system clock" a property of more time stamp types.Guy Harris2019-11-161-10/+15
* Fix typo in pcap/pcap.h.Nan Xiao2019-11-141-1/+1
* Fix typo in pcap/pcap.h.Nan Xiao2019-10-301-1/+1
* Check for VS 2015 before including <inttypes.h>.Guy Harris2019-08-111-10/+19