aboutsummaryrefslogtreecommitdiff
path: root/pcap/pcap.h
AgeCommit message (Expand)Author
2023-02-15Fix spaces before tabs in indentationFrancois-Xavier Le Bail
2022-08-27Use _declspec(deprecated(msg)) rather than __pragma(deprecated).Guy Harris
2022-08-27Fix some typosFrancois-Xavier Le Bail
2022-03-15Update a comment to reflect the addition of TLS support. [skip ci]Guy Harris
2022-02-20pcap_handle: fix deprecation warning.Guy Harris
2022-02-20Fix a comment in pcap/pcap.h. [skip ci]Denis Ovsienko
2020-12-20Label most functions by the first release in which they're available.Guy Harris
2020-10-09Fix some spelling. [skip ci]Denis Ovsienko
2020-08-02Fixup some URLs in the comments.Denis Ovsienko
2020-05-31Don't introduce pcap_handle() unless a need for it is demonstrated.Guy Harris
2020-05-30Add pcap_handle(), and deprecate pcap_fileno(), on Windows.Guy Harris
2020-05-24Fix typos in some commentsFrancois-Xavier Le Bail
2020-04-11Add support for UTF-8 strings on Windows.Guy Harris
2020-01-29On Linux, return error on interface going away, not just going down.Guy Harris
2019-12-18Work around for bogus definition of _MSC_VER with non-MS compilers.Guy Harris
2019-11-19Fix typo in pcap/pcap.h.Nan Xiao
2019-11-16Make "{un}synced with the system clock" a property of more time stamp types.Guy Harris
2019-11-14Fix typo in pcap/pcap.h.Nan Xiao
2019-10-30Fix typo in pcap/pcap.h.Nan Xiao
2019-04-15Report the DLT description in error messagesBill Fenner
2019-03-08pcap_dump_fopen differing Windows CRTs work-aroundAlex Smith
2019-01-09Put the Windows-vs-non-Windows socket defines in <pcap/socket.h>.Guy Harris
2019-01-07Don't include pcap/pcap.h just to get SOCKET defined.Guy Harris
2019-01-06Unbreak source and binary compatibility.Guy Harris
2019-01-06Merge branch 'master' of https://github.com/rixed/libpcap into rixed-masterGuy Harris
2018-12-25More constification of arguments.Guy Harris
2018-09-13SSL: implement encryption of active connections control socketsCedric Cellier
2018-09-13TLS for rpcap: also encrypt the control socketCedric Cellier
2018-08-30Fix multiple declaration of bpf_ functionsbleader
2018-08-01Set always 'time zone offset' field to zero in the pcap file headerFrancois-Xavier Le Bail
2018-07-11Rename pcap_set_protocol() to pcap_set_protocol_linux().Denis Ovsienko
2018-04-29Don't try to distinguish "unsupported OID" from "hard error".Guy Harris
2018-04-29Add more interface flags to pcap_findalldevs().Guy Harris
2018-01-19Add a new API to handle some non-select()able devices.Guy Harris
2017-11-27Use BUILDING_PCAP to mean "we're building libpcap".Guy Harris
2017-11-27Use pcap_EXPORTS rather than BUILDING_PCAP to control export/import in headers.Guy Harris
2017-09-29We need pcap-inttypes.h for int64_t.Guy Harris
2017-09-29Add pcap_dump_ftell64().Guy Harris
2017-09-11If you deprecate a function before it's declared, you get a warning in MSVC.Guy Harris
2017-09-11PCAP_DEPRECATED() needs the function name as an argument.Guy Harris
2017-09-08Add a PCAP_DEPRECATED attribute, and apply it to pcap_lookupdev().Guy Harris
2017-09-08Rename pcap/export-defs.h to pcap/funcattrs.h.Guy Harris
2017-09-06Push pcap_lib_version() into the pcap-XXX.c files.Guy Harris
2017-09-05We need to include <io.h>, as we call _get_osfhandle() in macros.Guy Harris
2017-09-05Get rid of pcap-stdinc.h.Guy Harris
2017-08-21Add pcap_set_protocol() to allow specifying a specific capture protocol.Lennert Buytenhek
2017-03-23Reword a comment for Gisle.Denis Ovsienko
2017-03-13In pcap_open(), use pcap_create() and pcap_activate() for local interfaces.Guy Harris
2017-03-13Move the WinPcap extensions into pcap/pcap.h.Guy Harris
2017-03-10Add the rpcap daemon source and build instructions.Guy Harris