summaryrefslogtreecommitdiff
path: root/pcap-int.h
Commit message (Expand)AuthorAgeFilesLines
* Add an option to force memory-mapped buffers to be mapped as accessible to 32...Hans Leidekker2022-12-201-0/+5
* Fix some typosFrancois-Xavier Le Bail2022-08-011-2/+2
* support user/pass in rpcap:// and rpcaps:// source URIsRyan Castellucci2022-03-071-2/+2
* Don't require VS 2015 or later when building applications with pcap.Guy Harris2021-07-081-0/+18
* Move NPF_SURFACE_MOBILE_NONPROMISC to pcap-npf.c.Guy Harris2021-04-291-11/+0
* Add check to suppress spurious error generated by noncompiant MS Surface mobi...Joel2021-04-291-0/+11
* Move #includes to the top of header files.Guy Harris2021-03-171-9/+9
* Revert "Don't wrap chunks of headers with extern "C" { ... }."Guy Harris2021-03-171-40/+44
* Don't wrap chunks of headers with extern "C" { ... }.Guy Harris2021-03-171-44/+40
* Rename struct bpf_aux_data to avoid NetBSD compile errors.Guy Harris2021-01-011-2/+2
* Fixup some URLs in the comments.Denis Ovsienko2020-08-021-1/+1
* Remove test code.Guy Harris2020-07-031-10/+0
* Spell _WIN32 correctly.Guy Harris2020-07-031-1/+1
* OK, see if *this* fixes the link error.Guy Harris2020-07-031-0/+10
* Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris2020-07-011-2/+29
* Fix typos in some commentsFrancois-Xavier Le Bail2020-05-241-2/+2
* Support AirPcap devices with a pcap module.Guy Harris2020-05-071-0/+11
* Get rid of unused charset_fopen_read().Guy Harris2020-04-111-1/+1
* Add support for UTF-8 strings on Windows.Guy Harris2020-04-111-1/+44
* Use tab instead of space in formatting pcap-int.hNan Xiao2020-03-161-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-191-1/+1
* Get rid of PCAP_ISLWSP and PCAP_ISSPACE.Guy Harris2019-08-311-7/+0
* Don't use ctype.h macros.Guy Harris2019-08-311-0/+19
* Expand a comment to explain why we clamp the snaphot length.Guy Harris2019-08-191-1/+6
* Make sure the *adjusted* snapshot length is the same for all IDBs.Guy Harris2019-08-041-0/+4
* When fetching interfaces over TLS, put rpcaps:// into the interface names.Guy Harris2019-02-061-4/+7
* Put pcap_win32_err_to_str() into fmtutils.c, and use it for all Win32 errors.Guy Harris2019-01-081-4/+0
* Merge branch 'master' of https://github.com/rixed/libpcap into rixed-masterGuy Harris2019-01-061-0/+7
|\
| * TLS for rpcap: also encrypt the control socketCedric Cellier2018-09-131-0/+7
* | Merge branch 'master' into breakloop_pollGuy Harris2018-09-141-1/+32
|\ \ | |/
| * Squelch more narrowing warnings.Guy Harris2018-09-121-1/+1
| * Clean up the declaration of the packet-filtering routines.Guy Harris2018-08-311-1/+11
| * Match the style of other declarations in this file.Guy Harris2018-08-311-3/+2
| * Don't put bpf_filter_with_aux_data() in a public header file.Guy Harris2018-08-311-0/+22
* | Proper breakloop for linux on pcap_dispatchAdrian Budau2018-08-061-0/+3
|/
* Remove no more used field 'tzoff' in some structuresFrancois-Xavier Le Bail2018-08-031-1/+0
* Squelch a warning.Gisle Vanem2018-05-021-0/+4
* Shuffle the find_or_add_dev() arguments.Guy Harris2018-04-301-1/+1
* Pass the "get additional flags" function to the findalldevs helpers.Guy Harris2018-04-301-7/+8
* Add more interface flags to pcap_findalldevs().Guy Harris2018-04-291-0/+4
* Don't do the selectable FD or required select timeout stuff on MS-DOS.Guy Harris2018-01-231-1/+1
* Use the right name for calls to wait for events.Guy Harris2018-01-201-2/+2
* Add a new API to handle some non-select()able devices.Guy Harris2018-01-191-2/+18
* Use compiler tests to determine how to define _U_.Guy Harris2017-11-151-0/+1
* Add a routine to format error messages with an errno-based message at the end.Guy Harris2017-11-151-0/+2
* The break_loop flag should be a sig_atomic_t.Guy Harris2017-10-211-1/+3
* No need to generate version.c or pcap_version.h.Guy Harris2017-10-031-0/+6
* Call the flag to enable remote capture ENABLE_REMOTE.Guy Harris2017-10-031-1/+1
* Don't bother supporting pre-2005 Visual Studio.Guy Harris2017-09-281-19/+0