aboutsummaryrefslogtreecommitdiff
path: root/pcap-int.h
AgeCommit message (Expand)Author
2022-08-27Fix some typosFrancois-Xavier Le Bail
2021-07-08Don't require VS 2015 or later when building applications with pcap.Guy Harris
2021-05-12Move NPF_SURFACE_MOBILE_NONPROMISC to pcap-npf.c.Guy Harris
2021-04-29Add check to suppress spurious error generated by noncompiant MS Surface mobi...Joel
2021-03-20Move #includes to the top of header files.Guy Harris
2021-01-04Rename struct bpf_aux_data to avoid NetBSD compile errors.Guy Harris
2020-08-02Fixup some URLs in the comments.Denis Ovsienko
2020-07-03Remove test code.Guy Harris
2020-07-03Spell _WIN32 correctly.Guy Harris
2020-07-03OK, see if *this* fixes the link error.Guy Harris
2020-07-01Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris
2020-05-24Fix typos in some commentsFrancois-Xavier Le Bail
2020-05-07Support AirPcap devices with a pcap module.Guy Harris
2020-04-11Get rid of unused charset_fopen_read().Guy Harris
2020-04-11Add support for UTF-8 strings on Windows.Guy Harris
2020-03-16Use tab instead of space in formatting pcap-int.hNan Xiao
2020-01-29On Linux, return error on interface going away, not just going down.Guy Harris
2020-01-19Use more HTTPS in URLsFrancois-Xavier Le Bail
2019-08-31Get rid of PCAP_ISLWSP and PCAP_ISSPACE.Guy Harris
2019-08-31Don't use ctype.h macros.Guy Harris
2019-08-19Expand a comment to explain why we clamp the snaphot length.Guy Harris
2019-08-04Make sure the *adjusted* snapshot length is the same for all IDBs.Guy Harris
2019-02-06When fetching interfaces over TLS, put rpcaps:// into the interface names.Guy Harris
2019-01-08Put pcap_win32_err_to_str() into fmtutils.c, and use it for all Win32 errors.Guy Harris
2019-01-06Merge branch 'master' of https://github.com/rixed/libpcap into rixed-masterGuy Harris
2018-09-14Merge branch 'master' into breakloop_pollGuy Harris
2018-09-13TLS for rpcap: also encrypt the control socketCedric Cellier
2018-09-12Squelch more narrowing warnings.Guy Harris
2018-08-31Clean up the declaration of the packet-filtering routines.Guy Harris
2018-08-31Match the style of other declarations in this file.Guy Harris
2018-08-31Don't put bpf_filter_with_aux_data() in a public header file.Guy Harris
2018-08-06Proper breakloop for linux on pcap_dispatchAdrian Budau
2018-08-03Remove no more used field 'tzoff' in some structuresFrancois-Xavier Le Bail
2018-05-02Squelch a warning.Gisle Vanem
2018-04-30Shuffle the find_or_add_dev() arguments.Guy Harris
2018-04-30Pass the "get additional flags" function to the findalldevs helpers.Guy Harris
2018-04-29Add more interface flags to pcap_findalldevs().Guy Harris
2018-01-23Don't do the selectable FD or required select timeout stuff on MS-DOS.Guy Harris
2018-01-20Use the right name for calls to wait for events.Guy Harris
2018-01-19Add a new API to handle some non-select()able devices.Guy Harris
2017-11-15Use compiler tests to determine how to define _U_.Guy Harris
2017-11-15Add a routine to format error messages with an errno-based message at the end.Guy Harris
2017-10-21The break_loop flag should be a sig_atomic_t.Guy Harris
2017-10-03No need to generate version.c or pcap_version.h.Guy Harris
2017-10-03Call the flag to enable remote capture ENABLE_REMOTE.Guy Harris
2017-09-28Don't bother supporting pre-2005 Visual Studio.Guy Harris
2017-09-19Have a typedef for the "read next packet" operation.Guy Harris
2017-09-06Push pcap_lib_version() into the pcap-XXX.c files.Guy Harris
2017-09-06Move the ADAPTER * out of pcap_t into the pcap-win32.c private data.Guy Harris
2017-08-21Add pcap_set_protocol() to allow specifying a specific capture protocol.Lennert Buytenhek