summaryrefslogtreecommitdiff
path: root/pcap
Commit message (Expand)AuthorAgeFilesLines
* 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
* <inttypes.h> should suffice to define PRI[doux]64.Guy Harris2019-08-111-44/+8
* Remove extra parenthesis.Guy Harris2019-08-091-1/+1
* "We have <inttypes.h>" means we should *include* it.Guy Harris2019-08-091-0/+2
* Remove some workarounds for old compilers.Guy Harris2019-08-092-41/+25
* Use %zu as the print format for size_tFrancois-Xavier Le Bail2019-08-091-11/+0
* Add LINKTYPE_Z_WAVE_SERIAL and LINKTYPE_USB_2_0.Guy Harris2019-07-231-1/+11
* Add DLT_ELEE and LINKTYPE_ELEE.Guy Harris2019-05-171-1/+8
* Merge pull request #814 from fenner/dlt-namesGuy Harris2019-04-151-0/+1
|\
| * Report the DLT description in error messagesBill Fenner2019-04-151-0/+1
* | Add support for (Ethertype) DSA data link typesVivien Didelot2019-04-151-1/+7
|/
* Rename DLT_IPMB to DLT_IPMB_KONTRON.Guy Harris2019-03-221-5/+14
* pcap_dump_fopen differing Windows CRTs work-aroundAlex Smith2019-03-081-1/+22
* Add DLT_/LINKTYPE_ values for IEEE802_15_4_TAPJames Ko2019-02-171-1/+9
* Add support for DSA link-layer typesFlorian Fainelli2019-01-231-1/+7
* Clean up sockutils.h.Guy Harris2019-01-111-0/+6
* Fix a copy-and-pasteo in a comment.Guy Harris2019-01-091-1/+1
* Put the Windows-vs-non-Windows socket defines in <pcap/socket.h>.Guy Harris2019-01-092-28/+89
* Merge pull request #791 from dbarach/masterMichael Richardson2019-01-081-1/+8
|\
| * Allocate fd.io vpp dispatch DLT/LINKTYPE valuesDave Barach2018-12-231-1/+8
* | Don't include pcap/pcap.h just to get SOCKET defined.Guy Harris2019-01-071-2/+9
* | Unbreak source and binary compatibility.Guy Harris2019-01-061-0/+3
* | Merge branch 'master' of https://github.com/rixed/libpcap into rixed-masterGuy Harris2019-01-061-1/+4
|\ \
| * | SSL: implement encryption of active connections control socketsCedric Cellier2018-09-131-1/+1
| * | TLS for rpcap: also encrypt the control socketCedric Cellier2018-09-131-0/+3
* | | More constification of arguments.Guy Harris2018-12-251-2/+2
| |/ |/|
* | allocated DLT_EBHSCR for elektrobit for EBHSCRMichael Richardson2018-10-221-1/+13
* | Give more details for the _WITH_DIR types.Guy Harris2018-09-251-9/+28
* | Inclue compilers claiming GCC compatibility without being GCC.Guy Harris2018-09-151-6/+8
* | Suppress warnings about the deprecation of gethostbyname().Guy Harris2018-09-141-1/+2
|/
* Clean up the declaration of the packet-filtering routines.Guy Harris2018-08-311-10/+1
* Don't put bpf_filter_with_aux_data() in a public header file.Guy Harris2018-08-311-11/+0
* added DLT/LINKTYPE for openvizsla.orgMichael Richardson2018-08-311-1/+12
* Fix multiple declaration of bpf_ functionsbleader2018-08-302-16/+13
* added Link type for Sercos MonitorMichael Richardson2018-08-061-1/+6
* Add PRIsize, to use as the print format for size_t, and use it.Guy Harris2018-08-051-0/+11