summaryrefslogtreecommitdiff
path: root/pcap/pcap.h
Commit message (Expand)AuthorAgeFilesLines
* added pcap-options.c with pcap_options structure to abstract settings that ke...pcap-optionsMichael Richardson2020-12-191-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
* Add pcap_dump_ftell64().Guy Harris2017-09-291-0/+1
* If you deprecate a function before it's declared, you get a warning in MSVC.Guy Harris2017-09-111-2/+2
* PCAP_DEPRECATED() needs the function name as an argument.Guy Harris2017-09-111-1/+1
* Add a PCAP_DEPRECATED attribute, and apply it to pcap_lookupdev().Guy Harris2017-09-081-0/+7
* Rename pcap/export-defs.h to pcap/funcattrs.h.Guy Harris2017-09-081-1/+1
* Push pcap_lib_version() into the pcap-XXX.c files.Guy Harris2017-09-061-0/+15
* We need to include <io.h>, as we call _get_osfhandle() in macros.Guy Harris2017-09-051-0/+10
* Get rid of pcap-stdinc.h.Guy Harris2017-09-051-4/+4
* Add pcap_set_protocol() to allow specifying a specific capture protocol.Lennert Buytenhek2017-08-211-0/+4
* Reword a comment for Gisle.Denis Ovsienko2017-03-231-1/+1
* In pcap_open(), use pcap_create() and pcap_activate() for local interfaces.Guy Harris2017-03-131-2/+0
* Move the WinPcap extensions into pcap/pcap.h.Guy Harris2017-03-131-6/+396
* Add the rpcap daemon source and build instructions.Guy Harris2017-03-101-0/+1
* fix a few typosDenis Ovsienko2017-01-251-1/+1
* Add back WinPcap specific functions to libpcap, the built wpcap.dll already w...Yang Luo2016-07-261-0/+5
* No, the incomplete structure declarations aren't necessary.Guy Harris2016-06-121-5/+0
* Add incomplete structure declarations before typedefs using them.Guy Harris2016-06-051-0/+5
* Pass a pointer to the length to the OID get/set routines.Guy Harris2016-06-041-2/+2
* Make the second argument to pcap_perror() const.Guy Harris2016-01-151-1/+1