aboutsummaryrefslogtreecommitdiff
path: root/pcap/pcap.h
Commit message (Expand)AuthorAgeFilesLines
* pcap savefile: Use Reserved1 and Reserved2 in the per-file headerFrancois-Xavier Le Bail2023-05-231-2/+2
* Revert "pcap: Update the per-file header to use reserved1 and reserved2"Francois-Xavier Le Bail2023-05-231-2/+2
* pcap: Update the per-file header to use reserved1 and reserved2Francois-Xavier Le Bail2023-05-201-2/+2
* Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-151-2/+2
* Add an option to force memory-mapped buffers to be mapped as accessible to 32...Hans Leidekker2022-12-201-0/+1
* Use _declspec(deprecated(msg)) rather than __pragma(deprecated).Guy Harris2022-08-231-6/+6
* Fix some typosFrancois-Xavier Le Bail2022-08-011-1/+1
* 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-081-15/+238
|\
| * 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-041-4/+51
| * 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
| * Revert "Don't wrap chunks of headers with extern "C" { ... }."Guy Harris2021-03-171-113/+121
| * Don't wrap chunks of headers with extern "C" { ... }.Guy Harris2021-03-171-121/+113
| * Label most functions by the first release in which they're available.Guy Harris2020-12-201-0/+170
* | added pcap-options.c with pcap_options structure to abstract settings that ke...Michael Richardson2022-03-081-0/+17
|/
* Fix some spelling. [skip ci]Denis Ovsienko2020-10-091-2/+2
* Fixup some URLs in the comments.Denis Ovsienko2020-08-021-1/+1
* 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
* Add support for UTF-8 strings on Windows.Guy Harris2020-04-111-0/+20
* On Linux, return error on interface going away, not just going down.Guy Harris2020-01-291-1/+1
* 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
* Report the DLT description in error messagesBill Fenner2019-04-151-0/+1
* pcap_dump_fopen differing Windows CRTs work-aroundAlex Smith2019-03-081-1/+22
* Put the Windows-vs-non-Windows socket defines in <pcap/socket.h>.Guy Harris2019-01-091-28/+2
* 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
|/
* Fix multiple declaration of bpf_ functionsbleader2018-08-301-14/+0
* Set always 'time zone offset' field to zero in the pcap file headerFrancois-Xavier Le Bail2018-08-011-2/+3
* Rename pcap_set_protocol() to pcap_set_protocol_linux().Denis Ovsienko2018-07-111-1/+1
* Don't try to distinguish "unsupported OID" from "hard error".Guy Harris2018-04-291-1/+0
* Add more interface flags to pcap_findalldevs().Guy Harris2018-04-291-3/+10
* Add a new API to handle some non-select()able devices.Guy Harris2018-01-191-0/+1
* Use BUILDING_PCAP to mean "we're building libpcap".Guy Harris2017-11-271-1/+1
* Use pcap_EXPORTS rather than BUILDING_PCAP to control export/import in headers.Guy Harris2017-11-271-1/+1
* We need pcap-inttypes.h for int64_t.Guy Harris2017-09-291-0/+2