summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux: proper memory sync for PACKET_MMAP.test-rcMario J. Rugiero2020-06-151-9/+18
* Fix a comment.Guy Harris2020-06-111-1/+1
* doc: say what pcap_next_ex() does, clarify issues with other routines.Guy Harris2020-06-071-2/+12
* Update a comment.Guy Harris2020-06-051-2/+5
* appveyor: clean up.Guy Harris2020-06-051-6/+2
* appveryor: put in a space between -G and -A.Guy Harris2020-06-051-1/+1
* appveyor: give VS 2019 a different cmake command.Guy Harris2020-06-051-18/+13
* appveyor: OK, maybe building for 32-bit x86 isn't supported for VS 2019.Guy Harris2020-06-051-5/+1
* appveyor: try the top-level directories.Guy Harris2020-06-041-2/+2
* appveyor: OK, try both places.Guy Harris2020-06-041-1/+2
* appveyor: see if it's in C:\Program Files.Guy Harris2020-06-041-1/+1
* appveyor: and a few more directory levels.Guy Harris2020-06-041-1/+1
* appveyor: back up a few directory levels.Guy Harris2020-06-041-1/+1
* appveyor: use backslashes in the path.Guy Harris2020-06-041-1/+1
* appveyor: go up a few more levels.Guy Harris2020-06-041-1/+1
* appveyor: OK, go up one level when looking for msbuild.Guy Harris2020-06-041-1/+1
* appveyor: some debugging stuff.Guy Harris2020-06-041-0/+3
* appveyor: fix architecture selectio for VS 2019.Guy Harris2020-06-041-2/+18
* appveyor: build with VS 2019 as well.Guy Harris2020-06-041-0/+19
* Remove some pcap_strerror() calls.Guy Harris2020-06-042-7/+7
* Add a missing parentheseFrancois-Xavier Le Bail2020-06-031-1/+1
* linux: test whether reading from the event FD succeeds.Guy Harris2020-06-021-1/+38
* threadsignaltest: add an option to disable the wakeup.Guy Harris2020-06-021-19/+35
* usb-linux: use EXTRACT_LE_U_2() to extract a 2-byte little-endian number.Guy Harris2020-06-021-1/+3
* Don't introduce pcap_handle() unless a need for it is demonstrated.Guy Harris2020-05-312-11/+5
* For now, we can't use -Werror.Guy Harris2020-05-311-1/+1
* Build with -Werror on Travis.Guy Harris2020-05-311-1/+1
* With .devel, have MSVC treat all warnings as errors.Guy Harris2020-05-311-0/+5
* SSL: attempt to squelch a narrowing warning.Guy Harris2020-05-301-1/+1
* Fix typo.Guy Harris2020-05-301-1/+1
* Expand a comment.Guy Harris2020-05-301-1/+1
* Include "diag-control.h", as we're now using diagnostic suppression macros.Guy Harris2020-05-301-0/+2
* Add pcap_handle(), and deprecate pcap_fileno(), on Windows.Guy Harris2020-05-303-7/+38
* npf, airpcap: fill in ps_capt iff _WIN32 is defined.Guy Harris2020-05-302-2/+11
* airpcap: don't check for -1 being returned from device_is_airpcap().Guy Harris2020-05-301-4/+0
* airpcap: have our own breakloop routine.Guy Harris2020-05-301-0/+19
* airpcap: set the initial DLT_ based on the current link type.Guy Harris2020-05-301-2/+45
* airpcap: remove some code copied-and-pasted from another file.Guy Harris2020-05-291-6/+0
* Fix more AirPcap API calls.Guy Harris2020-05-291-2/+2
* airpcap: make all AirPcap calls through function pointers.Guy Harris2020-05-291-4/+8
* optimizer: add a sanity check to make sure the program isn't empty.Guy Harris2020-05-291-0/+6
* pcap-filter man: Sort the 'ether proto' protocols by namesFrancois-Xavier Le Bail2020-05-291-3/+3
* linux: try AF_NETLINK first, then AF_UNIX, then AF_INET.Guy Harris2020-05-241-58/+58
* Sort the Ethernet protocols database by namesFrancois-Xavier Le Bail2020-05-241-13/+13
* Fix an error messageFrancois-Xavier Le Bail2020-05-241-1/+1
* Fix typos in some commentsFrancois-Xavier Le Bail2020-05-243-4/+4
* dpdk: get rid of an unused variable.Guy Harris2020-05-231-1/+0
* linux: have a common routine to get a non-PF_PACKET socket for ioctls.Guy Harris2020-05-231-2/+112
* optimize: clean up comment.Guy Harris2020-05-221-4/+2
* optimize: add a bunch of overflow checks.Guy Harris2020-05-222-10/+76